搜索资源列表
设备驱动程序
- 一个简单驱动程序,当某个应用程序读取这个装置的时候,可以读取到连续的随机数或者是0
arrangement
- 用VB编写的程序,主要用于冒泡法排序,能够产生随机数,演示排序过程。-Programs written with VB, mainly for the bubble sort method, to generate random numbers, demonstrate the sorting process.
suijishuchansheng
- 这是一个随机数产生的程序,比标准随机数产生程序更好的程序-This is a random number generator of the process, than the standard random number generator program to better program
AM335X_CortexA8_Cycle_Count_Register
- AM335X是基于Cortex-A8内核的,Am335x自身是不带时钟计数寄存器的,但Cortex-A8有这个寄存器,但需要汇编代码才能读取,本代码中,是使用GCC编译环境的c语言代码内嵌汇编,如果是keil环境的话对汇编的调用可能要稍作修改,很多东西我也不懂,有需求的话自行修改吧。该寄存器值可以作为一个随机数来用,代码里面附有使用说明。并附上Cortex-A8 Technical Reference Manual(Cortex-A8技术参考手册),如有更好的方式,可以私信交流。-AM335X