-
C++和windows API编写的一个时钟程序
C++和windows API编写的一个时钟程序-C++ And windows API procedures for the preparation of a clock
- 2022-03-10 20:39:11下载
- 积分:1
-
this software is developed by VB repetition of a PC machine is well
此软件是由VB开发的一PC复读机,很适合于初学者使用-this software is developed by VB repetition of a PC machine is well-suited to beginners
- 2022-07-03 15:10:12下载
- 积分:1
-
OnVif 协议客户端测试程序
基于OnVif协议测试工具的VC控制台应用程序,类似于OnVif设备测试工具,支持设备检测、获取设备信息、访问预定位、设置预定位、删除预制位、获取图片消息、设置图片亮度、对比度、饱和度。
- 2022-01-22 15:27:52下载
- 积分:1
-
This is a numerical change of the procedure is the use of Shape to achieve, and...
这是一个关于数值转换的程序,是用MASM来实现的,可以实现二进制和十进制,及十六进制之间的转化。-This is a numerical change of the procedure is the use of Shape to achieve, and can achieve binary and decimal, hexadecimal and the conversion between.
- 2022-07-25 17:48:48下载
- 积分:1
-
用c++做的,把2张图片融合,可以作为需要图片融合的很好例子...
用c++做的,把2张图片融合,可以作为需要图片融合的很好例子-Using c++ to do the integration of two images, the need for image fusion can be used as a good example of
- 2022-11-17 21:45:04下载
- 积分:1
-
Microsoft Windwos NT/2000 提供了一个强大的API集来访问系统事件和性能数据的众多计数器。我们既可以实时地得到计数器的值,也可以从一个日
Microsoft Windwos NT/2000 提供了一个强大的API集来访问系统事件和性能数据的众多计数器。我们既可以实时地得到计数器的值,也可以从一个日志文件中读取计数器数据。功能可为强大,而且使用简单 。下面我就简单谈谈在VC中如何使用Windows的性能计数器。好,废话少说,我们开始。-Microsoft Windows NT/2000 provides a powerful set of APIs to access the system events and performance data of the many counters. We can get real-time counter to the values, they can log files from a counter reading data. Functions as a powerful, but simple to use. Now, I would simply talk about how to use the VC Windows performance counters. Well, nonsense least, we have begun.
- 2022-05-28 01:04:29下载
- 积分:1
-
This my information, so the three experiments (1, l
这是我做的信息论的3实验程序 (1、l-d编码 2、哈夫曼编码 3、维吉尼亚密码)-This my information, so the three experiments (1, l-d code 2, 3 Huffman coding, Virginia password)
- 2022-03-23 09:38:18下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
邮件聊天试作,不过似乎不是很稳定,诶……其他好象没什么要说的了...
邮件聊天试作,不过似乎不是很稳定,诶……其他好象没什么要说的了-E-mail chat trial, but does not seem very stable, ah ... ... the other as if to say nothing of the
- 2022-09-09 10:05:03下载
- 积分:1
-
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。...
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。-annex is commonly used programming code to the common pool, compiled a dll is to accelerate the development of your win32.
- 2022-07-09 14:00:45下载
- 积分:1