-
神经网络模拟系统和多任务应用系统开发的C语言源程序
神经网络模拟系统和多任务应用系统开发的C语言源程序-neural network simulation system and multi-task operating system at the C language source
- 2022-01-24 15:26:39下载
- 积分:1
-
一个可以处理+,
一个可以处理+,-,*,/,(,)的计算器程序,通过栈来实现.-a computer program dealing with+,-,*./,(,),realizing though stack.
- 2022-04-18 14:29:47下载
- 积分:1
-
DirectDraw扩展的类
DirectDraw扩展类-DirectDraw extension of the class
- 2022-01-28 23:50:21下载
- 积分:1
-
A very good c++ Learning video, was very detailed and thorough! Suitable for c++...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-02-13 21:14:29下载
- 积分:1
-
键盘操作捕获(键盘钩子)
实现键盘操作的捕获。WIN32汇编,将捕获的操作记录中文件当中。
- 2023-06-11 23:50:08下载
- 积分:1
-
asp.net 會計系統源碼
人asp.net 會計系統源碼,可以用來2次開發,如果想學會計系統的人可以參考看看唷。
- 2022-01-26 06:00:37下载
- 积分:1
-
VC++语法分析工具源代码附说明的文档
VC++语法分析工具源代码附说明的文档
-VC++ grammar analysis tool attached to the document source code
- 2022-04-16 12:07:39下载
- 积分:1
-
< 程序界面编程实例>>
创建分隔应用程序窗体;根据窗体大小排列控件;使用表格定位窗体控件;在菜单栏中添加文本框;在状态栏中添加进度条...
< 程序界面编程实例>>
创建分隔应用程序窗体;根据窗体大小排列控件;使用表格定位窗体控件;在菜单栏中添加文本框;在状态栏中添加进度条-> to create separate application form according to the form resize control use the form on the positioning form controls in the menu bar to add a text box add a progress bar in the status bar
- 2022-02-02 10:55:52下载
- 积分:1
-
这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度...
这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度-This is a transparent window for the realization of a transparent window may be based on the user
- 2022-08-17 22:37:36下载
- 积分: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