搜索资源列表
110Linuxjc
- File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展 第五课 Linux特性 第六课 Linux与其他操作系统的区别 第七课 TurboLinux简介 第八课 进入与退出系统 第九课 文件与目录操作 第十课 (10)Linux备份与压缩命令 第十课 (1)Linux文件和目录操作相关命令 第十课 (2)Linux文件内容查询命令
src
- 自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。 程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声. -Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified dir
labview_files
- LabVIEW 文件操作与管理 8.1 基本概念及术语 文件I/O的出错管理 文件I/O操作流程控制 文件操作 文件定位与文件对话框 文件操作 文件管理 文件的删除、移动和复制 获取文件、目录的信息 路径、目录操作 数据存储与读取 LabVIEW数据文件类型 数据文件存储与读取-LabVIEW 8.1 file manipulation and management of basic concepts and terminology file
importdata-tools.tar
- 数据导入工具,可以将接入系统的移动媒质内的音频、视频和图片文件导入到系统的指定目录。-Data import tool, you can access the system within the mobile media audio, video and image files into a specified directory to the system.
fileoperfun
- 在linux下用C语言实现获取文件最后一行数据,从目录下获取所有的文件名,移动文件...等简单实现方案-Get file last row of data in linux using C language, to get all the file names from the directory, move files ... Simple Implementation
getcard-1.0
- 一个多线程服务,专门监听linux指定目录下文件的变化,然后对目录文件做相应移动,并提交到服务器。这是我在做停车场中用来处理FTP上传图片的程序-A multi-threaded service, special monitoring Linux specify changes in the file directory, and then do the corresponding movement on the directory, and submitted to the server. T
threadPool
- 线程池使用例程,内含线程池的定义和使用例程。另外含有一个个人编写的使用线程池的多线程COPY程序,采用命令行形式,命令格式类似于linux下cp命令,支持单文件,多文件,目录移动,重命名,文件覆盖等功能,程序采用模拟堆栈的方式递归目录,能够完整的保持目录结构的进行COPY。-Thread pool using the routines, containing the definition of the thread pool and use of routine. Also contains a