资源列表
注塑机生产过程的微机控制系统设计
- 注塑机生产过程的微机控制系统设计本系统设计是通过8255A并行端口A、B传输数据控制12个LED发光二级管的亮灭来模拟控制两台注塑机的生产过程。其中端口A和B分别对应1号和2号注塑机,每一个LED代表一个工序。编程语言采用BORLAND C++语言。-injection molding machine of the production process computer control system design of the system design through 8255A Parall
TCLITEBR
- 用TC编写的一种下拉式菜单,操作方便简单。-TC prepared with a drop-down menu, convenient operation simple.
pb与flash结合美化界面
- pb与FALSH结合的用于美化界面powerbuilder编程环境。-pb FALSH combined with the landscaping for the interface PowerBuilder programming environment.
fraction
- C++语言实现阶乘,这是一种简单的实现方法,值得借鉴-factorial C language, this is a simple method, worth learning
dsoekdie
- 这是一系列实现类的方法,很好,它综合了所有的实现方法-This is the realization of a series of class methods, very good, it integrates all the way to achieve
五笔字根图
- 五笔字根图,从万能五笔中找出来的 ,对初学五笔有很大帮助。-five Roots chart, find the omnipotent five out of five when a great help.
1_20040706155631_RulesUpdate20040705
- ...技术文章 程序源码 合作项目 在线教程 书籍下载 读书笔记 发布文章 综 合类编程 界面类编程 系统类编程 网络类编程 模板组件类 打印类... C/C+ +编程 XML/.NET 其它编程 欢迎光临VC在线 VC在线自创建以来,-procedures ... Technical Articles source cooperation projects online tutorial books downloaded articles published study notes Compr
XZLB
- 数据结构中稀疏矩阵的十字链表存取表示,加,减,乘,除等常用算法-data sparse matrix structure of the Cross access Chain said, plus or minus, by, among other commonly used algorithm
linux-2.4.29.tar
- linux-2.4.29操作系统的源码,想研究linux系统内核,就下一个吧,还不抓紧?-linux-2.4.29-source operating system, to study Linux kernel, under a bar, not seize?
534226092
- 这是一个小闹钟程序,可以进行一些简单的时间提醒,很小巧-This is a small alarm clock procedures can be carried out some time to remind the simple, very compact
epp_read_test
- epp编程源代码,在DOS环境下的读数,简单易用,与大家分享。-EPP programming source code, the DOS environment readings, simple and easy to share with you.
中序表达式计算(四则混合)
- .cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。