-
可以更改硬盘物理ID hookDiskID
可以更改硬盘物理ID(不是逻辑卷标号),XP下使用,目前只对硬盘有效(You can change the hard disk physical ID (not the logical volume label), XP used on the hard disk is only effective)
- 2020-06-26 02:00:01下载
- 积分:1
-
weiwenwu
MFC实现文件传输,望有志者增加多线程的功能(MFC to achieve file transfer, and hopes to increase multi-threading features people with lofty ideals)
- 2009-10-23 16:18:19下载
- 积分: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
-
IESS-207E
iEEE 207 标准 信道编码相关 卫星通信(iEEE 207 standard channel coding satellite communications)
- 2021-04-29 16:18:42下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1
-
FMP_Demo1029_new
EM8471神龙卡源代码,支持MPEG4,AVI等硬件格式播放.(EM8471 SHENLONG card source code, support for MPEG4, AVI format players and other hardware.)
- 2008-07-07 21:12:48下载
- 积分:1
-
CSharp_VB-new
c#和vb的dll相互调用,包含源码,提供参考(C# and VB DLL call each other)
- 2014-03-29 10:58:19下载
- 积分:1
-
PlayTimeTest
时间块界面展示,画面上显示哪个时间段信息(Block interface shows the time displayed on the screen which time the information)
- 2011-05-31 10:37:23下载
- 积分:1
-
19947_VcExtend
采用visual c++来进行的位数扩展编程(The number of bits the visual c++ to expand programming)
- 2012-07-20 17:27:46下载
- 积分:1
-
vc.tiaoshi
vc6.0对工程的调试,如何检测程序,以及跟踪程序的运行(the vc6.0 debug the project, testing procedures, as well as the operation of the tracking program)
- 2012-08-02 10:11:23下载
- 积分:1