-
EC
说明: 在x86移动平台上实现ec ram的读写,大多数x86移动平台上都有EC,方便开发者来访问ec(EC ram read/write)
- 2011-11-14 16:37:00下载
- 积分:1
-
leapn__fdiends
自己收集的winpcap的资料,对想学习的朋友有帮助(Himself to collect data for winpcap help friends would like to learn)
- 2017-06-11 09:16:53下载
- 积分:1
-
合并文件,c++,C语言实现,文件操作
合并文件,c++,C语言实现,文件操作........
原创,实现多个文件合并成一个文件
- 2022-03-14 00:09:10下载
- 积分: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
-
writefile
实现写文件操作的代码,适合初学者学习windows文件编程。(Write-file operation code, suitable for beginners to learn programming windows files.)
- 2011-09-13 08:36:56下载
- 积分:1
-
Office-pro
如何动态创建播放幻灯片,如何直接播放幻灯片文件,如何使用自动化运行Word宏,如何使用自动化生成Excel图表等等...(How to dynamically create a slide show, how to direct the slideshow file, how to use automation to run Word macro, how to use automation to generate Excel charts, etc. ...)
- 2013-11-22 08:18:15下载
- 积分:1
-
praticePull
针对传输数据用Pull格式的文件,可以简单的操作其传输的数据(Pull for the transmission of data using the file format, you can simply transfer its operational data)
- 2016-12-24 13:03:43下载
- 积分:1
-
vbopenwords
VB批量打开WORD文件,注意可以多选,然后打开选中的Word文档。(VB batch open WORD documents, attention can be selected, and then open the selected Word document.)
- 2013-06-10 17:15:26下载
- 积分:1
-
BinaryRW
c#二进制文件读写程序,经过测试,可以运行,适合初学者(C# the binary file to read and write procedures, through the test, you can run, suitable for beginners)
- 2016-04-22 11:49:13下载
- 积分:1
-
VC_write_Excel
使用VC对Excel文件进行读写操作,对学习用VC读写Excel有用(Using VC VC literacy learning to read and write Excel files Excel useful)
- 2013-04-11 20:02:02下载
- 积分:1