-
mfile
计算图像的平均梯度,边缘强度,信息熵以及方差,图像可以是单波段或多波段图像。(Calculation of the average image gradient, edge strength, information entropy and the variance, images can be single-band or multi-band image.)
- 2008-04-25 15:15:29下载
- 积分:1
-
ReplaceFileName
ReplaceFileName,批量文件名更改 ,批量文件名更改(ReplaceFileName, Bulk file name changes, batch file name change)
- 2008-04-04 23:56:23下载
- 积分:1
-
GDP
把名为GDP的文件中的各项内容提取出来,即读字符,然后在屏幕上整齐排列输出(The GDP of the file name of the content is extracted, that is, reading characters, and then neatly arranged on the screen output)
- 2010-05-15 18:10:16下载
- 积分:1
-
VChelper
一本不错的VC开发帮手,可以随时查找VC中的函数等内容,使VC开发变得简单。(A good helper of the development of the VC, you can always find the contents of the function of the VC and VC development easier.)
- 2012-06-11 17:06:55下载
- 积分:1
-
shujulujing
自动生成文件路径并把读取的数据保存到指定位置(create a path to save data)
- 2014-03-25 15:21:25下载
- 积分:1
-
php 文件操作 示例(递归删除目录)
//递归删除目录function deletedir($dir){$handle = opendir($dir); while(false !==($file=readdir($handle))){ if($file!=="."&&$file!==".."){ //排除当前目录与父级目录 $file=$dir .DIRECTORY_SEPARATOR. $file; if(is_dir($file)){ deletedir($file); }else{ @unlink($file);} } } @rmdir($dir) ; closedir($hadnle) ;}
- 2014-07-01下载
- 积分:1
-
Decimal_Binary
软件技术基础中的十进制转二进制问题,简单的将十进制数转化为二进制数。
(Software technology base in decimal to binary problem, a simple decimal number into a binary number.)
- 2013-12-18 17:07:56下载
- 积分:1
-
load_inx_file
实现对电离层文件的读取,保存为矩阵格式,判断文件文件的读取条件和终止条件,实用性强(read tec file ,use widely)
- 2016-01-27 10:09:13下载
- 积分:1
-
NaN
对于转换为文本数据的文件,去除数据文件中的非正常值(The data is converted to text files, removing a non-normal data file)
- 2010-07-02 10:40:52下载
- 积分:1
-
CSharpjiexi-2jinzhi
C#解析二进制文件的源码,自我感觉还是可以把(C# source code parsing binary files, or you can feel the)
- 2014-01-03 14:59:43下载
- 积分:1