07 2014 档案
摘要:主要是为了学习c++的类和对象内容摘自 c++概述http://see.xidian.edu.cn/cpp/biancheng/cpp/rumen_1/1,变量,C++中,我们可以在函数体内声明一个静态局部变量(Static Local Variable)。它在函数运行结束后不会消失,并且只有声明它...
阅读全文
摘要:初始文件格式:svid=26,frm_cnt=1,max_freq=233,max_chip=90,max_mag = 1085svid=26,frm_cnt=2,max_freq=261,max_chip=3996,max_mag = 10fcawk,sed相关命令:sed 's/=/ /g;s/...
阅读全文
摘要:target:componentslsTABrulemain:main.omytool1.omytool2.ogcc-omainmain.omytool1.omytool2.omain.o:main.cmytool1.hmytool2.hgcc-cmain.c-I.mytool1.o:mytool1...
阅读全文
摘要:第一部分:读########### -*- coding:utf-8 -*-"""* User: not me* Date: 11-11-9* Time: 13:20* Desc: not easy for newer like me"""from xml.dom import minidomdef...
阅读全文
摘要:to be added...gdb a.out[Inferior 1 (process 9718) exited with code 05](gdb) listLine number 15 out of range; t.c has 14 lines.(gdb) list 11 #include2 ...
阅读全文
摘要://code:#include#includeusing namespace std;typedef int status;typedef int elemType;typedef struct lNode{elemType num;struct lNode *next;}lNode,*linkNo...
阅读全文
摘要:copy fromhttp://chandlewei.blogbus.com/logs/15583440.html不敢独享,与大家分享。也可以在Emacs中用C-x C-h列出全部命令,查找C-x r c,所有列模式命令都是以C-x r开始的C-x r C-@ point-to-registerC-...
阅读全文
摘要:摘自自博客网址http://www.cnblogs.com/bangerlee/archive/2012/05/22/2508772.htmlax(accumulator): 可用于存放函数返回值bp(base pointer): 用于存放执行中的函数对应的栈帧的栈底地址sp(stack poing...
阅读全文
摘要:import threading,time,serial,sysfrom random import randrangeport_snd=14port_recv=2recnt=0ser_snd=serial.Serial(port_snd,115200,timeout=0)ser_recv=seri...
阅读全文
摘要:system:openSuSE 12.3(much better and frendly than the 12.1 in network config)1,network config,attention the Domain Name,site is the zone name,linux-jo...
阅读全文
摘要:1,nat: virtrual machine vmnet8 PC internet 2,host-only virtual machine(0,1,2...) vmnet1 3,bridge virtual machine | | vmnet0 internet | PC 4. detail ve
阅读全文