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

搜索资源列表

  1. CommendExplain

    0下载:
  2. this a implement of a command shell,which is similar to Cisco router console. the project also include example code about how to develop user console application with the command shell module.-implement of a command shell, which is similar to
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32202
    • 提供者:张广旭
  1. huddd

    0下载:
  2. 本压缩包包含: 数据结构实验报告-校运动会-飞机票定票系统-猴子选大王-huffuman编码等源代码,欢迎参考!-the compression packages include : Experimental data structure report - school sports events - counting system set airfares - election monkey king-source coding huffuman code reference welcom
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:21189
    • 提供者:冬冬
  1. jianbanjiankong

    0下载:
  2. 一个简单的键盘控制工具,操作相当的简单,但是要大家想实现的大部分结果都包括进去了-a simple keyboard control, the operation is simple. But we would like to achieve the most results include the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:159354
    • 提供者:赵侃臻
  1. cDAGlab6

    0下载:
  2. 自己写的一个图的转换CMD 程序 nodag.txt是一个有环图演示输入文件. dag.txt是一个无环图演示输入文件. g.c 为主程序文件 stackar.c 为堆栈定义和调用文件 run.exe 为已编译好的可执行文件 我编写了一个MAKEFILE文件.如果不使用MAKEFILE 请在g.c文件的头部添加 #include \"stackar.c\" 然后再直接编译g.c. 使用了堆栈的演示代码.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:13662
    • 提供者:gaoquan
  1. Binary_balance_sorttree

    2下载:
  2. 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
  3. 所属分类:Console

    • 发布日期:2017-01-06
    • 文件大小:914432
    • 提供者:牛小龙
  1. 数据结构的课程设计

    0下载:
  2. 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:1664954
    • 提供者:麦思明
  1. include

    0下载:
  2. TCP server 和 client源文件中包含的头文件-TCP Server and Client included file.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:704
    • 提供者:planet
  1. Smooth

    0下载:
  2. A complete program to smooth an image on different scales. It include all necessary binary codes *.c and also headers *.h-A complete program to smooth an image on different scales. It include all necessary binary codes*.c and also headers*.h
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2375854
    • 提供者:rodrix1985
  1. Matrix

    0下载:
  2. 这是矩阵的头文件,将其复制到VC的include目录下,在源文件中包含即可使用-This is the matrix of the header file, copy it to VC' s include directory, in the source file contains can be used
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:5968
    • 提供者:溜达翁
  1. preprocessor

    0下载:
  2. Handling preprocessor directives. Write a program that processes a preprocessor directive in the file containing the program in C. Should properly handle the directive # include, # define, # ifdef and ifndef. In the implementation of # de
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:480061
    • 提供者:anyman
  1. score

    0下载:
  2. 这个是用C语言写的成绩管理系统课程设计,用到了文件,结构体等,功能包括增加,删除,排序,查找等-This is written in C language performance management system for course design, use a file, structure, etc., functions include add, delete, sort, search, etc.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:2475
    • 提供者:苏庆贺
  1. 01_BigInt_ok

    0下载:
  2. 实现计算i的i次方的加和,i从1到n,其中n为用户输入的任意整数。(要考虑结果可能超出长整数long的表示范围的情况)-big integer, implented with C++. Functions include add and multiply.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:47527
    • 提供者:luckypig
  1. FFT

    0下载:
  2. 本程序中包含一个可以通用的头文件,它能够实现DFT,FFT,IFFT,conv,这些函数根据信号处理C语言程序集编写,为了方便理解与调用,我在程序中使用了一些实例,大家可以通过它们做深入理解!-This procedure can include a generic header, it can be achieved DFT, FFT, IFFT, conv, these functions according to the signal processing assembly C langu
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:32821
    • 提供者:yangshoping
  1. include

    0下载:
  2. 用栈来实现表达式的求解!此程序不是本人所写。
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3909
    • 提供者:Jackson
  1. test1

    0下载:
  2. 两种从string对象尾部追加字符串,包括各种其他操作string。-Two additional string string object from the tail, include all sorts of other operating string.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:999
    • 提供者:willion
  1. include

    0下载:
  2. 定义一个Student类,Student中有Name私有成员用于表示学生姓名,有GetName成员函数用于设定学生姓名,有PrintName成员函数用于在控制台上显示学生姓名。在主函数中定义两个Student类的对象stu1、stu2,其姓名分别为“LiMing”和“WangWei”,并输出这两个学生的姓名。-it is c++.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:3201
    • 提供者:keil
  1. BANK

    0下载:
  2. 银行卡管理系统开户、存款、取款、修改密码、重置密码、销户 c-#include<iostream> #include<cstring> using namespace std class count { public: friend class ATM count (char Name[],char Num[],float Money,char Password[]) //初始化
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:1821
    • 提供者:丁探
  1. Teacher_Cadre

    0下载:
  2. 分别定义教师类Teacher和干部类Cadre,采用多重继承的方式由这两个类派生出新类Teacher_Cadre(教师兼干部类)。要求: (1)在两个基类中都包含姓名、年龄、性别、地址、电话数据成员。 (2)在Teacher类中还包含数据成员职称title,在Cadre类中还包含数据成员职务post,在Teacher_Cadre类中还包含数据成员工资wage。 (3)对两个基类中的姓名、年龄、性别、地址、电话数据成员用相同的名字,在访问这类数据成员时,指定作用域。 (4)在
  3. 所属分类:Console

    • 发布日期:2017-10-30
    • 文件大小:3693
    • 提供者:王莹
  1. shijuanshengchengxitong

    0下载:
  2. c语言测试题目自动生成系统,通过对试题库中的题目随机获取生成测试试卷,生成的试卷中包括选择题、填空题、判断题、程序编写等题目-c language test subject automatically generated system, random topics in the test database for generating test papers papers generated include multiple-choice, fill-false questions, progr
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:213674
    • 提供者:钟坯平
  1. Sleep_v1.01

    0下载:
  2. Simple program for delay (sleep) outputing dots as progress information. Useful since windows xp does not include such program, and alternatives not always work ("ping -n 5" can fail) Delphi source and exe included.
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:11412
    • 提供者:Testeris
« 12 3 »
搜珍网 www.dssz.com