-
在Windows系统下进行编程,实现string类,不同于一般别的string类,功能更强大...
在Windows系统下进行编程,实现string类,不同于一般别的string类,功能更强大-In the Windows system program, the realization of string type, string type is different from other, more powerful
- 2022-01-25 15:21:51下载
- 积分:1
-
一种矩阵具有相对较少的非零(或“有趣的” )的项目。 It may be represented in much less than n × m space.它...
一种矩阵具有相对较少的非零(或“有趣的” )的项目。 It may be represented in much less than n × m space.它可派代表参加远远低于ñ ×米的空间。 -A matrix that has relatively few non-zero (or "interesting") entries. It may be represented in much less than n × m space.
- 2023-06-06 09:45:04下载
- 积分:1
-
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt...
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt-[C/C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC// results deposited hufTree.txt
- 2022-01-21 01:32:58下载
- 积分:1
-
在ecliplse中怎么使用Hibernate开放
在ecliplse中怎么使用Hibernate开放-user Hibernate in ecliplse
- 2022-03-22 01:24:30下载
- 积分:1
-
排序算法,包括了直接插入排序,冒泡排序,快速排序
排序算法,包括了直接插入排序,冒泡排序,快速排序-Sorting algorithm, including a direct insertion sort, bubble sort, quick sort, etc.
- 2022-01-23 10:50:07下载
- 积分:1
-
方便的颜色提取器,可设置前景背景色,用bcb6编写。
方便的颜色提取器,可设置前景背景色,用bcb6编写。-convenient color extraction, which can be set up prospects for the background color, use bcb6 prepared.
- 2022-04-21 07:55:32下载
- 积分:1
-
对图形感兴趣可以看看,很不错的说
对图形感兴趣可以看看,很不错的说-Interest on the graphics can look at, it is good that
- 2023-06-09 21:35:03下载
- 积分:1
-
MS Office 97助手那样的窗口
MS Office 97助手那样的窗口-aides as a window
- 2022-07-13 12:33:23下载
- 积分:1
-
Gray
灰度扩展及灰度图像伪彩色化:灰度值在0~20之间显蓝色,20~40之间显绿色,40~255显红色。
-Gray-scale images of pseudo-color: gray-scale value between 0 to 20 Hin blue, between 20 to 40 green, 40 ~ 255 marked in red.
- 2023-02-07 23:50:04下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1