-
With c# Realize the simulation in memory of the simple file system, the entire f...
用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作:
a) 格式化
b) 创建子目录
c) 删除子目录
d) 显示目录
e) 更改当前目录
f) 创建文件
g) 打开文件
h) 关闭文件
i) 写文件
j) 读文件
k) 删除文件
-With c# Realize the simulation in memory of the simple file system, the entire file system can be stored to the hard disk. System design with reference to fat format. File system operation to provide: a) format b) create a subdirectory c) delete the subdirectory d) show the directory e) Change the current directory f) create a file g) open the file h) close the file i) Write a document j) reading a document k ) delete files
- 2022-07-22 14:08:32下载
- 积分:1
-
用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路...
用C语言编写的马步图;比较简单,思路是采用把象棋先转换成矩阵,然后再检索图找哈密顿回路-Written in C language with Bu map relatively simple idea is used to convert the first matrix of chess, and then retrieve the map to find the Hamiltonian circuit
- 2022-02-25 01:14:19下载
- 积分:1
-
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模...
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
-BM algorithm is a better pattern matching algorithm. General, if we do not consider the length of pattern, a time complexity O (n) algorithm should be optimal, but the fact is not the case. BM algorithm can achieve higher efficiency of pattern matching. Analysis and experiments, BM-matching algorithm for those relatively large character set, and the mode string of characters appearing in less time, the efficiency of the fastest. Moreover, consider the KMP matching optimization, you can match the combination of KMP and BM match, and further improve efficiency.
- 2023-01-27 01:15:04下载
- 积分:1
-
本程序能够实现在vb环境中对地理要素的属性查询功能
本程序能够实现在vb环境中对地理要素的属性查询功能-This procedure can be achieved in the vb environment on the properties of the elements of geographical inquiry function
- 2023-04-27 03:25:03下载
- 积分:1
-
VC编写的系统配置查看,嵌入了汇编,提高了实时性,获取CPU及系统信息...
VC编写的系统配置查看,嵌入了汇编,提高了实时性,获取CPU及系统信息-VC prepared by the system configuration View, embedded compilation, improved real-time, access to the CPU and system information
- 2022-06-30 19:29:56下载
- 积分:1
-
VB写成的Base64编解码和MD5编号程序。
VB写成的Base64编解码和MD5编号程序。
- 2022-02-27 03:06:09下载
- 积分:1
-
The operating system to achieve synchronization: consumer, producers. As well as...
操作系统实现的同步:消费著,生产者。以及其他系统同步的程序。
-The operating system to achieve synchronization: consumer, producers. As well as other system synchronization process.
- 2022-01-25 22:54:46下载
- 积分:1
-
一个介绍纯粹资源的dll文件,希望能对大家有所帮助,很不错的资料...
一个介绍纯粹资源的dll文件,希望能对大家有所帮助,很不错的资料-Purely an introductory resource dll files, hoping to be helpful to everyone, very good information
- 2023-09-07 06:25:03下载
- 积分:1
-
Forensic_Inspection_of_Hard Disks.zip
物理搜索磁盘的每一个扇区,查找指定内容。...
Forensic_Inspection_of_Hard Disks.zip
物理搜索磁盘的每一个扇区,查找指定内容。-English Forensic_Inspection_of_Hard Disks.zip physical disk each sector, the contents of the specified search.
- 2023-08-23 06:40:14下载
- 积分:1
-
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被...
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被自动加电。-NVRAM WakeUp BIOS can read and write the WakeUp time (through the recent 2.4.x kernel/dev/nvram). In this WakeUp time, the computer will stop the soft state automatically increases power.
- 2023-08-21 21:30:03下载
- 积分:1