搜索资源列表
中文内码转换源码
- 在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWid
testserialport
- 串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h。 -development in a different way
AsynchronousClass.ZIP
- windows下串口同步通信的一个类,The files ASYNCH.H and ASYNCH.CPP are the actual source code to the asynchronous object class. The file SPDTERM.CPP is merely a sample test program to test the interrupt and some of the functions of the class. To compile, sim
DS-Algo-VC
- In addition to individual algorithm, Demonstration System is a \"data structure\" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate that th
20070429
- 这是一个我已经配置好了的MPI允许环境,使用的时候只需要将CPP文件里面的代码更换为你需要的就可以直接运行的-This is a I have already configured to allow the MPI environment when using CPP files only need to replace the code inside of you need to be able to directly open when running please click on the
com_port_Rx_Thread
- Author: Rangarajan Varadan //This File and the associated com_port.cpp provide a simple Serial Port application //Please see the com_port.cpp for features descr iption ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // This file is
CPP-in-Wirless-communication
- 该代码是无线通信系统中常用的VC++模型所用代码,欢迎使用-this is a good test.
ChatTool(CPP)
- 一个c++开发的功能齐全的c/s聊天工具,有源代码,可以直接运行-A c++ development of fully functional c/s chat tool
cPP-PROGRAM-C
- c++程序设计时间教程-学习指导正文很好的很详细快下载,别错过好机会,祝你成功!-c++ programming time tutorial- learning guidance body very good very detailed fast downloads, Do not miss a good opportunity, I wish you success!
CPP-code
- 一款不错的C++的GH0ST源码 非常不错 学习使用 切勿做违法的事情-A good C++ very good source of GH0ST
CPP56dxwWebService
- 1、下载工具gsoap-2.8。gsoap是个好工具,包装了SOAP到C++的实现,不需要我们再辛苦。(例子中附带这个工具) gsoap-2.8.zip 因为长名字关系,请到根目录解压后再拷贝进来,直接解压可能会解压报错。 2、我例子目录下面有个文件夹gsoap,里面 soapcpp2.exe、wsdl2h.exe 、wsmap.dat、gsoap.bat、stdsoap2.h、stdsoap2.cpp 这几个文件不要删除。 其它文件可以删除
CPP-SSL-Encription-Code
- This a sample code for SSL encryption.-This is a sample code for SSL encryption.
SerialPort_Open.CPP
- 讓兩個使用者從兩架獨立的電腦透過虛擬數據機電纜線連線,進行Open/Close交談.-Allows two users connect through a virtual data mechanical and electrical cables two independent computer for Open/Close conversation.
A-Monte-Carlo-model-
- 蒙特卡洛法求圆周率,在linux下用 g++ pi.cpp -o pi-lm 编译。-Monte Carlo method for pi, under linux with g++ pi.cpp-o pi-lm compiled.
CLOSER.CPP
- This Program is used ti find the closer of a grammer
InfixToPostfix.cpp
- it is a infix to postfix program in c++ code.