资源列表
youhua
- 整车横向稳定性控制,对 整车横向和总想换到保持整车安全性的控制算法(Vehicle lateral stability control)
IOback
- 计算缺页率的五种算法:先进先出算法、选择最优算法、最近最久未使用算法等(Several algorithms for calculating page missing rate)
Voltage Tester
- 用Arduino测试电池容量,可以使用任何Arduino芯片,只需要少许导线即可(Build a Li-Ion battery tester I have so many old lap-top batteries around and some work better then others but I really wanted a way to measure each battery exact capacity. That's how you do it!)
U8SYStools
- 用友软件的数据库维护工具 Delphi开发的(UFIDA database maintenance tool developed by Delphi)
U8销售发票接口
- 用友U8软件销售发票接口 Delphi开发的(UFIDA U8 software sales invoice interface Delphi development)
DSL-03
- DSL-03
03023423image-process
- 基本的图像处理,基于MATLAB的基本图像处理(photo shopBasic image processing, basic image processing based on MATLAB)
ERP管理系统源码
- 企业ERP管理系统源码(VS.net+SQLServer) 开发语言及数据库:(C# 2005/2008加SQLServer2005) 架构:C/S WinForm 用户名:administrator 密码:1(Enterprise ERP management system source code (VS.net+SQLServer) Developing languages and databases: (C# 2005/2008 plus SQLServer2005) Archi
五线谱学习
- 一个用于五线谱学习的小软件,帮你熟练掌握五线谱(A small software for stave learning)
database
- 简单的Access用户注册登记表,用于用户的登录注册等(Simple access database)
vs_community2015
- Directishow Windows 编程dirextx 编程代码文件(Directishow Windows program dirextx program code file)
雇员管理系统
- 它的数据成员有雇员代号,年龄,工资,性别,姓名,输入雇员资料方法,打印雇员资料方法。以此雇员类为基类,从中派生出教师类,教师工资=基本工资(1000)+课时(月工作量)×30。以此雇员类为基类,从中派生出实验员类,其中要求在实验员类中加入一个计算实验员工资的方法,实验员工资=基本工资(800)+实验室补助(150)+值班时间(月工作量)×5。以此雇员类为基类,从中派生出行政人员类,其中要求在行政人员类中加入一个计算行政人员工资的方法,行政人员工资=基本工资(900)+行政补贴(200)。分别要求