-
PXA270下wince图形类编程参考源代码,C++编写
PXA270下wince图形类编程参考源代码,C++编写-PXA270 graphics wince under the category of programming reference source code, C++ Prepared
- 2022-02-16 00:36:36下载
- 积分:1
-
data
数据链路层crc算法
- 2022-08-18 12:31:45下载
- 积分:1
-
用vc6.0写的win32控制台子窗口程序
用vc6.0写的win32控制台子窗口程序-Vc6.0 written using win32 console sub-window procedure
- 2022-01-24 14:23:17下载
- 积分:1
-
simulated static storage Pagination
模拟静态分页存储-simulated static storage Pagination
- 2022-01-25 18:25:57下载
- 积分:1
-
sniffer 网络工具,够能对IP数据包及时捕获。并能识别出tcp,ip,udp等...
sniffer 网络工具,够能对IP数据包及时捕获。并能识别出tcp,ip,udp等-a sniffer network tool which can capture the IP data pack timely, can identify tcp,ip,udp etc.
- 2023-02-22 03:20:03下载
- 积分:1
-
相关的代码库
The associated code repository to
the "Algorithms in a Nutshell" book published by O Reilly Media, Inc.
- 2022-05-29 18:37:02下载
- 积分:1
-
xlib使用手册,非常好的学习xlib编程,以及了解X图形界面的文档,只有英文的。...
xlib使用手册,非常好的学习xlib编程,以及了解X图形界面的文档,只有英文的。-xlib manual, very good learning xlib programming, as well as the understanding of X graphical interface documentation only in English.
- 2022-01-28 22:24:16下载
- 积分: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
-
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪...
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪花),然后使这些雪花不断地向下移动(重画),反复循环,就成功地模拟了下雪的景象。下面是这个小程序,你可以修改其中的一些数据调整雪花的密度和雪花落下的快慢。-The snow scene you may not be familiar with, we still use VB to create a snow scene of it. In fact, the production of such a scene of snow is not complicated, it is the first principle of a black background for the screen to draw a random number of white spots (snow), and then make these snowflakes down constantly (re-drawing), repeated cycle, on the successful simulation of the snow scene. The following is a small program, you can modify some of the data to adjust the density of snowflakes and the speed of falling snowflakes.
- 2023-01-03 02:40:03下载
- 积分:1
-
Matrix
矩阵相关运算,拷贝矩阵,打印矩阵内容,为矩阵赋初值,调用高斯约旦算法求逆矩阵-Matrix-related operations, matrix copy, print the contents of the matrix for the matrix given initial value, called Gauss Jordan matrix inversion algorithm
- 2022-02-12 12:14:56下载
- 积分:1