-
Fast selection
Selectv returns the position of the nth smallest number in the l...
Fast selection
Selectv returns the position of the nth smallest number in the list.
Selectv modifies the list.
- 2022-02-27 03:17:37下载
- 积分:1
-
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
- 2022-07-20 06:41:57下载
- 积分:1
-
GL的配置头文件,其中包括各种.h文件,对于图像图形会很有用的。...
GL的配置头文件,其中包括各种.h文件,对于图像图形会很有用的。-GL" s configuration header file, including all types. H file, for image and graphics will be very useful.
- 2022-09-05 22:05:03下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
总共有178个c语言程序的源代码,希望对大家有用
总共有178个c语言程序的源代码,希望对大家有用-A total of 178 c language program
- 2023-05-05 12:35:03下载
- 积分:1
-
Colormatrix for the chemalux coating AR.
Colormatrix for the chemalux coating AR.
- 2022-01-26 04:48:01下载
- 积分:1
-
lmemdebug.dll例如Windows Mobile(跟踪内存泄露)
LMemDebug.DLL example for windows mobile (track memory leaks)
- 2022-07-26 13:18:58下载
- 积分:1
-
主是一个哈夫曼树生成过程的程序,采用Borland C++编写,界面友好,运行结果正确!...
主是一个哈夫曼树生成过程的程序,采用Borland C++编写,界面友好,运行结果正确!-Lord is a Huffman tree generation process procedures, the use of Borland C++ Prepared, friendly interface, the correct results!
- 2022-04-21 09:57:03下载
- 积分:1
-
《Windows 环境下32位汇编程序设计》附书代码
《Windows 环境下32位汇编程序设计》附书代码-"under Windows 32 program design compilation," A code book
- 2022-05-07 21:34:34下载
- 积分:1
-
用DELPHI开发的名片管理系统
用DELPHI开发的名片管理系统-with Delphi"s business card management system
- 2022-02-24 15:27:31下载
- 积分:1