摘要: 主要是为了学习c++的类和对象内容摘自 c++概述http://see.xidian.edu.cn/cpp/biancheng/cpp/rumen_1/1,变量,C++中,我们可以在函数体内声明一个静态局部变量(Static Local Variable)。它在函数运行结束后不会消失,并且只有声明它... 阅读全文
posted @ 2014-07-30 21:05 voh99800 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 初始文件格式: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/... 阅读全文
posted @ 2014-07-30 21:04 voh99800 阅读(245) 评论(0) 推荐(0) 编辑
摘要: target:componentslsTABrulemain:main.omytool1.omytool2.ogcc-omainmain.omytool1.omytool2.omain.o:main.cmytool1.hmytool2.hgcc-cmain.c-I.mytool1.o:mytool1... 阅读全文
posted @ 2014-07-30 21:02 voh99800 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 第一部分:读########### -*- 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... 阅读全文
posted @ 2014-07-30 21:01 voh99800 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2014-07-30 21:00 voh99800 阅读(185) 评论(0) 推荐(0) 编辑
摘要: //code:#include#includeusing namespace std;typedef int status;typedef int elemType;typedef struct lNode{elemType num;struct lNode *next;}lNode,*linkNo... 阅读全文
posted @ 2014-07-30 20:59 voh99800 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 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-... 阅读全文
posted @ 2014-07-30 20:58 voh99800 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 摘自自博客网址http://www.cnblogs.com/bangerlee/archive/2012/05/22/2508772.htmlax(accumulator): 可用于存放函数返回值bp(base pointer): 用于存放执行中的函数对应的栈帧的栈底地址sp(stack poing... 阅读全文
posted @ 2014-07-30 20:56 voh99800 阅读(226) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-07-30 20:55 voh99800 阅读(34) 评论(0) 推荐(0) 编辑
摘要: import threading,time,serial,sysfrom random import randrangeport_snd=14port_recv=2recnt=0ser_snd=serial.Serial(port_snd,115200,timeout=0)ser_recv=seri... 阅读全文
posted @ 2014-07-30 20:54 voh99800 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-07-30 20:51 voh99800 阅读(269) 评论(0) 推荐(0) 编辑