-
用链式队列实现将图像按四叉剖分原则分割成一些具有同样像元子块的集合, 并记录各子块图像的原点的行列位置、行列数、像元属性值...
用链式队列实现将图像按四叉剖分原则分割成一些具有同样像元子块的集合, 并记录各子块图像的原点的行列位置、行列数、像元属性值-Queue chain to achieve with the image in accordance with the principle of quadtree subdivision is separated into a number of the same block as a collection of Yuanzi and record images of the sub-block position the starting point of the ranks, the ranks of the number of pixel attribute values
- 2023-07-21 01:00:04下载
- 积分:1
-
From a small program, VC++ written, DisplayMode used to obtain the various param...
上传个小程序,VC++写的,DisplayMode用于获取当前显示器的各种参数-From a small program, VC++ written, DisplayMode used to obtain the various parameters of the current display
- 2022-03-18 01:03:49下载
- 积分:1
-
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌: “哇!我
以前捏造的 C+...
软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌: “哇!我
以前捏造的 C++/C 程序怎么会有那么多的毛病?”
别难过,作者只不过比你早几年、多几次惊慌而已。
请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面 N-1 个读者的
建议。-Software Quality is linked to the majority of programmers in mind in the mouth rather than things! In addition to full and genuine programming lay outside experts, read the book early, you will be the first to feel the panic: " wow! I used to fabricate the C++/C process how there were so many problems?" Do not be sad, the author only A few years ago than you, more than just a few panic-stricken. Please take 12 hours to read through 100 of this book, you will be benefited, which is N-1 in front of the recommendations of readers.
- 2022-10-08 18:40:02下载
- 积分:1
-
《c大学教程》的附书源码.是第5版的。
前半部分是C,后半部分是C++。...
《c大学教程》的附书源码.是第5版的。
前半部分是C,后半部分是C++。-err
- 2022-02-09 22:15:33下载
- 积分:1
-
日期格式处理程序 对帐目的清算有帮助 和推算日期有关
日期格式处理程序 对帐目的清算有帮助 和推算日期有关-Date format handling procedures on the liquidation of the accounts and the projected date of the relevant help
- 2022-03-05 15:16:02下载
- 积分:1
-
GPRS测试服务器,该程序主要用于测试网络连接。
gprs测试服务器,该程序主要用于测试网络的链接。-gprs test server, the program is mainly used for testing the network link.
- 2023-05-07 13:30:03下载
- 积分:1
-
C programming language brilliant 100 cases
C语言精彩编程百例-C programming language brilliant 100 cases
- 2022-04-24 00:33:14下载
- 积分:1
-
郑莉c++课件 C++语言程序设计配套使用(清华大学出版社)
郑莉c++课件 C++语言程序设计配套使用(清华大学出版社)
-Zheng Li c++ Courseware C++ Language Program Design supporting the use of (Tsinghua University Press)
- 2023-03-05 23:50:03下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
IC卡读写软件
通过VC++实现对IC的读写操作,具体包括:打开IC卡读写设备、关闭IC卡读写设备、读取IC卡号、读取IC扩展区内数据、向IC卡扩展区内写入数据等操作
- 2023-06-11 12:25:04下载
- 积分:1