-
electricity stepper motor control in all directions so curve, circle and line mo...
用电键控制步进电机朝各个方向做曲线,圆和直线运动。-electricity stepper motor control in all directions so curve, circle and line movement.
- 2023-06-21 00:50:03下载
- 积分:1
-
很好的一个聊天工具
很好的一个聊天工具-a good chat tool
- 2023-05-06 01:55:03下载
- 积分:1
-
一个简单的程序,有源代码提供,一个网络进程演示,是VC++编写的...
一个简单的程序,有源代码提供,一个网络进程演示,是VC++编写的-A simple procedure, active code, a network process of demonstration, is VC++ Prepared
- 2022-03-02 12:31:03下载
- 积分:1
-
Weather procedures, based on NETCF2.0, using C# Language development, by connect...
天气预报程序,基于NETCF2.0,采用C#语言开发,通过连接免费的Webservice天气预报服务,并下载天气信息。支持定时更新。(系转载)-Weather procedures, based on NETCF2.0, using C# Language development, by connecting Webservice free weather service, and download weather information. Support regularly updated. (Department of reprint)
- 2022-03-06 11:39:08下载
- 积分:1
-
Parzen窗法应用概率密度函数估计问题。
应用Parzen窗法估计样本的概率密度函数;
估计样本为标准正态分布和均匀分布;-Application of Parzen window method estimates the probability density function of the sample estimated sample standard normal distribution and uniform distribution
- 2022-04-14 21:33:56下载
- 积分:1
-
PCI devices in Windows DMA prepared under way
PCI 设备中在WINDOWS下编写DMA的方法-PCI devices in Windows DMA prepared under way
- 2022-05-28 15:22:31下载
- 积分:1
-
模拟微软窗口
这个小程序是一个模拟微软窗口,这个窗口时被划出来的,但是可以像窗口一样,实现产生,关闭,放大缩小等一系列的功能。
- 2022-04-19 17:52:31下载
- 积分:1
-
Everyone knows the Maths important.
the math routes are for beginner.
have a...
Everyone knows the Maths important.
the math routes are for beginner.
have a fun.
- 2022-01-24 17:59:32下载
- 积分:1
-
关于计算机等级考试的详细情况以及考生报名、大纲教材、考试、成绩发放、证书获取...
自学TCP/IP协议。对学习通信的朋友会有帮助-Self-learning TCP/IP protocol. Friend of learning communication would be helpful
- 2022-02-01 04:11:22下载
- 积分: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