-
分析PE可执行文件,可以查看任意exe文件的DLL连接使用…
分析PE可执行文件,并可查看任意EXE文件所使用的DLL文件及包函的
涵数名或序数号,初学者程序打包时可以查看需要的DLL文件-analysis PE executable files and can check arbitrary EXE file used by the DLL files and 9.1.2 of the culvert, or several ordinal number, beginners process can be wrapped up View of DLL files
- 2022-06-11 20:50:29下载
- 积分:1
-
把指定文件的“创建时间”“修改时间”修改成指定的值
把指定文件的“创建时间”“修改时间”修改成指定的值-designated documents "creation time", "modified" revise the value of the specified
- 2022-03-15 16:14:03下载
- 积分:1
-
This Decode MPEG
This Decode MPEG-2 transport streams
1 - TS header decode
2 - Display table of PID addresses
3 - Create text file of PID addresses
4 - Extract a PES stream to another file
-This is Decode MPEG-2 transport streams
1- TS header decode
2- Display table of PID addresses
3- Create text file of PID addresses
4- Extract a PES stream to another file
- 2022-03-22 09:50:45下载
- 积分:1
-
用于批量更改文件的后缀名(或者文件的类型)
用于批量更改文件的后缀名(或者文件的类型)-volume changes for the suffix document (or file type)
- 2022-12-25 05:10:03下载
- 积分:1
-
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点...
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点击按钮释放出testdll2.dll,替换原先的testdll.dll,仍旧可以正常运行。-of how the resources released from the documents themselves in the paper. First projects need a testdll.dll, of which only one function test (). indicate whether the correct loading of the dll. Then run after it released testdll2.dll button, replacement of the original testdll.dll, remains normal operation.
- 2022-02-02 20:06:47下载
- 积分:1
-
JAVABEAN with a written document upload system is very practical, we can take th...
一个用JAVABEAN写的文件上传系统 非常实用,大家可以借此参考一下-JAVABEAN with a written document upload system is very practical, we can take this reference
- 2023-03-27 21:00:04下载
- 积分:1
-
根据每一个具体的.txt文件定制文件图标
根据每一个具体的.txt文件定制文件图标-According to each specific. Txt file custom file icon
- 2022-02-13 18:17:00下载
- 积分:1
-
这一代码作曲家在相关文件。
this a file related to code composer stdio.
- 2023-07-09 05:30:03下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1
-
arm嵌入式平台下保存avi文件的代码
q嵌入式平台下保存avi格式的代码,简单明了。
使用了ffmpeg库,源码在arm交叉编译环境下编译通过,适合arm v7架构直接使用。
- 2022-01-26 03:03:57下载
- 积分:1