搜索资源列表
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
LOCK
- 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
work
- 职工的管理信息系统代码,全部用c编写,非常好。-Employee management information system code, all prepared with c, very good.
StudentManager
- 学生信息管理系统:功能包括学生信息添加,信息统计,信息排序等功能。是初学者很好入门代码。-Student Information Management System: Functional, including students add the information, information statistics, information sorting and other functions. Is a good entry code for beginners.
the_management_of_students
- 该代码可以实现学生的成绩管理,通过读取文件中的数据,得到学生成绩的信息-this code can realise the management of students scores. it can help you to get information of students
cpu
- 编程之美上的代码,控制cpu利用率,使得任务管理器中cpu曲线为正弦曲线。-The beauty of the programming code to control cpu utilization, so the task manager cpu curve sine curve.
Library-Management-System
- 本代码为我自己大一期末写的一个控制台应用程序——图书管理系统,有关登陆信息存储在程序目录的TXT文档中。大家可按上面写的用户名密码登陆程序。-This code is a console application I write in my last term,that is, Library management system. The login information you need when run the program is in a txt document at its cont
xueshengchengjiguanli
- c++编写的管理学生成绩程序的主要代码txt格式-the management student achievement program c++ written code txt format
Business-office-management-system
- 这是一个企业办公管理系统的代码,分享一下。-This is a business office management system code, to share with you.
my-parking
- 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
CSharp
- 超市管理代码及窗体的初步设计,可供初学者参考编程是使用-Supermarket Management Code
process
- 这是操作系统中经常用到的进程管理的代码,希望对大家有用,谢谢。-This is the process management is often used in the operating system code, I hope useful for all of us, thank you.
memory
- 这是操作系统中经常用到的存储管理的代码,希望对大家有用,谢谢。-This is the storage management is often used in the operating system code, I hope useful for all of us, thank you.
biyegaunlixitong
- 文件名:毕业论文管理系统。这是我编写的工程实践,代码清晰明了,可以回顾下windows平台下链表与文件操作-File name: Thesis management system. This is what I write in the engineering practice, the code clarity, you can review the list under the windows platform and file operations
Human Management
- 用C++代码实现的简单的人事管理系统实例(A simple C++ demo for hunman management.)