资源列表
MainCode_V11.1
- 利用python 編寫的多線程程序,包含SQL與oracle通訊-MES source
Loose-parts-detection-system
- 核电站松动部件检测系统定位方法的软件实现-Nuclear positioning of loose parts detection system software approach
running-light
- 使用labview编程软件,利用移位寄存器实现跑马灯程序-Marquee program to achieve the use of shift register
SynthesisOptimization
- synthesis opt. for high fan-out
SmartUpload
- the compnent of smartUpload
e-XunYouZhuCheGongJu
- 迅游注册工具源码-Xun Yu Registration Tool Source !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!
CUDA-by-Example
- 现在cuda很火,这本书有很多实例,值得一看-Now cuda is fire, there are many examples of this book, worth a visit
gps
- 易语言编写 计算两点经纬度距离航向的工具,易语言开发,自己联系希望对大家有帮助(附加功能未完成)-Latitude and longitude points easily calculate the distance language course tools, easy to language development, contact your help we hope to have (additional features not completed)
ANSYS
- ANSYS工程结构数值分析(王新敏)全部命令流-ANSYS numerical analysis of engineering structures
huawei-xiangmu
- 华为公司的项目开发模板,华为的东西就不用多少了,需要就保存一份-Huawei' s project development template, Huawei' s how much things do not need to keep a
caculator
- 简单计算器,MFC程序,可实现加减乘除等简单运算-Simple calculator
AddressBook
- 查找记录:以姓名为关键字,查找并显示该记录。若查找不到,则姓名显示为NULL。 添加记录:将当前记录按姓名序加入通讯录,然后显示第一条记录。 修改记录:修改当前记录,显示当前记录。想名字段位关键字,不允许被修改。 删除记录:删除当前记录,然后显示第一条记录(假定姓名是关键字,不允许出现相同的名字的记录,即指定姓名就可以唯一确定待删除的记录)。 第一条记录:将当前记录指针移至首节点,若已经是首节点则不动。 前一条记录:将当前记录指针向前移动一个节点,若已经是首节点则不动。