CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C DOS

搜索资源列表

  1. c-language-of-student

    0下载:
  2. 用C语言写的学生信息管理系统,在Dos界面下,有选择菜单。能够对学生信息进行增加,删除,修改和查询。查询的方式有很多种,如按学号,姓名查询等。适合初学者学习!编译环境Visual Studio 6.0-英语中文(简体)日语Written in C language student information management system, in Dos interface, have a choice menu. Student information to be able to add, d
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:299322
    • 提供者:Thomas
  1. C-P-P--DOS-Personnel-Management

    0下载:
  2. 通常用于C++课程设计,出现频率很高,这个程序很实用-Typically used for C++ curriculum design, high frequency of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:167968
    • 提供者:王sheng
  1. dos2unix.c

    0下载:
  2. 一个UNIX环境下用C编写的文本转换程序,把DOS格式的文本文件转换为UNIX格式。编译好的文件是在FrreBSD下做的。-A program to convert text file of DOS format into UNIX which was written in C under UNIX.The compiled file is completed under FreeBSD.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2657
    • 提供者:共江
  1. DOS-operator-source

    0下载:
  2. DOS 操作系统源码,完整的C语言文件包-dos operator system source code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:429861
    • 提供者:inpile
  1. C

    0下载:
  2. C语言贪吃蛇 dos窗口贪吃蛇 无任何娱乐性 仅参考-C language Snake
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2219
    • 提供者:湛智
  1. C--rs232

    0下载:
  2. C语言做串口通讯程序 现在在工业现场很少有人再用C语言做串口通讯程序了,但是基于DOS环境的程序还是有它的优势的。DOS系统的单任务环境是系统运行更加稳定、可靠;在一些追求很高的可靠性的系统中还是有一定的价值的。本文通过C语言控制PLC实现简单的物料传送为例子。-c rs232 Send data error detected in serial port
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1665
    • 提供者:gao
  1. Play-Sounds-For-C

    0下载:
  2. Dos 中多任务模拟~可以显示图片的同时播放声音,是底层的...C语言代码-Play Sound for C 1193180 is system MHZ.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-08
    • 文件大小:1056
    • 提供者:xdm
  1. C

    0下载:
  2. C库函数大全 数学函数,所在函数库为math.h、stdlib.h、string.h、float.h 目录函数,所在函数库为dir.h、dos.h -Daquan mathematical function of the C library functions, where the library is math.h, stdlib.h, string.h float.h. Catalog functions where library dir.h, dos.h
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:12784
    • 提供者:youngmei
  1. small-c-for-dos

    0下载:
  2. 用c语言编写的在dos环境下的c语言编译器源代码。-Dos environment c language compiler source code writin by c language.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:98877
    • 提供者:谢黎黎
  1. Classical-programming-based-on-C

    0下载:
  2. 【CPP】经典编程900例(C语言),基于c语言的各种源代码,经典算法,系统调用,dos调用等,学习c语言的极品源码资料-Classical programming 900 cases (C), source code based on the C language; all kinds of classical algorithm, the method about system calls(DOS) learning C language source code of the need f
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:184268
    • 提供者:刘急
  1. c-jz

    0下载:
  2. dos,有图形界面,串口收发程序,C语言源码,收到的数据会保存至文件。TURBOC2下实现,可能会有部分较新的机器无法正常显示,turboc2的显卡驱动太老。-dos, graphics interface, serial transceivers program, the C language source code, the received data is saved to a file. TURBOC2 to achieve, and may be part of the new mac
  3. 所属分类:Com Port

    • 发布日期:2017-11-06
    • 文件大小:35928
    • 提供者:李冰
  1. prim

    0下载:
  2. prim algoritm in turbo c Dos IDE
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:710
    • 提供者:saghi
  1. strasen

    0下载:
  2. stracen algoritm in Turbo C Dos IDE
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:1589
    • 提供者:saghi
  1. DIJKSTRA

    0下载:
  2. digestra algoritm turbo c dos ide tested ok
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:626
    • 提供者:saghi
  1. 实现简单的shell解释程序,

    0下载:
  2. 实现一个功能简单shell解释程序,即MS-DOS命令交互界面。代码对电脑上盘区进行操作,不调用自带的cmd.exe,对各盘区进行操作。在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令。具体实现参照各命令在cmd.exe中调用情况。
  3. 所属分类:系统编程

    • 发布日期:2013-05-23
    • 文件大小:1512842
    • 提供者:lancer13
  1. C-STUDENT-SYSTEM

    0下载:
  2. 简单的数据库应用,用C语言写的源代码。学生成绩管理系统。。不过是DOS界面下-Simple database application, written in C language source code. Student achievement management system. . But a DOS interface
  3. 所属分类:Education soft system

    • 发布日期:2017-11-13
    • 文件大小:311812
    • 提供者:刘达雄
  1. dos

    1下载:
  2. 微型计算机磁盘操作系统手册IV.本书是介绍MS-DOS编程的技术书籍,是一本多年来的权威性畅销著作。内容非常 全面,覆盖了DOS的各个方面。 ·包括了MS-DOS 6.xx的全部内容,并覆盖了DOS的各个版本(1.0-6.22)。书中 包括全部的DOS功能调用及数据结构,包括一些未公开的功能和保留的功能。 ·介绍了PC编程时所需的BIOS、鼠标、EMS、XMS、DPMI、任务切换等的功能调 用。 .分专题介绍了DOS编程的各个方面:输入/输出设备;内存、文件、目
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:509993
    • 提供者:优游
  1. BMP-2-C

    0下载:
  2. 显示你的图片与照片,使用dos汇编,8086汇编语言-Show your pictures and photos
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:12537
    • 提供者:陈相至
  1. pic-c-jiaocheng

    0下载:
  2. file子键下面找到一个名为“isshortcut”的键值,它表示在桌面的.lnk快捷方式图标上将出现一个小箭头。右键单击“isshortcut”,然后从弹出的菜单中选择“删除”,将该键值删除。 3.关闭注册表编辑器,重新启动,就可发现快捷方式图标上已经没有小箭头了。 同理,对指向ms-dos程序的快捷方式(即.pif)图标上的小箭头,则除了是打开hkey_classes_root\piffil-The new vaccine eradicated all traces of th
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:148951
    • 提供者:包耀宗
  1. clock

    0下载:
  2. c++ DOS窗口的一个时钟(表盘) 但是需要graphics.h 去EasyX下吧-A clock c++ DOS window (dial) but need to go down EasyX it graphics.h
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1439799
    • 提供者:lyl
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com