搜索资源列表
MarkReaded_v2
- 一个用C++写成的,修改文件扩展名的程序。可以参考其中大量的自定义字符串处理函数。而且也用到了一部分编译原理的内容。我的作品-one written in C, modify file extensions procedures. Can refer to the large-defined string handling functions. It also uses part of the contents of compiler theory. My work
FDTool
- 使用C语言编写的一些操作FLOPPY DISK的函数,遵循ATA SPEC
Format
- 用C++写的格式化磁盘函数,100&可以运行,函数是FormatDisk(PWCHAR disk,PWCHAR NewName,bool QuickFormat=false),如果要删除D盘的内容,并将D盘改名为DISK,则可以调用FormatDisk(L"D:",L"DISK",0) -In C++ to write the formatted disk function, 100 & can be run, the function is FormatDisk (PWCHAR dis
dokan-net-0.6.0
- 这是一个用c语言写的dokan程序,通过改写几个回调函数就能在本地虚拟出一个磁盘,并在磁盘增删改文件-This is a written dokan using c language program, through the callback function will be able to rewrite a few out of a local virtual disk, and the disk file CRUD
LBM复杂曲面边界绕流
- 利用LBM方法处理复杂曲面边界,复杂边界处理一直是LBM的关键问题,利用c++边界调用子函数库,内部参数请参考附带文献