-
键盘检测程序。程序包里有完整的代码和相应的说明,并且编译过了。...
键盘检测程序。程序包里有完整的代码和相应的说明,并且编译过了。-keyboard detection procedures. Procedures bag complete code and the corresponding note, and the compiled.
- 2022-03-03 11:46:48下载
- 积分:1
-
mir source code
mir source code for new user to study
i hope it is can be used to you
and all one
c++ source code
mir source code for new user to study
i hope it is can be used to you
and all one
c++ source code
- 2022-03-05 02:09:49下载
- 积分:1
-
个人财务管理系统,适合个人日常财务管理使用,基本功能已经具备。...
个人财务管理系统,适合个人日常财务管理使用,基本功能已经具备。-Personal financial management system, suitable for day-to-day financial management of personal use, the basic functions available.
- 2022-08-23 07:28:23下载
- 积分: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
-
Alarm clock applet,To start automatically on the toolbar, you can set the time t...
闹钟小程序,用C2008开发,启动后自动放到工具栏,可以设置闹响时间,可以保存闹响时间。到时自动弹出,并有铃声。 -Alarm clock applet,To start automatically on the toolbar, you can set the time to make sound, you can save time to make ring. To automatically pop-up, and ring tones.
- 2022-05-12 20:56:33下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1
-
WINDOWS编程循序渐进,配套第2章原代码
WINDOWS编程循序渐进,配套第2章原代码-WINDOWS programming step by step, and the supporting Chapter 2 of the original code
- 2022-02-15 07:13:30下载
- 积分:1
-
net源码 摘自http://www.kyuanma.com/
net源码 摘自http://www.kyuanma.com/-net source extracted from http://www.kyuanma.com/
- 2022-07-14 11:45:59下载
- 积分:1
-
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!...
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!
-VC liquidation aides use the multithreading can find a large number of documents UI will not lead to a halt!
- 2022-07-20 05:29:59下载
- 积分:1
-
利用VC++开发的基于mfc CSocket的网络通信服务器和客户端,给初学者以借鉴。...
利用VC++开发的基于mfc CSocket的网络通信服务器和客户端,给初学者以借鉴。-Using VC++ developers mfc CSocket-based network communications server and the client, giving beginners to learn.
- 2022-03-26 15:38:22下载
- 积分:1