-
machine
小型虚拟机,可用于汇编模拟,效果还可以!!!!!!!!(Small virtual machine, can be used for assembly simulation, the effect is also ok!!!!!!!!)
- 2017-10-01 09:45:38下载
- 积分:1
-
C-notes
C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂
第一章:声明和初始化
第二章:结构、联合和枚举
第三章:表达式
第四章:指针
第五章:空(null) 指针
第六章:数组和指针
第七章:内存分配
第八章:字符和字符串
第九章:布尔表达式和变量
第十章:C 预处理器
第十一章:ANSI/ISO 标准C
第十二章:标准输入输出库
第十三章:库函数
第十四章:浮点运算
第十五章:可变参数
第十六章:奇怪的问题
第十七章:风格
第十八章:工具和资源
第十九章:系统依赖
第十章:杂项(C language FAQ, book has 20 chapters, original: Steve Summit, translation: Zhu heroes, Sun Yun. This was not an ordinary introductory books, he may meet all the difficulties C, error-prone areas to collect them all, easily understood
Chapter One: Declaration and initialization
Chapter II: Structure, joint and enumeration
Chapter III: expression
Chapter IV: Pointer
Chapter V: empty (null) pointer
Chapter: Arrays and Pointers
Chapter VII: memory allocation
Chapter VIII: Characters and strings
Chapter IX: Boolean expressions and variables
Chapter X: C preprocessor
Chapter XI: ANSI/ISO standard C
Chapter XII: standard input output library
Chapter XIII: Library Functions
Chapter XIV: floating-point operations
Chapter XV: Variable parameters
Chapter XVI: strange question
XVII: Style
Chapter XVIII: Tools and resources
XIX: system dependent
Chapter X: Miscellaneous)
- 2010-09-21 23:24:48下载
- 积分:1
-
ydcz
这是我大一时候做的一个影牒出租课设 基本完成了功能 不过有很多值得完善的地方 不过我觉得对指针的学习很有帮助(This is the first year when I do a video rental ultimatum to complete basic courses located in a functional but there are many worthy perfect place But I think that the right learning useful pointer)
- 2007-05-30 11:24:57下载
- 积分:1
-
SpeechToWave
speech to wave
voice training for window sapi
- 2010-09-03 10:26:08下载
- 积分:1
-
TTS_PC
PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
- 2010-07-17 10:32:23下载
- 积分:1
-
bulk_loopback_app
ADI 公司的bf526 usb bulk 例程 编译环境为VisualDSP5.0++ (bf526 usb demo)
- 2013-12-11 19:18:56下载
- 积分:1
-
QMGT-EX-KB
WIN-XP下的云台控制软件,无需安装麻烦的DVR客户端,直接控制云台。(PTZ control software)
- 2014-08-31 11:47:24下载
- 积分:1
-
Tde
模拟正弦信号计算互相关时延,利用对两信号进行互相关函数的计算来找出互相关系数的最大值,从而计算出两段波形相同的信号的时延(Analog sinusoidal signal delay calculation of the cross-correlation)
- 2013-05-22 11:25:45下载
- 积分:1
-
VCvoide
VC视频对象的跟踪提取原代码(vc视频监控源码)(VC sharp,shipin gen zong)
- 2009-04-16 13:37:48下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1