搜索资源列表
copyfile
- 使用操作系统提供的拷贝命令不能拷贝隐含或系统属性的文件,因为在拷贝过程中系统会提示“File not found”。下面的小程序可以解决这个问题。-Provided by the use of the operating system copy command can not copy hidden or system file attributes, as in the copy process will be prompted to " File not found" . T
copyfile
- this program copy different files from one to another
fjhnmk
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
htni
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
swcf
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
mex
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
copyfile
- 根据文件名最后一位单双数来拷贝文件到设定目录-According to the last one even-odd file name to copy files to the Settings menu
copyfile
- copyfile api use for copy file from postion to another
CopyFile
- 测试复制文件传输速度的小程序,还可以算出回调次数。-Copy the file transfer speed test applet
code
- 用于拷贝和整理人类大脑连接组(HCP)的数据,包括拷贝影像数据和生理数据(Copy and sort HCP data)
copyfile
- 可以在Linux下,自定义大小、时间间隔拷贝文件,用于在网络流量受限制的情况下拷贝远程文件(You can copy files in custom size and time interval under Linux, which is used to copy remote files when network traffic is limited.)