搜索资源列表
rfc1321
- md5算法的C语言实现绝对可用包括头文件和实现文件-md5 C-language algorithm can be used to achieve absolute including header files and files
diagram_exchange_tools
- C语言写的报文转换程序,包含头文件和源代码、数据库设计-C language text was written by the conversion process, including header files and source code, database design
d3des
- C语言实现的3重DES加密的程序,包含主程序和头文件
shutdown
- Windows NT平台下关机代码,封装为C语言头文件,只需#include \"xSHUTDOWN.h\"即可使用。
Linux-MAC20081224.rar
- 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
avilib
- AVI库。包含各种AVI操作函数,C语言编写, 包含头文件和源文件-avilib.h avilib.c
DES
- 用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件-Use c language to achieve the des encryption and decryption program source code, contains a des header files and a des source files as well as a main function of the source file
linux_c
- 本章介绍在 LINUX 下进行 C 语言编程所需要的基础知识.在这篇文章当中,我们将会 学到以下内容: 源程序编译 Makefile 的编写 程序库的链接 程序的调试 头文件和系统求助-LINUX C
Linux
- linux操作系统下C语言编程入门 源程序编译 Makefile 的编写 程序库的链接 程序的调试 头文件和系统求助 -linux operating system, C language programming entry
Include
- 这里涵盖了所有用到的C语言头文件大全,非常有用-This covers all of the C language header files used in Daquan, very useful
DES
- DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
exception
- c语言异常处理机制,主要用setjmp.h头文件实现的-c language exception handling mechanism, mainly with setjmp.h header files to achieve
Embedded-systemsand-Linux
- 嵌入式系统和linux面试经典题目 一.1、简答题。下面的题目必须全部答对才给分(20分): 1、 如何在C中初始化一个字符数组。 2、 如何在C中为一个数组分配空间。 3、 如何初始化一个指针数组。 4、 如何定义一个有10个元素的整数型指针数组。 5、 s[10]的另外一种表达方式是什么。 6、 GCC3.2.2版本中支持哪几种编程语言。 7、 要使用CHAR_BIT需要包含哪个头文件。 8、 对(-1.2345)取整是多少? 9、 如何让局部变量具有
VC
- VC中的zylib头文件,在C语言编程中会需要到的一种头文件。-VC in the zylib header files in the C programming language will need to go to a header file.
C-for-sqlite
- C语言操作嵌入式数据库sqlite进行存储和读取,需要下载sqlite源码的头文件,有详细注释。-C language operating embedded database to store and read sqlite, sqlite need to download the source code header files, detailed notes.
clock101
- 用C++语言编写的,倒计时时钟趣味小程序,分三个文件,分别是头文件,源文件和主函数。-Fun program the language C++ countdown clock, in three separate files.
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)