-
进程创建
说明: 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
-
INA260CODE_V1zh±版本双向
说明: IN260采集电流,利用I2C通信,读操作,写操作,各个寄存器的用法(IN260 collects current, uses I2C communication, read operation, write operation, the use of registers)
- 2020-06-18 03:00:02下载
- 积分:1
-
lidar点云边缘提取
雷达点云边缘提取,采用C/C++编程实现(feature extraction in point cloud
there is a file called readme,you can see it to help you understand)
- 2019-04-03 14:56:21下载
- 积分:1
-
梁的有限元C++程序设计
主要是有限元分析,建立梁的模型,对照《有限单元法》这本书学习,事半功倍(It is mainly the finite element analysis, the establishment of beam model, compared with the book "finite element method" study, get twice the result with half the effort)
- 2020-06-19 17:20:02下载
- 积分:1
-
C# 显示磁盘目录信息 示例
C# 显示磁盘目录信息 示例
- 2013-02-11下载
- 积分:1
-
红外遥控密码锁
此代码为红外遥控密码锁代码,以51单片机为控制核心。相应的管脚在代码的宏定义中有所体现。
- 2022-04-18 18:24:36下载
- 积分:1
-
快速傅里叶变换FFT的C程序代码实现
快速傅里叶变换(Fast Fourier Transform)是离散傅里叶变换的一种快速算法,简称FFT,通过FFT可以将一个信号从时域变换到频域。 模拟信号经过A/D转换变为数字信号的过程称为采样。为保证采样后信号的频谱形状不失真,采样频率必须大于信号中最高频率成分的2倍,这称之为采样定理。 假设采样频率为fs,采样点数为N,那么FFT结果就是一个N点的复数,每一个点就对应着一个频率点,某一点n(n从1开始)表示的频率为:fn=(n-1)*fs/N。 举例说明:用1kHz的采样频率采样128点,则FFT结果的128个数据即对应的频率点分别是0,1k/128,2k/128,3k/128,…,127k/128 Hz。 这个频率点的幅值为:该点复数的模值除以N/2(n=1时是直流分量,其幅值是该点的模值除以N)。
- 2019-08-08下载
- 积分:1
-
MFC计算机图形学旋转变换,比例变换程序源代码
MFC计算机图形学旋转变换,比例变换程序源代码,可导入VC6.0工程,Debug中有可执行程序,注意图片格式为BMP。 。
- 2022-02-04 16:32:10下载
- 积分:1
-
tms dserial
"DSP281x_Device.h"#include / DSP281x Headerfile 包括文件
"DSP281x_Examples.h"#include / DSP281x 的例子包括文件
中断无效 cpu_timer0_isr(void);
- 2022-05-22 05:26:31下载
- 积分:1
-
Shadow
OPENGL编程,模拟阴影绘制,实验效果为月亮自动下降,投影到物体上的阴影也跟着变化(OPENGL programming, simulation shadow rendering, the experimental results for the moon automatically decline also followed changes in the shadow projected onto objects)
- 2013-04-12 18:51:49下载
- 积分:1