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

搜索资源列表

  1. compiler

    0下载:
  2. C语言编译器源代码,该编译器能够在DOS环境下运行-Source code for complier of C. This complier can run in DOS.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:105148
    • 提供者:yangmuyun
  1. emWin5.24

    0下载:
  2. This document assumes that you already have a solid knowledge of the following: • The software tools used for building your application (assembler, linker, C com- piler) • The C programming language • The target processor 
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6264073
    • 提供者:殷荣华
  1. qwxcx

    1下载:
  2. 本人十分喜爱C语言编程,但因水平有限,只能作为业余爱好。闲来无事(其实是不知道做什么 ^_^)将多年以前的一些书籍杂志上的DOS下演示性小程序移植到Windows下,纯属自娱性质,发出来能于茶余饭后博观者一乐,余愿足矣(其实主要目的是想在玩游戏时给自己刷点积分--有好东西即便“贵”那也是要下滴,没想到会有人下载。在此更要多谢给我刷积分的朋友,谢谢!!!^_^)!!! - I am very fond of the C programming language, but the leve
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:831444
    • 提供者:wwer
  1. fat16

    0下载:
  2. This is a demo C code for DOS FAT16 filesystem using C language to do the file in SD card opening and writing demo .-This is a demo C code for DOS FAT16 filesystem using C language to do the file in SD card opening and writing demo .
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:113310
    • 提供者:DennisChang
  1. TC3.0_speed360

    0下载:
  2. 工具,Torboc C 开发工具 用于程序开发 -tool C discrible by TC used to develop dos c program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6244324
    • 提供者:Yangxing
  1. bc5_shape_class_test_for_dos_bgi

    0下载:
  2. C++ 原代码实例: 如何封装几何图形对象,如何实行动态绑定和多态。 By Samuel Ni-Shape Class for DOS graphics, include demo of dynamic binding and polymorphy by Samuel Ni
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:211365
    • 提供者:samuelni
  1. fffffffffffffffffffffffffffffffffffffffffinalllll

    0下载:
  2. Bank Management system created as a semester project of C++. In 2011, it contains the DOS code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5735
    • 提供者:Hussian Waheed
  1. prot_freeall

    0下载:
  2. prot_freeall.c consists of subroutines that implement the DOS-compatible file sharing services for PC-NFS.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2589
    • 提供者:yincengng
  1. prot_share

    0下载:
  2. prot_share.c consists of subroutines that implement the DOS-compatible file sharing services for PC-NFS.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4041
    • 提供者:baiqyvai
  1. 22

    0下载:
  2. 这样的设计,只是一个简单的,小型停车场管理系统。用C语言编写的DOS界面。主要侧重于操作,堆场和通道入站和出站车辆之间的关系。根据汽车和狭窄的进站口侧设有一后巷有先进的堆叠结构来描述。-This design, just a simple, small car park management system. Using C language for dos interface. The main emphasis on operations, and the relationship betwe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2917
    • 提供者:王学石
  1. express

    0下载:
  2. 可实现快递的增删改查,链表,继承,c++实现,dos界面-Express enables CRUD, list, inheritance, c++ achieve, dos interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1193461
    • 提供者:卢婷
  1. MYPROJECT

    0下载:
  2. 此远程控制软件的原理是基于c/s框架的,分为服务器和客户端,先运行服务器在端口8086上监听客户端的连接 ,然后再运行客户端。为了使此软件能在整个网络中客户端都能连接到服务器,服务器必须拥有一个全球唯一的ip 地址,也就是一个公网的ip地址,为了使客户端能自动访问到服务器而不用输入服务器的IP地址,本软件采用服务器 绑定固定域名“lpy19926678.wicp.net”(可以下载一个花生壳然后申请自己的域名,这样对应的要在客户端程序中 自己修改)。客户端运行后首先进行域名解析,
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:11798
    • 提供者:李爽
  1. calc150

    0下载:
  2. 这是一个简易的计算器,用纯C写的,可以计算加减乘除,在dos界面下完成-This is a simple calculator, written in Pure C, can calculate the addition and subtraction multiplication and division, under the dos interface
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3428
    • 提供者:wen102751
  1. calculate106

    0下载:
  2. c语言编写的dos界面下的计算器,支持加减乘除括号等简单运算,代码清晰注释丰富,可作为新手学习栈的使用-c language calculator dos interface, support brackets and other simple arithmetic operations, code clear notes and rich, as a novice to learn the use of the stack
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1212
    • 提供者:shi156317
  1. DOSjishiben

    0下载:
  2. c++开发的DOS记事本小程序,希望对大家有帮助-c++ development of the DOS Notepad applet, we want to help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3531
    • 提供者:cang628428
  1. hello103

    0下载:
  2. 在DOS界面下显示Hell World.-The first code every C programmer should be familiar with.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5745
    • 提供者:po52895
  1. stock100

    0下载:
  2. 这是一个简单股票管理系统,你可以添加,删除,更新,存储,管理股票,采用DOS界面-This is my first program when I study C.You can check the stock,and add new item,modify and delete the stock.
  3. 所属分类:Applications

    • 发布日期:2017-04-14
    • 文件大小:3663
    • 提供者:ay4anaa
  1. box

    0下载:
  2. 一个C语言编写的推箱子游戏源代码,本游戏是字符模式的,请不要在中文dos下运行。本游戏在TURBO C下调试通过 。-A Sokoban game written in C language source code, the game is character-mode, do not run under Chinese dos. The game TURBO C through debugging.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2904
    • 提供者:yaojia
  1. transmission

    0下载:
  2. 局域网内文字信息的传输与应用,适用于C语言初学者使用,此程序在DOS环境下还可以进行文件传输-Transmission and application of text messages in the LAN, for C language for beginners to use this program in DOS environment can also transfer files
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1980189
    • 提供者:周华银
  1. 001

    0下载:
  2. 24点是一个古老而常新的益智游戏,本程序采用模块化的设计模式,用命令提示符的方式来设计算法。 一、 需求分析: 1、程序流程及功能简介: (1) 随机产生四个1-13的数,分别代表13张牌。 (2) 提示玩家输入算式。 (3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到(1)。 (4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:5306
    • 提供者:谢双春
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com