-
comcap
非常实用的内核开发资 料。在实际工作中可能经经用到。(Very useful kernel development information. In practical work may been used.)
- 2013-04-19 23:35:32下载
- 积分: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
-
lamp
一个VRML的示例,通过鼠标点击可以使场景内的灯管发光(An example of a VRML through mouse clicks can make a scene inside the lamp light)
- 2013-12-25 21:05:40下载
- 积分:1
-
Whuaawei-WCDMC
WCDMA无线接口物理层,经典典WCDMA无线接口物理层,经典
(WCDMA radio interface physical layer, the classic typical WCDMA radio interface physical layer, the classic)
- 2012-08-05 11:42:44下载
- 积分:1
-
ECIES
ECIES encryption by CRYPTOPP
- 2014-08-26 19:24:07下载
- 积分:1
-
Beginning-Visual-CPP-2010
Beginning Visual C++ 2010
- 2014-10-25 22:17:13下载
- 积分:1
-
switch-to-another-window
VC6.0 MFC基于对话框的编程,如何切换到另一窗口(VC6.0 MFC based dialog ,how to switch to another window)
- 2015-02-14 17:01:03下载
- 积分:1
-
jcaj
vc 检测键盘按键 的程序源码,感兴趣的可以看看(vc test program source code of keyboard keys, can be of interest to see)
- 2011-09-08 22:09:43下载
- 积分:1
-
Computer-Networks-and-Internets
这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
- 2013-12-27 21:41:43下载
- 积分:1
-
Wave_Show_Ctrl
vs2008 编译通过,主要通过设计波形显示控件类,来实现图形的显示(By designing the waveform display control class to achieve graphical display)
- 2013-09-11 18:56:21下载
- 积分:1