资源列表
cam_test
- 摄像头驱动测试程序,ceshi camenra-camera test
JLink-p-Nor-P-Flash-
- 学习嵌入式Jlink烧写Nor Flash工程文件-Learning embedded in JLink programming Nor+ Flash project files
ztu
- 实现基本功能的征途的VB*源码,供学习研究之用-Realize the basic functions of the journey of the VB source code plug-ins for study purposes
zifuchuan
- 用VC++实现的字符串处理程序,可以定向的修改或是添加原代码-with VC string handling procedures can be directed to amend or add to the original code
zhihuipan
- 用VC++6.0写一个智慧盘(就是拼图)的源代码!适合初学者的第一个游戏,而且很简单,有全部知道文字说明-Using VC++6.0 to write a smart disk (that is, puzzles), the source code! The first game for beginners, and very simple, all know the text
yychess
- 本人写的五子棋代码,可运行,很适合用来交作业-it can piay
you_xi_C_example
- 提供学习C语言的绝对好例子,从游戏开始学习编程-C language learning the absolute good example from the games started learning programming
yiyuanbuxue
- 魔力宝贝fz脚本 魔力宝贝fz源码 魔力宝贝医院补血-Fz scr ipt magic baby magic baby magic baby hospital blood source fz
xyz
- 经典的坦克大战游戏,体验年轻时代的激情。-Classic Battle City game, experience the passion of youth.
xiyihuibu
- 魔力宝贝 FZ 蜥蜴练级 然后回补。很好用的-xiyihuibu molibaobfFZ
wxh
- 时间函数举例4,一个猜数游戏,判断一个人反应快慢。-Function of time for example 4, a guessing game to determine the reaction speed of a person.
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