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

搜索资源列表

  1. gdfhfhgfhf

    0下载:
  2. Turbo C_Borland C++用户界面程序设计
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3322078
    • 提供者:awake
  1. 实现艺术清屏

    0下载:
  2. 问题的提出:我们在编制程序时,经常要用到清屏处理,如dos下的cls,Turbo C下的clrscr()等都具有清屏功能,但这些均为一般意义的清屏,并未显示其清屏规律.而有时为了达到清屏的艺术美观,往往对清屏有一些具体要求,如:开幕清屏 闭幕清屏 上清屏 下清屏 中清屏.为此,这里用C语言编制了几个子函数,用于程序中时,既可达到清屏的目的,有能增加屏幕的艺术美观.-the problem : we in the preparation of procedures, regular use of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3555
    • 提供者:mm
  1. 冒泡法改进

    0下载:
  2. 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, e
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1363
    • 提供者:王想
  1. 挽救软盘

    0下载:
  2. 软盘的FAT表(文件分配表)被损坏时,计算机就不能从软盘上读取数据。 但是,在软盘中有两份完全相同的文件分配表,而DOS在读文件时并不使用 第二张文件分配表,因此,它被损坏的可能性较低。在计算机提示FAT表损 坏时,利用第二张分配表重写第一张文件分配表,往往能成功地挽回你的软 盘上的数据。文件分配表在磁盘中的具体位置及长度视磁盘的规格不同而 不同。 本文提供的程序,用Turbo C 2.0编写,于Dos6.22,UCDOS 3.1下通过。 按照程序的提示,可方便地完成这一工作。-floppy F
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1201
    • 提供者:王想
  1. code_tool

    0下载:
  2. Turbo C 中编的,显示键盘键值 按任何键可显示此键的键值 全是我自己编的!!! samat-Turbo C series of the show by any keyboard keys can show that this key indicator keys are all part of my own! ! ! SAMAT
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:12173
    • 提供者:violet
  1. MAC

    0下载:
  2. turbo码的C程序,许多行前面都有些序号 请自己更正以后运行 有问题请联系:103086097-turbo code of C program, and many firms are some of the serial number in front of your own after the operation to correct a problem please contact: 103086097
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:100611
    • 提供者:123
  1. hfsetup5

    0下载:
  2. turbo码的C程序,许多行前面都有些序号 请自己更正以后运行 有问题请联系:103086097-turbo code of C program, and many firms are some of the serial number in front of your own after the operation to correct a problem please contact: 103086097
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10492098
    • 提供者:123
  1. five

    0下载:
  2. dos模式下的一个五子棋程序 本人亲测在turbo c下成功调试~-a game code in dos mode
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:3307
    • 提供者:cg
  1. 102

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

    • 发布日期:2017-04-08
    • 文件大小:3387
    • 提供者:端木传斌
  1. Microsoft-Word-turbo-code

    0下载:
  2. 用C++实现TURBO码并在AWGN信道中进行性能测试 -TURBO C++ implementation with the code and performance testing in the AWGN channel
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:7704
    • 提供者:grubby
  1. Turbo-C_2.0

    0下载:
  2. 用于编辑C语言源程序,编译检查程序是否可执行,生成可执行文件-Assembler, the digital control on the far right to achieve the cycle 0-F
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1038543
    • 提供者:王一
  1. jisuanji-tuxingxue-DDAsuanfa

    0下载:
  2. 直线的生成是用计算机生成图形最基本的技能,通过本实验使学生掌握如何用计算机生成直线。熟悉开发环境,生成直线。 熟悉Turbo C开发环境 分别用DDA算法、Bresenham算法生成直线-Line with computer-generated graphics to generate the most basic skills, through this experiment so that students learn how to use computer-generated li
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1521832
    • 提供者:wyj
  1. Cshilijiaocheng

    0下载:
  2. 里边有一些计算机考试试题,讲解了一些函数,和Turbo C的概述,还有习题分析-Inside the computer test questions, explain some of the functions, and Turbo C, an overview of Problem Analysis
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2529440
    • 提供者:limi
  1. Turbo_VS2010

    0下载:
  2. turbo码编解码,采用c和c++语言,用vs2010编译-turbo coding turbo decoding
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3832128
    • 提供者:Zhuzhiwei
  1. TurboPC

    0下载:
  2. Turbo+C 程序设计例题解析.doc-The Turbo+C Programming Example Problems. Doc
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:79615
    • 提供者:liang
  1. BpFountion

    0下载:
  2. bp网络C语言编写,可以在turbo c运行,实用-bp net
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:723218
    • 提供者:jiesen
  1. Tc_Decoder

    0下载:
  2. LTE系统中turbo编码与译码的c源代码-LTE system, turbo encoding and decoding c source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:2896
    • 提供者:林木
  1. 3015_EX01

    0下载:
  2. Exercise 1: Programming Environment and Basic Input/Output 1. Write a program that prints “This is my first program!” on the screen. (a) Save this program onto your own disk with the name of e2-1a (b) Run this program without opening Turbo
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:21819
    • 提供者:王思翰
  1. turbo

    0下载:
  2. 这是为涡轮增压,也将与硕士学位。它应该工作 与任何编程语言相比,在该 标签名称或接口。更详细的咨询你的编译器手册。 我写了这篇,所以它会与任何一个微小的或小的模型一起工作。 实际上,它可能与任何模型的工作。你应该 能够组装和MASM和链接权。-This was written for TURBO C and will also work with MSC. It should work with any programming language with no more
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:28862
    • 提供者:wwq
搜珍网 www.dssz.com