资源列表
can_test
- CAN总线测试程序,可以再linux环境中编译通过。-Compiled by the CAN-bus test procedures can be linux environment.
readport
- 在linux系统下的ARM开发板上实现串口的读写,并建立文件,存储接受到的数据。-In the ARM linux system development board Serial read and write, and create documents, store the received data.
mksdboot1
- Utility to make bootable SDcard in newer versions of x 64 ubuntu. Use in case original mksdboot.sh not working due to wrong SD drive mapping enumeration
lcdinit
- 友善之臂2440板,LCD初始化的一些代码-Friendliness of the arm 2440 Plate, LCD some initialization code
ACPI
- 读取ACPI table,bios开发学习必须写的小程序!!功能类似RU-Read ACPI table, bios develop small programs to learn to write! ! Function similar to the RU
test14-i2c
- 基于IIC总线的设备驱动程序,较好的讲述了如何在S3C6410下编写IIC总线驱动-IC bus-based device drivers, how to write better about the IIC bus driver in the S3C6410
Calculator172
- 自己设计的计算器,开发环境采用vc++ 6.0,程序代码设计采用C++主要功能:加,减,乘,除-Calculator development environment of their own design vc++ 6.0, code design using C++ main functions: add, subtract, multiply, in addition to
ATm9200sysapp
- 这个是关于ATM9200sysapp的源代码-this is the source code ATM9200sysapp
nand
- nandflash驱动程序c源码,可移植的
embedsky_backlight
- 基于s3c2440下的linux 下的背光驱动程序-S3c2440 based backlight under the driver under linux
hotplug
- 实现两款usb wifi dongle热插拔时AP自动建立功能-usb wifi dongle hotplug
wuziqi101
- 五子棋小游戏#include< stdlib.h> #include< time.h> #include< stdio.h> #include< conio.h> int chess[169]={0} /*棋盘*/struct chess_t/*作为辅助,即是作为建意*/{ char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/}chess_a[169] -Gobang game# Include