搜索资源列表
cn700_vf6105572455
- vf图书馆管理系统码源,里面的功能比较齐全,是个和不错的vf程序-vf library management system source code inside the function of a relatively complete, and is a good procedure vf
002bx321
- vf图书馆管理系统码源,里面的功能比较齐全,是个和不错的vf程序 -vf library management system source code inside the function of a relatively complete, and is a good procedure vf
BookdataDialog
- 是我们学校图书管的管理程序 里面类别多样 管理简单 操作方便-is our school library procedures governing the management of various types of management inside simple convenient operation
coursesystem
- 课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can
JavaSourseManager
- 使用JAVA编写的操作系统实验-内存资源管理和释放模拟程序-use Java to prepare the experimental operating system-memory resources management and the release of Simulation Program
gsht
- 公司合同管理程序 用户名和密码为admin 下载后用记事本打开login.asp自己改 /// //// If ((UCase(\"admin\") = UCase(sUserId)) And (UCase(\"admin\") = UCase(sPassWd))) Then /////////////// -contract management procedures user name and password for the admin download using
oracle-inn
- 自己写的用proc连接oracle数据库实现酒店管理的C程序,用到了各种对于数据库的操作,值得一看-himself wrote proc connect with the oracle database hotel management procedures C, used for a variety of database operations, an eye-catcher
parkstation
- 数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
StudentInformation11
- 此为学生信息管理小控制台程序 该程序除输入人名,性别,父母姓名,血性外,还可对身份证的合法性进行判断功能,有异常处理-this as a small student information management console procedures in addition to the importation of the procedure names, gender, names of parents, gutsy, ID cards may also be right to judge
mwx
- 这是一个用数据结构中的图来实现的一个简单的学生信息管理的程序!-This is a data structure using the map to achieve a simple student information management procedures.
Stusys
- 学生信息管理的小程序,基于控制台界面,功能简单,共学习交流-small procedures, based on the console interface, simple functions, a total of learning exchanges
TechSystem
- 教务管理系统(C/C++) 这个是基于控制台的程序,利用面向对象对数据库进行模拟,同时也尝试模拟界面设计实现与事件处理机制。带开发文档(完整分析过程),程序使用VC 6.0进行编程实现
multi_thread_show
- 多窗口演示程序,演示了WINDOWS下如何管理多窗口的实例.
BOOK
- 这是一个图书管理系统程序,实现的方式很新颖,大家可以参考
yhang
- 控制台应用程序 银行管理系统.新手可以拿去做个参考
FDMS
- 操作系统演示程序,目录管理以及文件空间管理,用位示图方式。
henclib263
- 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
职工工资管理系统
- 1、 需求分析: 公司主要有4类人员:经理、技术员、销售员、销售经理。要求存储这些人的职工号、姓名、月工资、岗位、年龄、性别等信息。 2.程序的基本功能: 1.增加、修改、删除一个职工信息。 2.显示全部职工信息。 3.按条件显示职工信息(条件有按电话号码、姓名、职称或职工号等。 4.按条件显示工资信息(职工号,职称等)。 5.查找指定金额范围的职工职称。 -1, demand analysis: the company
LOCK
- 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一