搜索资源列表
readinifile_H
- /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
ReadFile
- 用c语言实现读取配置文件. 书写比较规范,比较好!-c language used to read configuration files. Writing relatively standardized, relatively good!
playback.c
- ALSA用户空间语言播放程序,使用管道即可。同时亦可设置为读取文件。-ALSA user-space language player, you can use the pipeline. At the same time can be set to read the file.
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
monitor-1.0
- 进程监控 进程守护 linux C语言 进程重启 进程管理 利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动 主要功能: 1.读取配置文件程序 2.启动进程 3.监控进程,查看进程是否退出或者崩溃 4.若进程退出或者崩溃,重启程序。 5.支持sleep功能 6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process mo
readavi-2011-03-11_0
- 这是一个在Linux下用C语言实现的AVI格式视频文件读取程序。-This is implemented in C under Linux AVI format video file to read program
sconfig
- c语言实现读取配置文件的代码,按照key-value设定的读取,example1.ini为配置文件,example.c为test程序,可以根据其书写代码-c language implementation of the code to read the configuration file, in accordance with key-value set to read, example1.ini for the configuration file, example.c for the te
read_file_in_c
- linux 下 使用C语言读取文件并查找显示为数字字符;-linux using C language to read documents and find the figures appear as characters
XML.tar
- sun unix 下c语言读取xml格式的文件。-c language under the sun unix read xml file.
1
- 用C++语言做的一个手机话费查询系统, 1、输入记录功能(从键盘输入:各次交费金额, 各次呼出电话号码、日期、时间长短、长途与否。 设长途每分钟1元,短途每分钟0.3元) 2、统计余额、各次呼出电话金额。 3、统计长话总金额、短话总金额。 3、排序功能(按时间长短,显示各次呼出的电话号码)。 4、查询呼叫某电话的次数。 5、增加记录、删除记录、修改记录功能。 6、统计结果保存在文本文件中。 7、从文本文件中读取数据、显示。 要求:设计一个总菜单,分别
test
- 本练习主要针对C++语言的文件输入输出处理,同时包括读取文件类型并播放MP3类型文件。-This exercise mainly the targeted C++ language file input and output processing, including reading the file types at the same time and play MP3 type files.
aes_encrypt
- 纯C语言实现基于AES算法的加密,从文件每次读取16个字节加密后写入指定文件中,同时把源文件大小和密钥做异或写入加密文件中。-Pure C language based on the AES algorithm encryption, encrypted each read 16 bytes written to the specified file from the file, while the size of the source file and the key is to do XOR
aes_decrypt
- 纯C语言实现基于AES算法的解密功能,从用AES加密后的文件读取16个字节后,解密操作,同时读取加密文件的前四个字节,表示源文件的长度大小。-Pure C language implementation based on AES algorithm decryption functions, read 16 bytes from the file after using AES encryption and decryption operations, read the first four b
Aircraft_booking-_system
- 这是我用C语言写的一个飞机订票系统,里面基本的系统功能,用的数据结构是单链表,数据是文件流,读取TXT文件数据,所以,这个实例包含很多非常有用的东西,是对新手非常好的实例-This is an airline reservation system, written in C language inside the basic system functions, data structure is a single linked list data file stream, read TXT fi
DES_encrypt_system
- 本程序使用C++语言在VC6.0下实现DES加密解密过程,输入明文从文件读取,输出密文写到文件,加密密钥程序内定,可以修改。-This program uses C++ language Under the VC6.0 DES encryption and decryption process, the input plaintext read from the file, the output ciphertext is written to the file encryption key p
fcfg
- unix下配置文件读取,写入标准程序,纯C语言编写-under unix configuration file read, write standard procedures, written in pure C
daitimima
- 多表代替密码的c语言实现。从文本文件读取进行加密变换-Multi-table instead of passwords c language. Read from a text file is encrypted transformation
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.
Read_filename
- C++语言编写的,用于读取指定路径下文件列表-Read the list of files in the specified path
C-txt-
- C语言读取txt文件和写入txt文件基本代码,杜宇初学者,有较大的帮助,在其基础上可延伸-READ AND WRITE