-
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址...
C# VSTO C#编写的程序,自动启动outlook,并在收件人栏处自动填入收件人地址-C# VSTO C# written procedures, self-starting outlook, and to automatically fill in the recipient addressee column Office Address
- 2022-03-12 01:30:41下载
- 积分:1
-
拉格朗日插值二维图形
应用背景拉格朗日插值的二维图形的C程序在显示 输出;拉格朗日的平面设计;插值关键技术基于图形化绘图的C++代码;设计输出分析的绘制与显示;
- 2023-08-23 21:20:03下载
- 积分:1
-
testtestetstet
测试法DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD测试法DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
- 2022-01-26 00:51:00下载
- 积分:1
-
此程序实现了用HTML网页做你程序界面的功能。作者多年研究出来的东东,值得学习。...
此程序实现了用HTML网页做你程序界面的功能。作者多年研究出来的东东,值得学习。-The realization of this procedure using HTML pages do you program interface functions. Years of research by the author Dongdong, it is worth learning.
- 2022-03-12 22:48:50下载
- 积分:1
-
感兴趣的目标检测演示
感兴趣的目标探测系统,一般要达到一些主要的目标探测和定位能力。使用,请参阅“说明”的文件。
- 2022-01-21 03:09:47下载
- 积分:1
-
MFC创建进程、打开进程、终止进程
资源描述
创建进程、打开进程、终止进程
*两个函数 CreateProcess、openProcess、TerminateProcess
*获得进程句柄
*获得进程号
*提升进程权限
*Microsoft Spy++
操作平台:win10+vs2013 pro
操作步骤:
1、创建进程
PROCESS_INFORMATION pi;//进程信息结构
STARTUPINFO si;//启动信息结构
memset(&si, 0, sizeof(si));
si.cb = sizeof(si);
si.wShowWindow = SW_SHOW;
si.dwFlags = STARTF_USESHOWWINDOW;
TCHAR szPath[] = TEXT("c:windowssystem32
otepad.exe E:c++MFCa.txt");
BOOL bRet = ::CreateProcess(NULL, szPath, NULL, FALSE, NULL, NULL, NULL, NULL, &si, &pi);
int error = GetLastError();
if (bRet)
{
::CloseHandle(pi.hThread);
::CloseHandle(pi.hProcess);
AfxMessageBox(TEXT("创建进程成功"));
}
else
{
AfxMessageBox(TEXT("创建进程失败"));
}
2、打开进程
DWORD pid;
//若有指定窗口类和窗口名称则表示成功返回一个窗口的句柄
HWND hCalc = ::FindWindow(TEXT("Note
- 2022-03-25 15:36:01下载
- 积分:1
-
二轮车模拟
资源描述
利用python程序,开发模拟出一个二轮车,可通过指令对其进行控制,移动,对位置路线记录。
- 2022-08-08 13:19:30下载
- 积分:1
-
1 How to use this software, first of all in the Please enter the function y =...
如何使用本软件
1、首先在“请输入函数 y=”后面的输入框中输入您想要画图的函数形式,注意,其中乘除幂运算符必须在前面加点,否则会出错画不出来。
2、在“请输入区间 x 从”…“到”…的输入框中输入您想要画图的区间,也就是自变量的取值范围。
3、点击“画图”按钮,即可画出函数的图形。
4、点击“关闭”按钮,可以退出本软件。-1 How to use this software, first of all in the Please enter the function y = behind the input box, enter the function you want to draw the form of attention, in which multiplication and division operator must power points in front, otherwise they will not come out wrong painting. 2, in the Please enter the range of x from the ... to ... the input box, enter the interval you want to draw, that is, since the variables range. 3, click on the Paint button, you can draw function graphics. 4, click Close button, you can withdraw from this software.
- 2023-07-17 04:35:03下载
- 积分:1
-
the title bar for hidden or revealed that makes Sometimes, the area showed incre...
对标题拦进行隐藏或显示,使得有时候,显示面积增大-the title bar for hidden or revealed that makes Sometimes, the area showed increases
- 2022-01-22 02:33:37下载
- 积分:1
-
““TeeChart解释技术的应用
《TeeChart应用技术详解》-屈景辉-源代码-" TeeChart explain the application of technology" -屈景辉- source code
- 2023-01-19 11:20:09下载
- 积分:1