搜索资源列表
Prodave5.5_VC_example
- 西门子PLC的通信协议主要是PPI、MPI、Profibus、CP243CP343CP443 网络协议,prodave是早期完成的程序接口,除了网络协议外其它的主要协议都支持-Siemens PLC' s communication protocol is mainly PPI, MPI, Profibus, CP243CP343CP443 network protocols, prodave early complete programming interface, in additio
lib
- 我上传的USBCAN在VC,VB,DELPHI下三个编程例子的库,不分割不行,要不然其他例子怎么用?-I uploaded USBCAN in VC, VB, DELPHI examples of the next three programming library, undivided not, or else other examples of how to use?
114
- 通过VC++实现对MATLAB的调用VC++等高级程序语言调用MATLAB中程序(函数)的方法,融合了VC++与 MATLAB两种不同的语言,大大提高了编程效率。-By VC++ to realize the MATLAB call VC++ and other high-level programming language called MATLAB in the program (function) method, combines the VC++ and MATLAB are two
VC_serial_port
- VC++串口编程文档,对串口的读写操作。-VC++ serial port programming document, read and write operations on the serial port.
VCandMATLAB
- VC与MATLAB数学库和图形库的混合编程应用-VC and MATLAB math library and graphics library application of mixed programming
VCRS232
- vc++多线程技术在串口编程中的应用,介绍了多线程的原理及应用-vc++ multi-threading technology in the Serial Programming, describes the principles and application of multi-threaded
vc232
- 串口调试助手源程序及编程详细过程,详细介绍了VC下串口通信的过程-Serial debug source code and programming assistant detailed process, detailing the process of serial communication under VC
VCandMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software need to use complex mathematical algorithms. VC++ can
DICOM-display
- DICOM文件在Windows下的显示文档,包括VC++和OPENGL混合编程,VC++和MITK混合编程,和ITK、VTK、dcmtk等开源库混合编程-DICOM file in Windows, display the document, including VC++ and OPENGL hybrid programming, VC++ and MITK hybrid programming, and ITK, VTK, dcmtk hybrid programming such as o
GMDSS
- 介绍了GMDSS 模拟器在局域网上进行语音通讯模拟的方法。叙述了VC + + 6. 0 编程中 利用低层音频函数和音频压缩管理器(ACM) 实现语音实时录制、压缩、传送与播放的方法。-GMDSS simulator introduced in the local area network for voice communication simulation method. Described in VC++ 6. 0 programming functions using low-level
sunnote
- 孙鑫VC视频笔记,分为20讲,详细地讲解了VC的编程规则和MFC的使用。具有很高的价值。-Sun Xin VC video notes, divided into 20 speaking, explain in detail the rules of the VC and MFC programming use. High value.
ProtocolZYZLP
- 通讯规约VC++编程,直流屏与监控后台的通讯协议源码-Communication protocol VC++ programming, DC-screen communication protocol and monitoring the background source
visual-cPP-point
- 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
Visual-CPPcommunication
- 本书详细叙述了基于VC++的通讯编程,并介绍了相应的接口知识,还附有相应的代码实例,通俗易懂。-This book describes in detail the communication based on VC++ programming, and describes the corresponding interface knowledge, but also with the code examples, easy to understand.
VC-MSCOMM-experiment
- 很多VC++编程的实验程序,很详细很全面-Of many VC++ programming experimental procedures, very detailed and very comprehensive
VC-cs
- VC实现客户端_服务器,端的网络编程,适合初学者-VC achieve client _ server-side web programming for beginners
MCI-Introduction-to-Programming
- mci是windows 95提供的一组处理多媒体的接口,它不属于VC++,所以在编程的 时候只是向Windows提供调用参数就行。-mci is windows 95 provides a set of handling multimedia interface, it does not belong VC++, so when programming only to Windows provides call parameters on the line.
VCPPSerial-Programming
- 主要是关于VC++串口编程的资料,对于初学者也十分有用的,包括各种举例详解-Serial Programming
Vc--ODBC-
- VC++和ODBC数据库编程,用于初学者学习如何通过ODBC数据源将VC++与数据库连接起来。-VC++ and ODBC programming, for beginners to learn how to through the ODBC data source to connect VC++ .
matlab-and-CPP-hybrid-programming
- 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming