#include
#include
typedef unsigned char UINT8;
typedef unsigned int UINT16;
UINT8 num = 0, temp = 0, key = 16, t0 = 0, t1 = 0, shu = 0;
/* 数码管编码 */
UINT8 code table[]=
{
0x3f,0x06,0x5b,0x4f,
0x...
分类:
其他好文 时间:
2015-01-26 13:40:44
阅读次数:
123
本文引自:http://songlee24.github.io/blog/2014/09/02/c-plus-plus-jin-jie-zhi-xu-han-shu-biao/C++通过继承(inheritance)和虚函数(virtual function)来实现多态性。所谓多态,简单地说就是,将...
分类:
编程语言 时间:
2015-01-26 08:52:08
阅读次数:
330
本文转载至http://www.erblah.com/post/objective-c/shi-yong-3des-base64lai-jia-mi-chuan-shu-iosying-yong-shu-juapp与服务端进行数据传输有时需要加密,以免出现某知名新闻客户端密码只是md5一下就往服务器...
分类:
移动开发 时间:
2014-12-29 21:23:07
阅读次数:
314
引用:http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/20/3031851.htmlman [command] 可以查询到详细的指令解释和使用方式。(英文)例如:SHUTDOWN(8) shu...
分类:
其他好文 时间:
2014-12-19 15:32:34
阅读次数:
223
这是SHU数据库原理上机题目中的一道。全部题目:http://www.docin.com/p-739281393.html 代码网上有: selectxh,xm froms wherenotexists (select*fromc wherenotexists (select*fr...
分类:
其他好文 时间:
2014-12-18 20:26:25
阅读次数:
450
//二维数组 int[,] second = new int[2,3]//有两个长度为三的一维数组 { {3,2,5}, {6,7,8} }; int[] shu=n...
分类:
编程语言 时间:
2014-12-18 11:35:06
阅读次数:
209
数组:定义一组同类型的指定个数的变量索引从0开始int[] name=new int[n];------------------------------------------------------自动遍历数组:foreach (int a in shu){ console.writeline(a...
分类:
编程语言 时间:
2014-12-15 21:30:11
阅读次数:
221
前言 在MapReduce程序中,待处理的数据最开始是放在HDFS上的,这点无异议。 接下来,数据被会被送往一个个Map节点中去,这也无异议。 下面问题来了:数据在被Map节点处理完后,再何去何从呢? 这就是本文探讨的话题。Shuffle 在Map进行完计算后,将会让数据经过一个名为Shu...
分类:
其他好文 时间:
2014-12-12 22:10:49
阅读次数:
284
static void Main(string[] args) { Class2 oo = new Class2(); oo.shu = 101; oo.zi = "你"; Class2 ss = ...