搜索资源列表
usb_Mouse
- 用c8051做的usb鼠标(HID类)Firmware works with the Silicon Labs IDE v1.71 or later and the Keil C51 tool chain. Project and code modifications will be necessary for use with different tool chains.
P8051
- This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c RE
Blinky
- bLPC2294 LED blink code under KEIL tool chain
Debug
- LPC2294 debug LED on/off code under KEIL tool chain
Maddox
- 马尔科夫链经典源代码,值得收藏!随机模型-Classical Markov chain source code, worth collecting!
paixu
- Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is
LinkPort
- 实现多DSP的链路口通信的C程序代码,使用Visual DSP++实现,针对ADSP-TS101实现-Multi-DSP communication chain intersection of C code
codes
- c++ code for 8 connectivity, 4 connectivity, chain code
自己动手写CPU
- ? Code文件夹 提供了本书每一章涉及的OpenMIPS源代码、测试程序。 ? Tools文件夹 提供了GNU工具链的安装文件,以及一个小工具Bin2Mem.exe,该工具用来将二进制数文件转化为可以用于ModelSim仿真的格式。 ? Doc文件夹 提供了本书使用的一些IP核的说明手册,包括UART控制器、SDRAM控制器、GPIO模块等。还提供了FPGA开发平台DE2的说明手册。(Code folder Provides the OpenMIPS source code and
ezidebug-code
- Ezidebug 支持Xilinx,chipscope 寄存器链插入、数据采集和导出、重建testbench和软件仿真验证(Ezidebug supports Xilinx, chipscope register chain insertion, data acquisition and export, reconstruction of testbench and software simulation verification)
sntp_arm_linux
- 一个可以在Arm Linux环境下运行的对时程序,基于socket编写,可移植性强。 配置好了交叉编译工具链之后,直接make即可。 代码采用C++的面向对象开发,简单易用,模块清晰,便于裁剪和模块复用。(A time program that can run in Arm Linux environment is written based on socket, and has strong portability. After configuring the cross compila