-
进程管理的一个代码,vc做的,可以查看当前系统的所有进程,并可以操作进程。象win优化大师里的那个进程管理。...
进程管理的一个代码,vc做的,可以查看当前系统的所有进程,并可以操作进程。象win优化大师里的那个进程管理。-It is a process management program code in vc.You can use it to examine and operate all processes of the current system.It is just like the process management tool in window s optimization expert.
- 2022-07-10 12:41:51下载
- 积分:1
-
vc ++ 6.0 教程,详细介绍vc,入门级的选择
vc ++ 6.0 教程,详细介绍vc,入门级的选择-vc++ 6.0 tutorial, detailing vc, entry-level choice
- 2022-03-25 18:29:27下载
- 积分:1
-
用vb编的一个关闭和隐藏我的电脑,回收站程序,希望对visual basic编程感兴趣和希望了解关闭和隐藏我的电脑,回收站程序原理的人有所帮助...
用vb编的一个关闭和隐藏我的电脑,回收站程序,希望对visual basic编程感兴趣和希望了解关闭和隐藏我的电脑,回收站程序原理的人有所帮助-With vb for a closed and hidden My Computer, Recycle Bin procedures visual basic programming of interest and would like to shut down and hide my computer, recycle bin program to help the people of principle! !
- 2023-09-04 22:35:06下载
- 积分:1
-
NT server framework, which is English.
NT服务器程序框架,内有英文说明。-NT server framework, which is English.
- 2022-02-06 13:42:48下载
- 积分:1
-
CxIMAG库文件
Cximage库对图片的处理:包括图片的格式转换,图片的二次识别,图片字符的叠加,图片的锐化等等
- 2022-04-20 13:26:09下载
- 积分:1
-
在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,...
在图像中加入水印,使用matlab编程,使用是输入一个分数,然后可以检测这个值,-join in the image watermark, the use of Matlab programming, the use of imported a fraction, then can detect this value,
- 2022-09-28 04:25:02下载
- 积分:1
-
can coordinate conversion functions : high Shikelike projection is the anti
可以进行坐标换算, 功能:高斯克里克投影的正算与反算-can coordinate conversion functions : high Shikelike projection is the anti-counting and counting
- 2022-01-25 19:51:01下载
- 积分:1
-
心得一
心得一----窗口风格类型,1.实验目的
(1)熟悉应用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口。
(2) 尝试改变窗口风格。
-experience a style of window-type, 1. Experiment (1) familiar with the application windows API programming entry, to prepare a simple Windows application procedures, the establishment of the window. (2) to try to change the window style.
- 2022-03-17 15:51:50下载
- 积分: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
-
1背包问题的vc++6.0解法,还不错,供朋友们参考
0-1背包问题的vc++6.0解法,还不错,供朋友们参考-0-1 Knapsack Problem vc++ 6.0 solution, but also good for friends who refer to
- 2022-04-26 15:08:01下载
- 积分:1