登录
首页 » Visual C++ » BatCmdRun

BatCmdRun

于 2017-06-29 发布 文件大小:12284KB
0 275
下载积分: 1 下载次数: 8

代码说明:

  实现windows下的管道通信,可以通过管道实现cmd的命令交互,比如应用程序中需要通过ADB命令和设备通信,可以通过参考代码实现(Pipeline communication under windows can be achieved through the pipe CMD command interaction, such as applications need to communicate through the ADB command and equipment, you can achieve through reference code)

文件列表:

BatCmdRun\BatCmdRun\BatCmdRun.cpp
BatCmdRun\BatCmdRun\BatCmdRun.vcxproj
BatCmdRun\BatCmdRun\BatCmdRun.vcxproj.filters
BatCmdRun\BatCmdRun\BatCmdRun.vcxproj.user
BatCmdRun\BatCmdRun\Debug\BatCmdRun.log
BatCmdRun\BatCmdRun\ReadMe.txt
BatCmdRun\BatCmdRun\stdafx.cpp
BatCmdRun\BatCmdRun\stdafx.h
BatCmdRun\BatCmdRun\targetver.h
BatCmdRun\BatCmdRun.sdf
BatCmdRun\BatCmdRun.sln
BatCmdRun\BatCmdRun.v11.suo
BatCmdRun\Debug\analyze\data\lvanlys.dll
BatCmdRun\Debug\analyze\data\lvsound2.dll
BatCmdRun\Debug\analyze\MIC_config.ini
BatCmdRun\Debug\analyze\MIC_config_bake.ini
BatCmdRun\Debug\analyze\wav_analyzer.exe
BatCmdRun\Debug\analyze\wav_analyzer.ini
BatCmdRun\Debug\Demo1.bat
BatCmdRun\Debug\Demo2.bat
BatCmdRun\Debug\GenTargetFile.bat
BatCmdRun\Debug\Mic\A2001100001F\chan1_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan2_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan3_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan4_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan5_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan6_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan7_data.wav
BatCmdRun\Debug\Mic\A2001100001F\chan8_data.wav
BatCmdRun\Debug\Mic\A2001100001F\record.pcm
BatCmdRun\Debug\MicRecordCmd.bat
BatCmdRun\Debug\MicTool\codec
BatCmdRun\Debug\MicTool\mic.sh
BatCmdRun\Debug\MicTool\source.mp3
BatCmdRun\Debug\MicTool\tinycap
BatCmdRun\Debug\msvcr110d.dll
BatCmdRun\Debug\pcm_separate.exe
BatCmdRun\Debug\start_record.bat
BatCmdRun\ipch\batcmdrun-40b609cd\batcmdrun-fc2ff0cc.ipch
BatCmdRun\Debug\analyze\data
BatCmdRun\Debug\Mic\A2001100001F
BatCmdRun\BatCmdRun\Debug
BatCmdRun\Debug\analyze
BatCmdRun\Debug\Mic
BatCmdRun\Debug\MicTool
BatCmdRun\ipch\batcmdrun-40b609cd
BatCmdRun\BatCmdRun
BatCmdRun\Debug
BatCmdRun\ipch
BatCmdRun

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TimeTransform
    vc 时间戳转换北京时间格式(字符串) 北京时间格式转换时间戳
    2015-12-29 10:52:56下载
    积分:1
  • song_altera
    实现音乐演奏功能,在电子音乐盒中广发应用(Function of music playing, electronic music box in the application GF)
    2011-10-31 10:35:49下载
    积分:1
  • libmp3decode
    说明:  mp3解码,从外国的网站上下载的,分享给大家(mp3 decoder, from the foreign site to download and share to everyone)
    2008-11-01 22:01:32下载
    积分:1
  • barcode
    39条码的生成dll,生成的条码保持在数组里(the dll of creating barcode 39)
    2012-06-18 10:15:22下载
    积分:1
  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • serial_and_usb
    说明:  由电脑圈圈的原程序改写,使用串口3,波特率9600连接上EDNCHINa,电脑圈圈的USB开发板可以测试从串口发送到USB接收的数据,这是上位的程序,很有参考价值。下位机程序另发。(By a computer program to rewrite the original circle, use the serial port 3, connected to the 9600 baud rate EDNCHINa, the computer' s USB development board circle can test from the serial port to send data to the USB receiver, which is top of the procedure, a good reference价值. Bit machine under separate procedures.)
    2009-08-01 09:43:51下载
    积分:1
  • DarkShell
    DarkShell是一套远程控制DDOS攻击程序(VC++)(DarkShell DDOS attack is a remote control program (VC++))
    2011-09-19 09:31:59下载
    积分:1
  • ADOSample
    Vc++ 使用Ado方式对数据库操作,在vc6.0上编译通过(Ado datebase operate)
    2014-03-19 14:07:42下载
    积分:1
  • Asp.netAtlas
    一个Atlas+ASP.NET2.0无刷新的TAB源代码,效果不错啊(an Atlas ASP.NET2.0 REFRESHING TAB source code, ah good results)
    2007-06-26 09:39:42下载
    积分:1
  • airmdemo
    WiMAX-2004协议套件,使用C++开发,完成UMAC和LMAC功能(WiMAX-2004 protocol suite, using C++ developers to complete the function of UMAC and LMAC)
    2009-09-25 16:48:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载