▍1. CPP
学习资料标准C++输入输出流和本地化的程序员手册,附有完整相关类、函数、模板和头文件(learning C++ Standard input and output streams and localized Programmer s GuideTemplate function class header file)
学习资料标准C++输入输出流和本地化的程序员手册,附有完整相关类、函数、模板和头文件(learning C++ Standard input and output streams and localized Programmer s GuideTemplate function class header file)
php 导入导出Excel表 实例源码(PHPExcel)
log4cplus 1.1.3 源代码,很好的日志处理开源库(log4cplus 1.1.3 source code )
C++标准语言中对文件的输入输出控制,也是标准的IO流。(C++ language standard input-output control file is also standard IO streams.)
C#小程序,判断文件或文件夹在指定目录下是否存在的功能(C# applet to determine the file or folder in the specified directory exists function)
//递归删除目录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) ;}
获取应用程序版本信息,并写到指字的文件里......(Get application version information, and writes the word refers to the file ......)
利用c语言读取和写入excel,代码简单易懂,可以让你很容易学会(Using c language written excel, simple and easy to understand code that allows you to easily learn)
二手交易文件,比较简单,适合参考二手交易文件,比较简单,适合参考(Second-hand transactions)
批量修改文件创建时间、修改时间等的程序,用于刷新文件内容(bat change file time )
将一个2位无符号的16进制数转换为二进制和十进制显示出来。(A two unsigned hexadecimal number is converted to binary and decimal displayed.)
格雷码转换,可以在十进制、二进制、格雷码之间任意转换。(Gray code conversion)
在一个目录下,查找包含指定字符串的行. 具体实在一些C++和C的文件,包括头文件和源码文件(in a directory,find the lines which include the special string)
使用INI文件保存程序的信息 用于保存文件信息等功能 (INI file to save the program using the information in the file information and other functions to save)
speex源码文件,只能一个文件上传,不能目录上传?(Speex source files, can only upload a file, can t upload directory?)