搜索资源列表
E35G23_UCOS2_UcGUI
- 豪华板中E35G23的UCOS2+UcGUI图形系统2.76,UCOS_II测试程序说明,由hgxxx的ucosii2.71升级而来的!去掉了TaskLcd running显示,把这个任务作为GUI显示输出,类似于UCOS的例子1,在一个随机的位置显示一个随机数,只是允许一个任务调用GUI,没有显示cpu利用率、切换次数等信息!注意:~本程序适用于240×320 16级灰度液晶!去掉了TaskLcd running显示,把这个任务作为GUI显示输出,类似于UCOS的例子1, -luxury
random_arm
- 采用MD4哈希函数的随机数生成函数,已在ARM环境下测试过。可应用于如无线数据发送时的随机避让。-Random number generator utilizing MD4 hash function of environmental noise captured as the seed and a linear congruence generator for the random numbers.
PN7_gen_wtb
- 一个用vhdl语言写的产生伪随机数PN7例子,经过altera的fpga测试可以使用。-Written in a language with vhdl generate pseudo-random number PN7 example, after the fpga altera test can be used.
menu_test
- 实现无线龙CC2430开发板上液晶显示英文菜单中的如下内容 1、无线测试 2、跑表 3、串口调试 4、时钟模式 5、随机数 6、AES 7、DMA 8、电源模式 9、对比度设置 10、系统传感器-Long CC2430 wireless LCD development board as the content of the English menu 1, the wireless test 2, stopwatch 3, 4 serial debuggin
random
- 模仿粒子运动的高质量随机数发生器,取粒子坐标得到随机数,附带测试结果图片-Mimic the particle motion of high-quality random number generator, taking the number of particle coordinates to be random, with test results picture
PRBS
- 代码是伪随机数生成和检测的模块,用于通信行业的FPGA编程。包括VHDL和Verilog两种语言的版本。用于做接口测试。-This module generates or check a PRBS pattern.
sam_test
- 一款加解密SAM芯片的测试程序,包括AES,RSA,伪随机数模块!-An encryption and decryption SAM chip testing procedures, including AES, RSA, pseudo-random number generation module
AT16-Random-program
- 采用ATMEGA16单片机开发的随机数发生器,模拟中子探测器的随机电流信号,可用于测试中子探测仪器的灵敏度和准确性。-ATMEGA16 microcontroller development using a random number generator to simulate neutron detector random current signal can be used to test the neutron detection sensitivity and accuracy of t
ringbuf
- 环形缓冲区的C实现,包括测试用例。测试时根据随机数对缓冲区写和读。不过这个实现是静态的,没有用malloc,所以缓冲区大小是固定的256个字节。如果有问题欢迎联系我。kavin.zhuang@gmail.com-the C implementation of ring buffer, also include the simple but useful test program.