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

搜索资源列表

  1. watch

    0下载:
  2. 这是个基于控制台应用程序开发简易钟表运行程序,黑底白字,模仿windows系统屏保时钟制作-This is a simple console application development watches to run the program based on, black bottom mispronounced character, imitation windows screensaver clock making
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:365669
    • 提供者:YangKai
  1. people-eye-control

    0下载:
  2. 人为视觉追踪控制系统,可用于初学者开发基于视觉控制系统的项目。-people control is used to stardy how to use the eye to control
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6641713
    • 提供者:chengsd
  1. 1142

    0下载:
  2. 学生成绩管理系统,信息修改删除添加,登录-Student achievement management system
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:69481
    • 提供者:lili
  1. talents_management_system

    0下载:
  2. c++实现的人才信息管理系统 主要用到了堆栈、及文件存储-c++ realization of human resources information management system is mainly used in the stack, and file storage
  3. 所属分类:Console

    • 发布日期:2017-04-27
    • 文件大小:28658
    • 提供者:张金涛
  1. teacher-manage

    0下载:
  2. 该系统的是一个高校教师人事管理系统,用C实现-teacher manage
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3897
    • 提供者:苏兰
  1. OrderDish

    0下载:
  2. 餐馆点餐系统,是基于c语言的控制台系统,可以实现餐桌,人员,菜谱,订单的增删改查功能-order dish system
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1026034
    • 提供者:李云
  1. score--management-system

    0下载:
  2. c++课程设计,完成的是实验成绩管理系统,在控制台中完成,-C++ course design, the completion of the experimental results management system, completed in the console,
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3693
    • 提供者:薛帅强
  1. qingcheng

    0下载:
  2. 清澄评测系统的前面五十来道题,源码亲测通过-In front of the clear uation system of fifty questions, the source by pro-test
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:14171
    • 提供者:石发强
  1. salary-Manage

    0下载:
  2. 工资管理系统,可输入,查询员工的员工号、姓名、性别、出生日期、岗位工资、补贴总额、代扣总额。可统计员工最高工资,最低工资,平均工资。 I:输入员工工资信息 O:输出员工工资信息 T:输出员工工资统计信息 S:按要求排序后输出员工工资信息 F:按员工号查找并输出其工资信息 D:按员工号查找并删除其工资信息 Q:退出系统-Salary management system, can input, query the employee number, name, se
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:25998
    • 提供者:杨健
  1. SuperManage

    0下载:
  2. c语言,超市信息管理系统,实现货物入库、出库、销售等功能;控制台编程。-c language, supermarket information management system, cargo storage, a library, sales and other functions console programming.
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:512509
    • 提供者:张雄
  1. watchDirChange-vs2010

    0下载:
  2. vs2010 c++ 文件夹文件监控系统软件工程代码是用vs2010编译的,该程序是使用线程来实时监控指定目录下文件、文件夹的变化(添加、删除、修改)-vs2010 c++ Folder Monitoring System software engineering vs2010 code is compiled, the program is the use of threads to real-time monitoring designated directories file, chang
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:168482
    • 提供者:
  1. 1249

    0下载:
  2. 聊天系统,可支持多人聊天,两人聊天,飞叉满后方便-Chat system
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:281146
    • 提供者:song
  1. Student-information-management

    0下载:
  2. 学生信息管理系统的功能主要是实现学校学生的信息化管理。通过学生信息管理系统,教学管理人员可以实现对学生信息的增加、删除、修改和查询等操作。此系统以菜单界面方式工作,运行界面友好,演示程序以用户和计算机的对话方式进行。本系统最大的优点就是操作简便快捷等。-Function Student Information Management System is to achieve school student information management. Through student informa
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:527909
    • 提供者:薇乐知
  1. lab02

    0下载:
  2. f(n)=f(n-1)+f(n-2) f(0)=f(1)=1,求斐波那契数列第20项,分别用循环和递归的方式,比较时间效率。提示:可以使用c函数clock取出当前系统时间,计算前后各一次,两次相减除以每秒的时钟数,就可以得到以秒为单位的差距-f (n) = f (n-1)+ f (n-2) f (0) = f (1) = 1, Item 20 seeking Fibonacci number Fibonacci sequence that were circulating and recursi
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2542987
    • 提供者:龙晓聪
  1. DownCharLib

    0下载:
  2. 一个基于串口,对ARM嵌入式系统IAP升级的客户端,可直接编译使用。-It is a IAP client app for ARM embedded system.
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4196986
    • 提供者:梁雄
  1. LinkNet

    0下载:
  2. 环境VC6.0主要功能中断拨号连接。重新拨号连接。读取系统宽带连接账号密码(Win7 WinXp测试通过。这个功能之前找到过类似源码不过是vs2008以上版本的,这是vc6.0的)。-The main function of the environment VC6.0 interrupted dial-up connection. Re-dial-up connection. Read system broadband connection account password (Win7 WinX
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:71760
    • 提供者:小于
  1. trans_select

    0下载:
  2. 城市交通查询系统源码,用c语言实现,可以直接使用-Urban transportation inquiry system source code, using c language, can be used directly
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1611870
    • 提供者:刘慧
  1. xs

    0下载:
  2. 实验性学生信息简易管理系统系统核心控制台程序。-Experimental simple student information management system system core console program.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:984064
    • 提供者:轩辕羽
  1. Management-System

    0下载:
  2. 寝室信息管理系统,学生作业用,控制台程序-Bedroom Information Management System
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5567
    • 提供者:peng
  1. studt-message-system

    0下载:
  2. 学生信息管理系统 C++程序 精简易懂 怎么还不到20个字?-the c++program the student message menage system
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4063501
    • 提供者:华凯旋
« 1 2 ... 19 20 21 22 23 2425 26 27 »
搜珍网 www.dssz.com