登录
首页 » Visual C++ » BatCmdRun

BatCmdRun

于 2017-06-29 发布 文件大小:12284KB
0 248
下载积分: 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 个回复

  • DSound_demo
    基于DirectSound的声音播放器。本实例将介绍使用DirecSound技术编写的声音播放器,DirecSound编程技术在多媒体编程中需要经常用到。(DirectSound-based audio player. This example describes the preparation technique using DirecSound sound player, DirecSound programming technique often used in multimedia programming needs.)
    2013-12-18 13:39:19下载
    积分:1
  • FindStudent
    课堂随机点名系统。MFC实现。要求能完全实现我们的点名程序已有的功能。即事先从教务处网站上下载某班的学生名单并存盘备用。你的程序能够以某种方式有选择性的加载某个班的存盘文件并把相应的学生信息读入内存,然后以随机的方式来查找某个学生的信息并把它显示出来以实现点名。(Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function. That is, from the Office of Academic Affairs Web site in advance of a class of students download and save the standby list. Your program in some way be able to selectively load a class file and save the students put the corresponding information read into memory, then a random way to search a student' s information and put its name displayed in order to achieve .)
    2020-12-02 10:39:26下载
    积分:1
  • IOCP-Basic
    IOCP基本原理介绍,主要介绍了如何使用IOCP进行开发。(Introduce the basic principles of IOCP, mainly on how to use IOCP for development.)
    2011-04-20 10:13:01下载
    积分:1
  • [E-Book]-Linux-CPP-Programming-HOWTO
    How to Linux C++ programming
    2014-04-22 18:13:09下载
    积分:1
  • Leave-Management-System
    Leave Management System
    2017-01-25 17:51:43下载
    积分:1
  • kunction
    又一个简单的com服务器和客户端程序,呵呵,不错不错(Another simple com server and client program, ha, good)
    2018-10-09 18:15:15下载
    积分:1
  • Access-Retreive-Process-SQL-Reader
    VB.NETData Access - Retreive and Process data with a SQL Data Reader(VB.NET Data Access- Retreive and Process data with a SQL Data Reader)
    2015-11-19 15:12:47下载
    积分:1
  • MESH--SIMPLE
    可以简化obj,ply等三维模型,1:在VC++2008上运行oglpemsh.dsw 文件 2:选择要简化的模型,eg:huge_bunny.ply 3:选择简化 (Mesh Simplification Viewer This program implements four different mesh simplification algorithms. After loading a mesh, the user can easily remove triangles from the mesh and the results are displayed in real time. The mesh can also be rotated and moved closer to or farther away from the viewer. The goal of mesh simplification is to display a 3D polygonal mesh with fewer triangles while retaining the same shape. In the example above, the original cow model (upper left) is made up of over 5800 triangles. We can easily remove thousands of triangles from this mesh and still display a very similar cow model. While the 500 triangle cow is a cruder representation, this may not make a difference if the cow is far away from the viewer. )
    2014-07-10 11:37:50下载
    积分:1
  • lft2
    用MFC实现的3D图形学中的立方体,可旋转,有三种投影方式,正交,透视,斜投影三种(MFC achieved with 3D graphics in the cube can be rotated in three projection mode, orthogonal, perspective, oblique projection of three)
    2020-06-30 12:00:02下载
    积分:1
  • SCommTest
    用MFC(C++语言)实现了一个串口调试助手的功能。(Using MFC (C++ language) to achieve a serial debugging assistant function.)
    2018-05-08 14:31:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载