-
BOM_ADPT-9V-V1
excel sheet modification
- 2016-01-30 12:31:54下载
- 积分:1
-
matlab
i need source code for JSSP using GA,PSO,hPSO and CPSO.
- 2009-12-07 18:07:58下载
- 积分: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
-
copy2_manylines
用matlab实现将一个txt文档中的每行数据复制成多行再保存起来(This m file is to copy the data of a line in a txt file to many lines.)
- 2012-12-18 12:34:25下载
- 积分:1
-
thuass
修改的条件是设定页中的日期,只有文件日期与原来日期相同的那,()
- 2018-05-05 09:09:22下载
- 积分:1
-
20605
彻底隐藏文件源码例程,程序使用读写注册表项的方法来隐藏文件。(Complete source code routines hidden files , the program uses a method to read and write registry entries to hide files.)
- 2016-06-05 12:09:03下载
- 积分:1
-
la1ji
呵呵,感觉你电脑经常死机或者越来越卡吗?那是你电脑中垃圾文件,只要运行此文件即可轻松清楚你电脑中的垃圾文件(Oh, I feel your computer crashes frequently or more card? Is that your computer of junk files, as long as you can easily clear run this file to your computer files in the trash)
- 2016-05-12 08:02:37下载
- 积分:1
-
cabsdk
Microsoft Cabinet SDK,CAB SDK开发包,Microsoft Cabinet library,制作cab压缩包,自解压开发包,可制作自己的通用安装程序(Microsoft Cabinet SDK,Microsoft Cabinet library)
- 2010-12-06 23:32:53下载
- 积分:1
-
cpp
首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件(First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tree and Huffman encoding, and, of course, this is according to ASCII code to convert characters to the binary, then realize the prefix encoding, and then the encoded using binary stream into the corresponding files
)
- 2013-12-01 14:18:04下载
- 积分:1
-
DirDog
监控文件夹变化的库,该功能封装在一个dll库中,方便调用。(monitor the change of the directory)
- 2012-02-21 08:53:09下载
- 积分:1