-
vc++编写的函数,功能将数组清零或者重置为其它数值。
vc++编写的函数,功能将数组清零或者重置为其它数值。-vc++ to prepare a function of array feature will reset to zero or other values.
- 2022-04-24 10:53:22下载
- 积分:1
-
This document describes the C# file processing knowledge, with some reference va...
本文件介绍C#文件处理的相关知识,具有一定的参考价值-This document describes the C# file processing knowledge, with some reference value
- 2022-03-25 19:12:35下载
- 积分:1
-
vc6.0下开发的简易播放器,适合于初学。
vc6.0下开发的简易播放器,适合于初学。-vc6.0 developed under the simple player, suitable for beginners.
- 2023-07-21 15:40:04下载
- 积分:1
-
这是一个内存管理系统,可以设置在后台进行操作。可以清理你的内存...
这是一个内存管理系统,可以设置在后台进行操作。可以清理你的内存-This is a memory manage system with which background process can be set and memory clearing can be done also.
- 2023-05-29 04:30:03下载
- 积分:1
-
工资管理
工资与delphi 。该方案是在法国朗格。简单的管理,其中包含了工资的高度基本操作
- 2022-01-25 19:27:45下载
- 积分:1
-
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。...
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。-this procedure can be realized by a simple pair of Serial control, would like to know the contents from the wound code be helped.
- 2022-07-17 23:16:46下载
- 积分:1
-
多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影...
多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such as MIDI sequence generator such as dedicated application-an ideal choice, but they have also incurred additional expenses, which would systems are running on the other procedures have a negative impact. In fact, the Windows API has many inquiries clock function, it can use them to create their own high-precision timer of. Category CMicroSecond and Celapsed Windows API is used to prepare the two high-precision timer
- 2023-04-10 15:15:04下载
- 积分:1
-
VB and configuration software FIX7.0 using DDE communication. Reading of data is...
VB 与组态软件FIX7.0采用DDE通信。读现数据生成报表。可打印。-VB and configuration software FIX7.0 using DDE communication. Reading of data is generated statements. Printable.
- 2022-04-19 22:33:06下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1
-
C语言编写的中文处理模板。用getzh()函数代替getchar()函数来从标准输入中读取汉字。附带范例程序。...
C语言编写的中文处理模板。用getzh()函数代替getchar()函数来从标准输入中读取汉字。附带范例程序。-C language, the Chinese deal with templates. With getzh () function in place of getchar () function to read from standard input Chinese characters. Incidental examples of the procedures.
- 2022-07-28 15:58:55下载
- 积分:1