搜索资源列表
易支持库创建--移位扩展库.rar
- 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,
Linux下C语言编程--文件操作
- 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
创建多进(线)程
- VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental require
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.c
一个多用户多级目录结构文件系统设计与实现
- 课程设计的环境是Linux 操作系统。 设计时可利用Linux 提供的文件管理的功能调用,建立一个模拟的文件系统。基本思想是,在Linux 系统中创建一个较大容量的文件,作为所设计的文件系统的“文件卷”,并利用Linux 系统的功能调用,编写各程序模块。-curriculum design environment is the Linux operating system. The design can use Linux for th
ClsFileDemo
- 检查与创建目录 File类并不仅仅是对现有目录路径-checks and create directories File type and not just for existing directory path
FTPConnect
- ftp连接控件,有上传,下载,删除,创建目录等功能(delphi开发)-ftp connections, upload, download, delete, create directories and other functions (delphi development)
filesystem_C
- 此版本是在网上广为流传的 二级文件系统 基础上制作的.重新编写了块操作等模块,修正了N多BUG. 实现的命令有 ls-列目录 md-创建目录 cd-进入子目录 mf-创建文件 cat-显示文件内容 del-删除文件 vi-简单文件编辑 reg-注册用户管理 q-退出 超级雷电 -this version on the Internet widely circulated two file system on th
IntegraTUM_WebDisk_0.22
- IntegraTUM WebDiskis是一个能直接访问文件服务器的Web应程序。这个网络硬盘系统支持文件的上传,下载,重命名,删除,复制,剪切,搜索,创建目录,文件等。还可以设置权限来屏蔽相应的功能。它采用Java Servlets与jCIFS包进行开发。支持的文件服务器包括Samba,MS Windows,NetApp OnTAP和那些基于CIFS协议的服务器。-WebDiskis IntegraTUM is a direct ac
DOSsystem
- 本程序是模拟DOS系统下创建目录,并对目录进行操作。-this program is DOS system simulation to create directories and directory operations.
793q
- 美化了上传进度条 优化了进度条代码,是进度条支持多用户 进度数据文件修改为.JS扩张名,适应更多的服务器环境,并加入了清理工具 增加了创建目录的函数 修改了获取图片尺寸时分辩图片文件类型的判断方法,增强兼容性 增加可客户端检测文件类型的方法,即时提示文件类型错误 可以设置上传接口的背景色 增加了批量上传的设置表单 自动适应上传接口的高度-landscaping upload progres
Linux下C语言编程--文件操作
- 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
1111
- 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改
CreateFolder
- VC++6.0写的关于用API函数创建目录的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API functions to create directory test procedures are welcome to download the U.S.
datawrite
- 文件写入指定目录,或动态创建目录。主要功能是一些数据的排序。-File write to the specified directory, or dynamically created directory. Main function is to sort some data.
FileSystem
- 用VC++实现的一个简单文件系统,功能相当齐全,可以创建目录,用户,以及删除的功能-With VC++ Realize a simple file system, features a very complete, you can create the directory, the user, as well as the delete function
fileSYS
- 文件系统模拟一个文件管理系统工作过程,对文件做目录,分级,可改变目录、创建文件、删除文件、显示目录、创建目录、删除目录-File System Simulation of a document management system process, so the directory of files, grading, can change the directory, create files, delete files, displa
C_FTP
- 实现ftp的上传、下载、删除、创建目录、删除目录、移动等功能并且可以断点续传和多线程上传下载-Achieve ftp upload, download, delete, create directories, delete directories, move and other functions and can be multi-threaded HTTP, and uploading and downloading
创建目录
- vb中MkDir语句实现创建目录的一个实例(A MkDir statement in VB implements an instance of creating a directory)
提取文件名及创建日期
- 主要用于提取目录或盘符下的所有文件的路径以及文件创建日期,便于查找和整理。(It is mainly used to extract the path of all files and the date of creation of files under directory or disk, which is easy to find and sort out.)