-
As you develop your skills in C++, it becomes increasingly important to separate...
As you develop your skills in C++, it becomes increasingly important to separate essential information from hype and glitz, and to find the in-depth content you need in order to grow. The C++ In-Depth Series provides the tools, concepts, techniques, and new approaches to C++ that will give you a critical edge.-As you develop your skills in C++, it becomes increasingly important to separate essential information from hype and glitz, and to find the in-depth content you need in order to grow. The C++ In-Depth Series provides the tools, concepts, techniques, and new approaches to C++ that will give you a critical edge.
- 2023-01-09 23:05:04下载
- 积分:1
-
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽...
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽然现在是废物,但是对学习gsm modem的操作大有好处,尤其是短消息编码解码,at命令操作等,该程序在实达的某款gsm modem上通过,也可以用一个老的nokia手机代替,但是我没有try过,自己简单调试一下即可-mobile PHS send text messages to the procedures, principle is a GSM modem reception from mobile phones made up of news and decoding as text messages, then Telecom web site sent to PHS, although now is the waste, but learning to operate the GSM modem large good, especially short news codec, at order operation, in the process of a particular Shida Public gsm adopted modem can also use an old nokia phones in place, but I did not try that I can simply about debugging
- 2022-09-30 03:50:03下载
- 积分:1
-
一个IP地址字符串到标准SOCKADDR_IN IP地址的过程
一个IP地址字符串到标准SOCKADDR_IN IP地址的过程-a string of IP addresses standards SOCKADDR_IN the process of IP addresses
- 2022-01-25 14:39:04下载
- 积分:1
-
VC + +编程源代码,类型的视频压缩包,适合……
VC++编程,有源代码,对压缩录象的类进行封装,适合初学者-VC++ Programming, source code, the type of video compression packages, suitable for beginners
- 2023-05-15 04:15:02下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1
-
代码行数统计工具 代码行数统计工具
代码行数统计工具 代码行数统计工具-Kit to count the line number of code.
- 2022-06-13 00:51:48下载
- 积分:1
-
中国农历小程序,这个是我用c编写的小程序。是我做课程设计的时候编写的。满有意思的一个程序。...
中国农历小程序,这个是我用c编写的小程序。是我做课程设计的时候编写的。满有意思的一个程序。-Chinese Lunar small programs, this is what I prepared with a small c procedures. Yes, I do courses designed to prepare the time. Full interesting one.
- 2023-01-12 01:10:03下载
- 积分:1
-
与卷动 Picturebox
此示例演示如何将滚动条添加到 picturebox 在 VB6 中。
这是另一种方法对 pozitioning 图片 !
更多和更多的方式要移动图像!
一些模式都比这更加简单易行 !
- 2022-05-05 22:43:08下载
- 积分:1
-
mpich2 ebook for windows
mpich2 ebook for windows
- 2022-01-25 19:48:08下载
- 积分:1
-
时钟钟表的程序,C语言实现
写的一个时钟钟表运行程序,练练手,好久不做了,完成了时钟的运行程序,可以完整的跑一圈,大家可以在此基础上进行改进,欢迎指正以及私聊,如果有不明白的地方可以来询问。
- 2022-01-27 11:01:20下载
- 积分:1