资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
C常用算法程序集-徐士良
- 新版本的数值算法参考。解压缩的密码是:www.myebook.cn 对应各章的目录-The new version of numeric algorithm. The password is: www.myebook.cn according the directory name of each chapter.
java技术教程(例子)
- 提供了常用的JAVA技术的示例,包括有网络通信、APPLET、SWING,多线程等小程序。不错的JAVA入门向导。-a common examples of Java technology, including network communications APPLET, SWING, multithreading and other small procedures. JAVA good entry wizard.
JAVA项目开发实践
- 包括8个项目示例,分别为:自制网络聊天室、网络购物系统、图形图象编辑器、简单媒体播放器、个人日常事物管理系统等。-Includes 8 example projects: handmade-chatroom, net shopping system, Graphic and Image Editor, Simple media Player, Personal Routinue Affairs Management, etc.
家庭财务管理小程序
- 一个很简单的家庭财务管理小程序,作为学习C语言的一个例子不错-A sample Family finance management program, which is an example for C++.
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
库存管理系统(C++)
- 库存管理系统(C++) 一个C++编写的库存管理系统,拥有增加删除修改输出存盘等功能,学习C++的好程序-repertory management system (C++): A repertory management system using C++. It includes \"add\", \"delete\", \"modify\", \"output\", \"save\" etc. It is useful for C++ leanner.
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
猜拳游戏
- 猜拳游戏(C语言),显示\"石头\"、\"剪子\"、\"布\",让你选择,全靠碰运气,学习C语言的小程序-Lawyer games (C), indicating that the "stones", "scissors", "cloth" and let you choose depends entirely on luck with the C language learning small programs
WIN32高级程序设计书附源码
- WIN32高级程序设计书附源码,需要的就下。-WIN32 senior program design document attached source, on the basis of need.
SegDemo
- 东大的一个分词程序。RuleForPn.dat,segment.dat,segrule.dat是分词动态库要使用的资源文件. userdict.dat是用户词典. CipSegSDK.dll,CipSegSDK.lib是动态库的文件. CipSegDll.h是头文件,供调用使用.-a sub-term procedures. RuleForPn.dat, segment.dat, segrule.dat Dynamic segmentation is to be used for the res
vc++6.0数据库编程大全(代码)
- vc++6.0数据库编程大全一书得各个章节得源码,比较详细.可以仔细参照学习!-Detail codes for each paragraph of <<Full-scale of VC++6.0 data base program>>