搜索资源列表
CommendExplain
- 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
huddd
- 本压缩包包含: 数据结构实验报告-校运动会-飞机票定票系统-猴子选大王-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
jianbanjiankong
- 一个简单的键盘控制工具,操作相当的简单,但是要大家想实现的大部分结果都包括进去了-a simple keyboard control, the operation is simple. But we would like to achieve the most results include the
cDAGlab6
- 自己写的一个图的转换CMD 程序 nodag.txt是一个有环图演示输入文件. dag.txt是一个无环图演示输入文件. g.c 为主程序文件 stackar.c 为堆栈定义和调用文件 run.exe 为已编译好的可执行文件 我编写了一个MAKEFILE文件.如果不使用MAKEFILE 请在g.c文件的头部添加 #include \"stackar.c\" 然后再直接编译g.c. 使用了堆栈的演示代码.
Binary_balance_sorttree
- 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
数据结构的课程设计
- 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
include
- TCP server 和 client源文件中包含的头文件-TCP Server and Client included file.
Smooth
- 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
Matrix
- 这是矩阵的头文件,将其复制到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
preprocessor
- 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
score
- 这个是用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.
01_BigInt_ok
- 实现计算i的i次方的加和,i从1到n,其中n为用户输入的任意整数。(要考虑结果可能超出长整数long的表示范围的情况)-big integer, implented with C++. Functions include add and multiply.
FFT
- 本程序中包含一个可以通用的头文件,它能够实现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
include
- 用栈来实现表达式的求解!此程序不是本人所写。
test1
- 两种从string对象尾部追加字符串,包括各种其他操作string。-Two additional string string object from the tail, include all sorts of other operating string.
include
- 定义一个Student类,Student中有Name私有成员用于表示学生姓名,有GetName成员函数用于设定学生姓名,有PrintName成员函数用于在控制台上显示学生姓名。在主函数中定义两个Student类的对象stu1、stu2,其姓名分别为“LiMing”和“WangWei”,并输出这两个学生的姓名。-it is c++.
BANK
- 银行卡管理系统开户、存款、取款、修改密码、重置密码、销户 c-#include<iostream> #include<cstring> using namespace std class count { public: friend class ATM count (char Name[],char Num[],float Money,char Password[]) //初始化
Teacher_Cadre
- 分别定义教师类Teacher和干部类Cadre,采用多重继承的方式由这两个类派生出新类Teacher_Cadre(教师兼干部类)。要求: (1)在两个基类中都包含姓名、年龄、性别、地址、电话数据成员。 (2)在Teacher类中还包含数据成员职称title,在Cadre类中还包含数据成员职务post,在Teacher_Cadre类中还包含数据成员工资wage。 (3)对两个基类中的姓名、年龄、性别、地址、电话数据成员用相同的名字,在访问这类数据成员时,指定作用域。 (4)在
shijuanshengchengxitong
- 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
Sleep_v1.01
- 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.