-
代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用...
代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了NET SEND网络命令和创建了一个进程和一个主线程。本软件一共两个线程,显示网络用户信息也用到了第二个线程主要用到的是NETBIOS会话。本程序是发布的DEBUG版如果有什么DEBUG请指出。本程序参考了VISUAL C++网络通信编程一书。 代码6:数据库连接 AD0。本包为数据连接,在您的程序中整体加入此包能帮您的数据库连接省n多代码 里面注释很规范, 请自己阅读。-a code : the source implementation of a graphic display of CPU and memory utilization. Code 2 : Recently, I developed a VC MIS without using MFC View template files, so that the print on the above but their set was used up feeling also, so we write together that so much today, we can perhaps starting role! UI system is based on then the box, if you can feel good for self-correction! code 3 : Programming sometimes need to read SQL server"s directory and list of documents, especially for some database backup procedures, the procedures for this function co
- 2022-03-24 19:05:28下载
- 积分:1
-
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了I...
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。
-Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
- 2022-03-22 04:01:46下载
- 积分:1
-
高度图发电机使用高程数据 (将转换 HGT 文件到 PNG)
我公司开发该应用程序可以转换,被收集在航天飞机雷达拓扑任务 (SRTM) 和 HGT 文件中存储为 PNG 文件的高程数据。这些 PNG 文件可以在 3D 应用程序中用于生成高程网。这些 windows 控制台应用程序需要 libpng 和 zlib。
- 2022-10-05 22:35:02下载
- 积分:1
-
NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在,
你可以在流中存储2进制数据,文字或者其他一些东西.就象文...
NTFS流操作.流(STREAM)是NTFS下的概念。目前只有NTFS支持流。流依附于文件而存在,
你可以在流中存储2进制数据,文字或者其他一些东西.就象文件一样。文件存
什么,流就能存什么。每个文件可以含有多个流。当流所依附的文件被删除,
流也随之消失。-NTFS flow operation. Flow (STREAM) NTFS is the concept. At present, only NTFS support flow. Depend on the flow of documents exist, you can flow in two-band data storage, writing or other things. Like papers. What the file, what depositors will be able to flow. Each file can contain a number of flow. When the flow are dependent files are deleted, the flow will disappear.
- 2023-01-27 22:35:03下载
- 积分:1
-
Base64 Content-Transfer-Encoding standard
这个小实用程序实现RFC1113中描述的Base64内容传输编码标准(http://www.faqs.org/rfcs/rfc113.html).
- 2023-05-21 23:10:03下载
- 积分:1
-
Provide a collection based on the Mapping realize.
提供一个基于 Mapping 的 集合实现。-Provide a collection based on the Mapping realize.
- 2022-03-26 01:36:51下载
- 积分:1
-
用VC打造自己的资源浏览器,有注释,是学习VC的一个好例子。你可以从中学到和巩固很多知识。...
用VC打造自己的资源浏览器,有注释,是学习VC的一个好例子。你可以从中学到和巩固很多知识。-VC to create its own browser, notes, learning VC is a good example. You can learn from a lot of knowledge and consolidation.
- 2023-04-23 08:45:02下载
- 积分:1
-
their development of the multi
自己开发的类dos多用户文件系统-their development of the multi-user category dos File System
- 2022-01-26 08:28:24下载
- 积分:1
-
迷宫问题程序设计
迷宫问题程序设计-Maze Design
- 2022-02-09 19:44:55下载
- 积分:1
-
c++扫雷 原代码
c++扫雷 原代码-c mine-source
- 2022-07-19 18:36:56下载
- 积分:1