-
NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在,
你可以在流中存储2进制数据,文字或者其他一些东西.就象文...
NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在,
你可以在流中存储2进制数据,文字或者其他一些东西.就象文件一样。文件存
什么,流就能存什么。每个文件可以含有多个流。当流所依附的文件被删除,
流也随之消失。-NTFS flow operation. Flow (STREAM) NTFS is the concept. At present, only NTFS support flow. Depend on the flow of documents exist, you can flow in two-band data storage, writing or other things. Like papers. What the file, what depositors will be able to flow. Each file can contain a number of flow. When the flow are dependent files are deleted, the flow will disappear.
- 2023-01-27 22:35:03下载
- 积分:1
-
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)-VC 6.0 Digital Image Coding (Ding-up Wen-ping, Guo Baolong)
- 2022-07-24 18:51:45下载
- 积分:1
-
prepared by a local image pan and zoom procedures
VC++6.0编写的一个图像局部放大和缩小程序-prepared by a local image pan and zoom procedures
- 2023-01-31 14:50:04下载
- 积分:1
-
A very good timer of the timer is ideal for learning in the dialog box to achiev...
一个非常不错的定 时 器 非常适合定时器的学习 在对话框中实现-A very good timer of the timer is ideal for learning in the dialog box to achieve
- 2022-05-14 12:01:18下载
- 积分:1
-
Guide to using the various background detector implementations
Guide to using the various background detector implementations
- 2022-12-06 23:05:03下载
- 积分:1
-
text book for wireless sensor networks
text book for wireless sensor networks
- 2022-03-01 04:36:28下载
- 积分:1
-
windows下实现串口通信程序,MFC编程,调试可用
windows下实现串口通信程序,MFC编程,调试可用-windows achieve serial communication program, MFC programming, debugging can be used
- 2022-01-25 23:19:13下载
- 积分:1
-
vb类似于网络蚂蚁的下载软件.
vb类似于网络蚂蚁的下载软件.-vb ants similar to the network to download software.
- 2022-03-11 00:25:31下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
C++ FAQs 经典著作~此为英文原版的第二版,学习C++不应错过~
C++ FAQs 经典著作~此为英文原版的第二版,学习C++不应错过~-C++ FAQs classics ~ This is the second edition of the English original, learning C++ should not be missed ~
- 2022-04-13 05:59:06下载
- 积分:1