-
ntstatus
查看NT状态 (Viewing NT state)
- 2020-07-01 12:40:02下载
- 积分:1
-
dfx
DFX格式的文件操作例子,可以读出由CAD绘制的保存为DFX格式的图片,附带大量注释(DFX format file manipulation example, can read out by the CAD drawing for the preservation DFX format photographs, Notes of a large number of fringe)
- 2007-03-19 15:26:27下载
- 积分:1
-
services
windows服务编写,实现windows服务功能,对学习服务编程有帮助(windows service written windows service learning programming)
- 2012-08-23 11:41:40下载
- 积分:1
-
Numeric
用概率算法计算pi的值,linnux环境下使用gcc编译后运行(With the probability of the value of pi algorithm, linnux environment using the gcc compiler to run after)
- 2007-10-22 15:46:05下载
- 积分:1
-
APFC-simulink-example
功率因数校正的一些simulink仿真实例,包括单相和三相的电路拓扑,欢迎大家下载交流!(Power Factor Correction some simulink simulation examples, including single-phase and three-phase circuit topology, welcome everyone to download!)
- 2021-03-18 15:29:20下载
- 积分:1
-
Matlab
这是关于matlab在解微分方程方面的应用,很实用。(This is about solving differential equations matlab in the application, it is practical.)
- 2011-06-01 10:49:14下载
- 积分:1
-
Calculator
老师的作业,基本可以计算了,界面难看点,呵呵(The job of the teacher, the basic can be calculated, the interface is ugly point, I)
- 2012-08-14 15:39:15下载
- 积分:1
-
Quectel_QFlash_User_Guide_V2.6
4G驱动工具包,移远EC20,供参考。。。。。(4G Driver Toolkit, removing EC20 supply to you)
- 2019-02-16 17:39:28下载
- 积分:1
-
C# 启动外部计算器计算数据
C# 启动外部计算器计算数据,private void button1_Click(object sender, EventArgs e)
{//启动计算器计算数据(从当前程序向其他程序发送键击数据)
ProcessStartInfo MyStartInfo = new ProcessStartInfo();
MyStartInfo.FileName = "Calc.exe";
Process MyProcess = new Process();
MyProcess.StartInfo = MyStartInfo;
MyProcess.Start();
System.Threading.Thread.Sleep(100);
IntPtr MyHandle = FindWindow("SciCalc", "计算器");
if (MyHandle == IntPtr.Zero)
{
MessageBox.Show("计算器程序没有运行","信息提示",MessageBoxButtons.OK);
return;
}
SetForegroundWindow(MyHandle);
SendKeys.SendWait("88");
SendKeys.SendWait("*");
SendKeys.SendWait("8");
SendKeys.SendWait("=");
}
- 2023-04-17 08:10:03下载
- 积分:1
-
FDC2214
说明: STM32开发关于FDC2214驱动文件。(STM32 develops fdc2214 driver file.)
- 2019-10-30 10:36:00下载
- 积分:1