搜索资源列表
BIN2ASC
- 可二进制文件转换为C语言格式的文本文件,便于供C程序使用-binary files can be converted to the C language text file format to facilitate procedures for the use of C
pay
- C语言编写的,涉及链表的部分,没有连接数据库,所有信息用文件保存,不是很完善,请多指教-C language, involving Chain, is not linked to a database with all the information document preservation, not perfect, please enlighten
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
Hash_STL(Time)
- 使用C++语言的STL开发的一个用来进行大规模hash计算的程序,用来处理大规模ip地址的查找问题,输入的文件可以是从internet 上下载的ip地址数据,也可以自己输入数据,可以支持几百兆的数据文件的分析与查找。格式如下 ip1 ip2 ip3 ... 例如:100.100.100.100 200.200.200.200
student-system
- 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
atm
- c语言实现ATM机基本功能 界面切换自由 采用文件实现数据的持久性 适合新手-c language interface to the ATM switch freely use the basic functions of file data persistence for novice
ReadFile
- C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
sport
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1) 可以输入各个项目的前三名或前五名的成绩; 2) 能统计各学校总分, 3) 可以按学校编号或名称、学校总分、男女团体总分排序输出; 4) 可以按学校编号查询
encryption
- 文件加密解密程序,采用C语言实现,当输入文件名并回车就能加密你所指定的文件,解密反之同理.-File encryption and decryption process, using C language, when the input file name and hit return you will be able to encrypt specified files, decrypt and vice versa.
file_to_struct
- 用c语言写的将结构体写入文件,在从文件中读出-write struct to file and then read it form file,this file was write with c
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.
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
BintoCFormat
- 主要将二进制文件,转成C语言格式的源码,可以用于图片二进制数据的转换。编译通过。可直接生成-The main binary file, converted into C language source code format, can be used for the conversion of image binary data. Compile. Can be directly generated
CTCP
- C语言写的控制台程序, 用来抓包. 程序员辛苦, 麻烦审核的手下留情. 前面我上传了一个同名的, 缺少项目文件, 这次我又传了完整的.-Console application written in C language, used to capture Programmers hard, troublesome audit mercy. Before I uploaded the same name, the lack of project files, but this time I pass
example
- 用c语言,不用windows api 拷贝一个50M以上的文件,每次拷贝1kb, unsigned char buffer[1024] 直到文件拷贝结束 -C language without windows api Copy more than a 50M file, every copy 1kb the end of an unsigned char buffer [1024] until the file copy
Address-book
- 这是一个用C语言写的通讯录:它包括输入记录、删除记录、插入记录、记录保存文件、从文件中读取记录等。-This is a C language to write the address book: it includes input records, delete records, insert record, recording save the file, read the records from a file.
creat-a-file-after-same-time
- 利用c语言,隔一段时间生成一个文件,文件格式自定-creat many files by c language
wannianli-for-C
- 万年历C语言控制台程序,在TC或VC6.0中编译程序,编译成功后,通过命令行向编译生成的可执行文件(.exe)传递参数,在命令行中输入该执行文件的路径名称,然后再输入传入的参数,回车,就会显示出运行结果 例如:........> d:\wannianli for C.exe 2013/08/-calendar for the console application of language C
BigBOX-for-C
- 这是一个推箱子的C语言控制台程序。在VC6.0或TC2.0下编译完成后,双击可执行文件(exe)进入游戏,通过方向键上下左右来推箱子,当推到指定位置就可进入下一关继续游戏,ESC退出游戏,空格键重启游戏-Boxman for language C
24point-for-C
- 算24的C语言控制台程序,VC6编译完成后运行可执行文件,可以选择开始游戏,查看游戏规则或者退出游戏3个选项-Calculate 24 games