资源列表
CreditCardSystem
- 银行卡系统功能:存钱、取钱、消费、查询余额、修改密码、注销、打印信息-credit card system
CShortestLenPCB
- 采用分枝限界法进行求解最短路径长度的问题,是算法设计中的经典题目-Branch and Bound method used to solve the problem of the shortest path length, is the classic algorithm design topics
cubic
- Source code of tiny library for cubic interpolation
cylinder
- 在一个非稳态流场中,对圆柱在不同时刻所受到的流体作用的情况进行模拟-In an unsteady flow field, at different times of the cylinder by the fluid action of the simulated situation
d100
- 数据结构 list 菜单式操作 模板类构造-List data structure operation menu template class structure
daima1
- 在这个代码当中在vc平台下可以执行比较字符串的功能-In this code in vc platform which can perform a string comparison function
dancileitongchaxun
- 单词雷同查询,当相似度在80 时可认为雷同!-Word similarity query, when similarity in80 when can think the same!
danpianji
- 一个简单实用的计算器,基本上能满足初学者的要求,最主要的特点是通俗易懂-A simple but useful calculator basically been able to meet the requirements of beginners, the most important feature is user-friendly
data
- data一个比较完整的计算下一秒时间的程序,自己写的,带注释 C语言-data a more complete calculation of the next second time-consuming procedures, write your own, with the Notes C language
DataBase
- 一个儿童接种的数据库通信操作基类,有对各个数据库间的通信,如儿童基本信息2疫苗信息4接种情-A of children vaccinated communication operations base class, the communication between the various s, such as basic information for children 2 vaccine inoculated love
datafile
- c++类的定义和简单实现,定义了data类,包括相关属性和函数,并进行实例化-failed to translate
datastruct
- 通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include< iostream> using namespace std int main(){int a,b=0 cout< < please input the integer: < < endl cin> > a while(a){b=b*10+a 10 a/=10 }cout< < the end is < < b< < endl return 0 }