资源列表
排序选择:
55
- 电话本功能,有输入 ,查找,退出 -Phone book function, enter, find, out of
small_car_Design
- 基于51单片机或者ARM2131的电子小车的设计,以及前几届的电子设计大赛中的小车设计源码、详细资料等。-ARM2131 based on 51 single-chip, or e-car design, as well as the previous contest in the electronic design of the car design source, detailed information.
OpcNetApi_example
- opc 的一些例子用VC#编写的程序,主要是和PLC通信用的。
Telephone_dir
- Telephone Directory using link list. simple
bpcsqianru
- bcps嵌入 是一种很好的密写技术,看看吧有用投 -bcps嵌入
simulation
- Simulink仿真基础\《过程控制工程及仿真--simulink simulation
som
- 经典的SOM人工神经网络例子源码,经典的SOM人工神经网络例子源码-SOM classic examples of artificial neural network source, the classic example of SOM neural network source code
uCos2
- uCos2在ARM的移植方法,适用于ARM9-uCos2 method of transplant in the ARM for ARM9
qiujiecheng
- 求阶乘算法(0---10000)标准C++语言控制台应用程序-For factorial algorithm (0--- 10000) Standard C++ language console application
editplus注册机源码
- editplus注册机源码(editplus注册部分的算法分析)-Zhuceji editplus source (editplus registration part of the algorithm analysis)
guichat
- 作为练习编写的GUI聊天小软件。只支持一个服务器对一个客户机。其中用到thinking in java作者的一个Swing工具-Prepared to practice as a small software GUI chat. Only supports one server to a client. Used a Swing tool from Thinking in Java
24game
- 1) 随机产生四个1-13的数,分别代表13张牌。 2) 提示玩家输入算式。 3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到1)。 4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明不能,并回到1)。 5) 当用户正确输入算式后,用“堆栈来求表达式的值”的原理 求出结果并判断是否为24,得出用户是输是赢的结果。 6) 询问