-
programmingguide
C++程序设计教程第二版 钱能
part I Basic Programming
part II Procedural Programming
part III Object-Oriented Programming
(C++ Programming Guide (second edition ))
- 2009-03-05 23:53:51下载
- 积分:1
-
VC6.0MFC
vc++制作串口调试助手,用vc6.0开发环境,一步一步教大家制作串口调试助手(vc++ production serial debugging assistant with vc6.0 development environment, step by step teach you making serial debugging assistant)
- 2013-07-18 16:02:31下载
- 积分:1
-
LDPC_code
LDPC码编译码程序,C语言,译码位BP译码算法 code&decode BP(LDPC code&decode BP)
- 2013-05-03 16:03:58下载
- 积分:1
-
cpu_move
CPU 电子漂移知识,图解准确,耐人寻味(CPU electronic drift of knowledge, diagrams accurate, thought-provoking)
- 2009-09-06 23:15:48下载
- 积分:1
-
ns2-extension
介绍如何对NS2进行多信道多接口扩展,并支持动态信道分配。(NS2 introduce how to carry out the expansion of multi-channel multi-interface, and supports dynamic channel allocation.)
- 2009-03-12 20:28:24下载
- 积分:1
-
WinInet
vc++可视化编程,包括网络编程部分,压缩包里面的是源代码,可直接运行。(vc++ visual programming, including network programming part of the compressed packet inside the source code can be directly run.)
- 2009-12-21 12:43:00下载
- 积分:1
-
9876567
在框架中获得当前文档指针,VC++精选编程学习源码,很好的参考资料。(Get the current document pointer in the framework, VC++ select learning programming source code, a good reference.)
- 2013-12-01 21:45:55下载
- 积分:1
-
quzze
该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。(The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.)
- 2014-01-03 10:44:40下载
- 积分:1
-
LBM-simulated-natural-convection
格子Boltzmann方法模拟封闭方腔热自然对流(Lattice Boltzmann method to simulate a closed square cavity hot natural convection lattice Boltzmann method to simulate a closed square cavity natural convection heat)
- 2021-02-19 15:39:44下载
- 积分:1
-
进程创建
说明: 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