搜索资源列表
data
- 编写一程序,实现程序a通过读取一个文件,把文件内容写入一个有名管道.然后程序b读取有名管道的内容,重新写为一个新的文件。-Write a program, the program by reading a file, the contents of the file is written to a named pipe. Program then b to read the contents of the named pipe, re-written as a new file.
ParseELF
- 一个c++小程序,解析ELF文件,详细分析ELF文件,将ELF文件的内容列出-Parsing the ELF file
cpdir
- Linux 下能够复制文件目录及文件内容-Linux can copy files under the directory and file contents
cp
- 编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能。要求: 源文件(目录)和目标文件(目录)的属主、权限等信息保持一致; 每复制一个文件(目录),在屏幕提示相应信息; 当遇到符号链接文件时,显示该文件为链接文件,不复制。-Write a program to achieve copy all contents of a directory to another directory functions. Requirements: source file (directory
lcd_drv
- 通过FATFS文件系统方式读取SD卡上的.TXT格式小说内容,显示于320*480高清TFT上 -By FATFS file system read SD card. TXT format, novel in 320* 480 high clear TFT display
fypltxsj_v1.4
- 风越网页批量填写数据提取软件,可自动分析网页中表单已经填写的内容,保存为填表规则,使用时,只需调用此规则便可自动填写表单、点击网页元素,抓取网页文本内容、下载指定的网页链接文件。 本软件支持的页面填写类型、控件元素种类更多,准确性更高。其它填表工具一般不支持的:多框架页面(frame)、多选列表、HTML文本(ifr a me)输入方式,本软件一般都可正确填写。 本软件不仅可用于普通办公填表,更可扩展为批量注册、投票、留言、商品秒杀、舆情导控、刷-信誉、车牌抢注等工具。 -W
external_sort-master
- 外部排序,用文件太大不能一次性加载进入内容,对文件进行分段排序。-external sort
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)