-
进程创建
说明: 1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验);
(3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
- 2005-11-04 12:45:13下载
- 积分:1
-
Embedded-Software-Development-with-C-
Embedded C programming
- 2011-03-16 17:58:59下载
- 积分:1
-
static-digital-tube
单片机驱动静态数码管程序,实现数码管的静态扫描驱动(Static digital tube driver program MCU, realizes the static scan of digital tube driver)
- 2016-06-02 10:30:56下载
- 积分:1
-
WindowsForms_CeShi
自己写了一个主线程等待多个线程执行.有二种方式去进行。对多线程很有帮助。(Write a main thread waits for multiple threads of execution. There are two ways to proceed. Multi-threaded helpful.)
- 2014-01-27 14:48:53下载
- 积分:1
-
matlabaavc
MATLAB与VC_混合编程实现一维小波多尺度分解_汉泽西.pdf用于电网故障检测(VC_ MATLAB mixed programming with one-dimensional wavelet multiscale decomposition _ Hanze Xi. Pdf for grid fault detection)
- 2013-09-04 20:29:39下载
- 积分:1
-
688796823C
stl的一些算法 ,可以参考参考参考,代码可以通过(Some of the algorithms for STL can be referred to as reference, and the code can be passed through)
- 2018-02-12 16:50:16下载
- 积分:1
-
折线切割任意多边形
可以用一条折线分割任意多边形,根据用户任意绘制个多边形(凹、凸),然后在任意绘制一条折线,算法就可以把这个多边形分割成若干个多边形(目前不支持掏空多边形)
- 2022-02-20 06:59:15下载
- 积分:1
-
1235
主要是用于雷达目标跟踪中的数据融合,有很好的作用(It is mainly used for data fusion in radar target tracking.)
- 2021-04-27 03:58:44下载
- 积分:1
-
利用gd32读写NTC温度采样
利用gd32设置模拟量采集,并对NTC传感器进行温度采样。利用gd32设置模拟量采集,并对NTC传感器进行温度采样。
- 2022-01-24 16:59:26下载
- 积分:1
-
红色手套跟踪和控制鼠标
计算机视觉在很多方面都是最终的传感器,并具有无限的潜在应用到机器人。
- 2022-02-05 09:24:38下载
- 积分:1