搜索资源列表
ATM89C2051
- 2051 头文件。针对2051编写的头文件。用于c语言编程。-2051 document. Against 2051 to prepare the first document. C programming language used.
DBFFile
- 本类库根据FoxPro或者DBASE数据库自由表文件结构,采用VS2005.net中的C#语言实现.dbf文件的读写,基本思路是 1.文件头结构体 2.文件字段域结构体(字段描述) 3.DBFFile.cs操作类
RSA
- 文件里包含了头文件(rsa.h),主函数(main.c)还有rsa.c。用C语言实现的一种非对称加密算法。拿出来给大家分享一下-The file contains header files (rsa.h), the main function (main.c) rsa.c. A non-symmetric encryption algorithm with C language. Out for everyone to share
CH375INC
- C语言CH375功能适应性头文件,89C51单片机程序编写有用-C language header files CH375 functional adaptation, 89C51 microcontroller programming helpful
cPP-head-code
- 本书介绍了各种C#语言头文件,及各种实用程序源代码。-This book describes the various C# language header files, source code and various utilities.
class
- 人财政支出管理,因为我觉得这个程序非常实用,编完了以后自己也可以使用。按照原来的格式,是普通的结构化程序设计,而且是面向过程的,程序中没有使用类或对象,结构比较清晰。它使用了四个头文件都是来源于C语言的标准库函数,分别是:1 #include<iostream.h> 2 #include<fstream.h> 3 #include<conio.h> 4 #include<iomanip.h>。第一个控制文件输入输出,是流类库中最常用的头文件。它包含
SeqList
- 通过C++语言实现的SeqList头文件以及CPP完整代码-By C++ language of the SeqList header files and the complete code CPP
DES
- DES分组密码算法的C语言实现,包含头文件和.c主文件(DES block cipher algorithm)