CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 代码管理

搜索资源列表

  1. MarkManagement

    0下载:
  2. 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:37253
    • 提供者:xuwei
  1. LOCK

    0下载:
  2. 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
  3. 所属分类:Console

    • 发布日期:2017-05-21
    • 文件大小:6544379
    • 提供者:machao
  1. work

    0下载:
  2. 职工的管理信息系统代码,全部用c编写,非常好。-Employee management information system code, all prepared with c, very good.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5376
    • 提供者:liuhui
  1. StudentManager

    0下载:
  2. 学生信息管理系统:功能包括学生信息添加,信息统计,信息排序等功能。是初学者很好入门代码。-Student Information Management System: Functional, including students add the information, information statistics, information sorting and other functions. Is a good entry code for beginners.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:22513
    • 提供者:zixue
  1. the_management_of_students

    0下载:
  2. 该代码可以实现学生的成绩管理,通过读取文件中的数据,得到学生成绩的信息-this code can realise the management of students scores. it can help you to get information of students
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1939
    • 提供者:sk
  1. cpu

    0下载:
  2. 编程之美上的代码,控制cpu利用率,使得任务管理器中cpu曲线为正弦曲线。-The beauty of the programming code to control cpu utilization, so the task manager cpu curve sine curve.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1162315
    • 提供者:王文浩
  1. Library-Management-System

    0下载:
  2. 本代码为我自己大一期末写的一个控制台应用程序——图书管理系统,有关登陆信息存储在程序目录的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
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:735168
    • 提供者:李爱燕
  1. xueshengchengjiguanli

    0下载:
  2. c++编写的管理学生成绩程序的主要代码txt格式-the management student achievement program c++ written code txt format
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:3890
    • 提供者:王云波
  1. Business-office-management-system

    0下载:
  2. 这是一个企业办公管理系统的代码,分享一下。-This is a business office management system code, to share with you.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:5605326
    • 提供者:王笑
  1. my-parking

    0下载:
  2. 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:242427
    • 提供者:丁洁琼
  1. CSharp

    0下载:
  2. 超市管理代码及窗体的初步设计,可供初学者参考编程是使用-Supermarket Management Code
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:312803
    • 提供者:
  1. process

    0下载:
  2. 这是操作系统中经常用到的进程管理的代码,希望对大家有用,谢谢。-This is the process management is often used in the operating system code, I hope useful for all of us, thank you.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:186458
    • 提供者:Anne
  1. memory

    0下载:
  2. 这是操作系统中经常用到的存储管理的代码,希望对大家有用,谢谢。-This is the storage management is often used in the operating system code, I hope useful for all of us, thank you.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:900659
    • 提供者:Anne
  1. biyegaunlixitong

    0下载:
  2. 文件名:毕业论文管理系统。这是我编写的工程实践,代码清晰明了,可以回顾下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
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:13601
    • 提供者:lqjun
  1. Human Management

    0下载:
  2. 用C++代码实现的简单的人事管理系统实例(A simple C++ demo for hunman management.)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-04
    • 文件大小:8192
    • 提供者:亲猫
搜珍网 www.dssz.com