-
PB例子用实例来介绍powerbuilder8.0的应用功能
PB例子用实例来介绍powerbuilder8.0的应用功能 -PB examples used to introduce examples of the application functions powerbuilder8.0
- 2022-02-04 03:42:25下载
- 积分:1
-
把你的电话给苹果
Make your phone to Apple
- 2022-03-26 14:41:07下载
- 积分:1
-
实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态
实现GPS+IMU扩展卡尔曼滤波组合导航,重力场和磁场推算姿态-Achieve the GPS+ IMU extended Kalman filter integrated navigation, gravity field and magnetic field profile projection
- 2022-07-24 18:56:53下载
- 积分:1
-
源代码资源管理
资源管理器的源代码-resources management of source code
- 2022-04-14 20:20:28下载
- 积分:1
-
编写msn messenger程序需要的idl,和typelib
编写msn messenger程序需要的idl,和typelib-Msn messenger program requires the preparation of the idl, and typelib
- 2022-07-14 13:11:22下载
- 积分:1
-
Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。...
Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。-Java : calculating costs Beinajie series and to use the series to solve a mathematical problem.
- 2022-12-30 04:45:03下载
- 积分: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
-
windows modile 编程.实现简单的crm功能
windows modile 编程.实现简单的crm功能-windows programming. The simple function crm
- 2022-05-29 20:56:55下载
- 积分:1
-
Reading of prime numbers, very useful little program, learn from each other
读素数,很有用的小程序,互相学习-Reading of prime numbers, very useful little program, learn from each other
- 2022-03-15 02:10:34下载
- 积分: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