软件介绍:本书为 PDF 格式,全书共18章,3个附录,300页,是 C# 程序员的参考手册。
标签: 软件介绍
上传时间: 2014-01-11
上传用户:13681659100
基于MEGA128的多功能仪器,提供以下9种功能: 1. 2路0-10 VDC 电压表 2. 1路0-30V DC 电压表,带有一个10X跳针,可以测试0-300VDC 3. 0 – 3 安电流表 4. 4 通道逻辑分析仪 5. 频率发生器,50%占空比方波,0-5VDC,1HZ到8MHZ. 6. 波形发生器,正弦波、三角波、方波,1HZ 到 20+MHZ? 7. 频率计 8. +5 VDC ,200 mA 供电输出 9. -5 VDC , 300 mA 供电输出
上传时间: 2014-01-08
上传用户:爱死爱死
巴特沃思和契比雪夫滤波器,有wav文件以及输出的wav文件,使用带通滤波器,保留了300-3300Hz的音频,可以广泛使用在音频滤波方面
标签: 滤波器
上传时间: 2013-12-21
上传用户:电子世界
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
标签: Part connections example prolog
上传时间: 2015-04-24
上传用户:ljt101007
vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)
上传时间: 2015-05-05
上传用户:love_stanford
c语言,经典300例,汇总了比较多的经典C语言编码程序,让你大开眼界!
标签: c语言
上传时间: 2014-01-04
上传用户:拔丝土豆
matlab的系统辨识工具箱参考书,300多页,详尽说明
上传时间: 2015-05-16
上传用户:shus521
Foxmail 5远程缓冲区溢出漏洞 注:本文是2004年2月xfocus成员在内部技术交流中提出的,在此之前,启明星辰技术人员已经发现这一漏洞,但未公开细节,xfocus成员听说存在这一漏洞后对Foxmail进行分析,并写出利用代码。 测试环境:win2k sp4+foxmail 5.0.300 以前测试foxmail 4.x的时候曾经发现过溢出漏洞,不过后来一直没时间研究就先放下了,后来听说Foxmail5也有溢出,但是一直没有看见公布。于是没事的时候干脆自己研究一下,测试后发现以前的溢出漏洞已经补上了,不过出了一个新的漏洞。 问题出在PunyLib.dll里面的UrlToLocal函数,估计这是一个用来处理垃圾邮件的链接库,当一封邮件被判定为垃圾邮件时,就会调用UrlToLocal来处理邮件体的“From: ”字段,处理过程中发生堆栈溢出,可以导致执行任意代码。
上传时间: 2013-12-26
上传用户:thinode
graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
标签: graspForth Forth-in-C following attempt
上传时间: 2015-05-23
上传用户:tfyt
很好的一个Java试题集合,包括200道单项选择题,300道多项选择题,200道判断题。
上传时间: 2014-12-04
上传用户:invtnewer