This is a e-book to windows embedded ce 6.0 Windows庐 Embedded CE 6.0 Fundamentals Stanislav Pavlov Pavel Belevsky
标签: Fundamentals 6.0 Stanislav Embedded
上传时间: 2013-12-20
上传用户:cxl274287265
SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL> select chr(54740) zhao,chr(65) chr65 from dual ZH C -- -
上传时间: 2017-04-14
上传用户:330402686
Java in a Nutshell, 5th Edition, covers all the extensive changes implicit in 5.0.
标签: extensive Nutshell implicit Edition
上传时间: 2013-12-04
上传用户:asdkin
程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que()函数的asm(" NOP ")所处的行。 5. Debug->Toggle breakpoint (快捷键F9) 6. Debug->Animate (快捷键F12) 7. View->Watch Window ,在出现的watch 窗体中点右键分别插入变量AD_SIG0,AD_SIG8,则可看到所采到的这两路信号的电压值。 如果结果稍微不精确,请不要在意,这可能是因为没有采用专用基准源,以及信号不稳定的缘故。另外,TMS320LF2407 的内置A/D 的精度并不是很高。在前面两种情况已得到保证的情况下,变化幅度仍较大。( ^_^ 呵呵,外面好一点的一片A/D 芯片就不低于100 块,所以想想能凑合着用也就可以了。)
上传时间: 2013-12-17
上传用户:refent
TI DSP USB2[1].0仿真器原理图及其程序.
上传时间: 2013-12-26
上传用户:invtnewer
The article describes a smart binding of C++ objects February, 2009: Version 1.0 Environment: Visual Studio .NET 2008
标签: Environment describes February article
上传时间: 2017-05-05
上传用户:aappkkee
基于MCS-51单片机调频调相信号发生器 功能:A路能产生2~200HZ/分钟频率可调 @ B路能产生同A路相位滞后0~180读可调 @ 可以键盘设定频率和相位 @ 可以显示频率和相位
上传时间: 2017-05-14
上传用户:jeffery
I/O并行口直接驱动LED显示 利用AT89S51单片机的P0端口的P0.0-P0.7连接到一个共阴数码管的a-h的笔段上,数码管的公共端接地。在数码管上循环显示0-9数字,时间间隔0.2秒。
上传时间: 2017-05-17
上传用户:84425894
This is a Windows CE 6.0 Board Support Package for the Gumstix Verdex platform
标签: platform Support Package Gumstix
上传时间: 2013-12-21
上传用户:zhangzhenyu
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes
标签: Generate Possion between random
上传时间: 2017-05-25
上传用户:bibirnovis