资源列表
juyuwang
- 给予局域网的聊天简单系统,可以保存聊天信息和日期时间-LAN chat for a simple system that can keep chatting time and date information
smallball
- 很简单的一个用mfc编写的小球在窗口里面弹来弹去的程序。 工具栏中点最后一个黄色按钮,才可以启动小球程序。 另外 工具栏中还有开始和结束按钮。-very simple mfc prepared with a small ball inside the window to missile missiles to the procedure. Tools column last point a yellow button before they can start small ball pr
IICC51
- I2C的驱动程序(包括头文件及底层的C子程序)-I2C drivers (including the first document and the bottom of the C subroutine)
EWdsPIC-130
- dsPIC的C语言编译器,是IAR的,编译效率很高的。-dsPIC the C language compiler, IAR is the high efficiency of the compiler.
histeq
- 自己编的直方图均衡化matlab源码,可以实现图像的直方图均衡-own addendum to the histogram equalization Matlab source, the image histogram equalization
1602
- 1602液晶驱动程序(延时 1602初始化 写指令到LCD 设定显示位置等)-1602 LCD Driver (1602 initialization delay instructions to write LCD set location, etc.)
AtmanAvr5.5
- AVR单片机的GCC语言编译器,和VC一样的界面-AVR the GCC compiler, and the same interface VC
16f877
- 一个16F877实现计时秒表功能-16F877 achieve a stopwatch function of time
wadilei
- 该程序是挖地雷游戏的源码,思想明确,已经经过调试,可以直接运行,visual c++的算法-mines dug game source code, clear thinking, has already debugging, direct operation, visual c algorithm
USBHID
- LPC2368 USBHID例程,加以详细的注释,可以方便有需要的朋友-LPC2368 USBHID routines, to be detailed in the Notes, to facilitate a friend in need
Keil_lic-v3.2zhuce
- keil -arm 注册机,可以不受16K代码的限制,是学ARM的好帮手-keil-arm RI, from 16K code restrictions, school ARM is a good helper
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
