感觉今天进度有点快啊: ) 函数定义那一块,我是直接按照公式写的,不知道是否存在什么问题! 欢迎大家来指正! ...
分类:
其他好文 时间:
2018-07-17 21:13:03
阅读次数:
308
1. 函数是第一类对象,意味着函数可以当作数据去使用 实际case ...
分类:
其他好文 时间:
2018-07-17 20:42:50
阅读次数:
160
1、什么是友元函数? 通常一个类的私有函数只能在该类的内部进行访问,但当类允许其他类或者函数访问它的非共有成员时,方法是令其他类或者函数成为友元函数。 eg:友元函数声明定义使用 #include <iostream> using namespace std; class Car { friend ...
分类:
其他好文 时间:
2018-07-17 20:41:58
阅读次数:
227
Hi xinlu, good afternoon, my name is xx, you can also call me andrew. i'm 31 years old, and i'm from zhejiang province. After graduating from NPU, the ...
分类:
其他好文 时间:
2018-07-17 14:18:19
阅读次数:
234
手机端移动端的选择框mobileSelect.js使用 文件地址:https://github.com/onlyhom/mobileSelect.js 请感兴趣的自行下载 使用过程 1 引入标签 <link rel="stylesheet" type="text/css" href="css/mob ...
分类:
移动开发 时间:
2018-07-17 14:16:05
阅读次数:
924
http://acm.hdu.edu.cn/showproblem.php?pid=2031 Problem Description 输入一个十进制数N,将它转换成R进制数输出。 Input 输入数据包含多个测试实例,每个测试实例包含两个整数N(32位整数)和R(2<=R<=16, R<>10)。 ...
分类:
其他好文 时间:
2018-07-17 00:44:30
阅读次数:
164
HIVE脚本任务 hadoop fs -mkdir -p /aztest/hiveinput hadoop fs -put az.data /aztest/hiveinput/ l 创建job描述文件和hive脚本 Hive脚本: test.sql Job描述文件:hivef.job 2、将所有jo ...
分类:
其他好文 时间:
2018-07-16 19:35:37
阅读次数:
607
<div id='demo'>我就是被复制的内容<span>点击复制<span></div> $('demo').on('click','span',(event)=>{ let Url2 = event.currentTarget.offsetParent.childNodes[0].nodeVa ...
分类:
Web程序 时间:
2018-07-16 15:01:24
阅读次数:
232
问题描述: There are a row of n houses, each house can be painted with one of the k colors. The cost of painting each house with a certain color is differe ...
分类:
其他好文 时间:
2018-07-16 11:29:57
阅读次数:
224