-
example of INT86 interrupt
INT86中断举例.zip-example of INT86 interrupt
- 2022-03-22 11:03:33下载
- 积分:1
-
Delphi中的Windows HTML帮助文件在线的例子。rar
在delphiwindows下HTML帮助文件联机示例。雷亚尔
- 2022-02-25 06:24:23下载
- 积分:1
-
This is a form control the use of books prepared by the procedure, function rela...
这是一个使用表格控件编写的账本程序,功能比较简单,好用。-This is a form control the use of books prepared by the procedure, function relatively simple, easy to use.
- 2023-08-20 20:55:03下载
- 积分:1
-
基于QT编程的即时通讯软件
此软件基于QT编程,适用于初学者入手,即时通讯软件的基本功能均有实现,代码风格简单易懂。
- 2022-05-28 19:37:12下载
- 积分:1
-
a small program imitating microsoft excel
一个模仿microsoftexcel的小程序
- 2022-07-24 15:02:45下载
- 积分:1
-
Microsoft Speech SDK5.1语音编程,用于设计语音程序设计
Microsoft Speech SDK5.1语音编程,用于设计语音程序设计-Microsoft Speech SDK5.1 sound programme for sound programme designing
- 2023-06-23 23:05:05下载
- 积分: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
-
Design simple and useful user interface by combination use of layout manager.
通过组合使用布局管理器设计出简洁实用的用户界面-Design simple and useful user interface by combination use of layout manager.
- 2022-12-16 21:05:03下载
- 积分:1
-
matlab实现函数逼近
利用基于神经网络的matlab中的toolbox工具箱实现函数逼近,给定一组特定的输入与期望输出,通过神经元间的相互作用,调整权值和偏差。
- 2023-04-26 19:15:03下载
- 积分:1
-
AppWizard has created this HistoryEditDemo application for you. This application...
AppWizard has created this HistoryEditDemo application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-08-03 10:06:31下载
- 积分:1