搜索资源列表
中文内码转换源码
- 在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWid
ServerSocket和ClientSocket控件源码
- ServerSocket,ClientSocket控件源码,讲述内部实现原理-ServerSocket, ClientSocket control source, Principle on internal
TCP-UDP实时连接(其它源码-vc源码)
- 基于TCP-UDP协议的网络通讯程序,实现了实时连接,希望大家多提意见-based on TCP - UDP network communications procedures, real-time connectivity, we hope to speak up
hhh
- 即时通讯软件AnyQ服务器端源码,实现OICQ\\MSN\\IM之间通信
20060803034200854
- socket代理的C++源码,实现了代理服务器的大部分功能
xmodem-receiver
- xmodem协议源码实现,用java实现,采用eclipse开发,支持多线程.
java实现socket通信
- java实现两机间的socket通信.使用时将ip填入源码localhost处即可.-achieve the two-socket communications. When used to fill ip source localhost respect.
利用多线程实现数据采集delphi源码+文档
- 在delphi利用多线程实现数据采集有文档说明-use in multi-threaded data collected documents note
Delphi写的IP电话源码
- 一个简单演示实现IP Phone的示例,使用了免费的ACM组件-a simple demonstration of the IP Phone example, the use of the free components ACM
led
- led取模软件自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打开BMP图。只需要修改少许代码就可以按自己的要求实现功能。-You can get the zimo ,to display int the led displayer,and it use the vc++
ChatServer
- 使用VC++,mfc实现的网络聊天程序的服务器端程序源码,结构设计巧妙,可实现多对多的聊天,显示登录时间,用户名等。-Use VC++, Mfc achieve network chat program source server-side procedures, structural design ingenious, can be many-to-many chat shows login time, user name and so on.
SerialDebuggingAssistant
- VC++源码实现串口调试助手,经典串口编程代码,在网上费了半天才找到的,分享给大家-VC++ source code debugging assistant Serial, Classic Serial programming code, online charges for a long time to find and share with everyone ... ...
prjJianTing
- 串口监听源码,实现串口即时接收显示功能,含所有原代码-Serial Port Monitor tools
FTPClient
- ftp客户端 vs2005的源码 实现FTP上的上传和下载-ftp
ctorrent-win32
- ctorrent源码实现,良好的源码架构和精干的代码组织。 -ctorrent source implementation of good source code structure and lean tissue.
VB_60_LAN_Sockets
- VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typical
hetnet
- 一个异构网络实现仿真的matlab源码实现-Matlab source implementation of a heterogeneous network simulation
g729code
- g.927源码 实现成功的G.729源代码,效果很好的!- --G729 codec code, c language, complete works could be directly translated。
iqfj
- 一般的手机上没有中文显示功能,该源码实现在手机上显示中文字符的功能()
delphi 源码 sendmessage发送字符串 接收部分
- delphi 实现的程序间收发字符串的源码演示,只是接收部分,delphi 10.3下编译通过。