-
VB中开发串口,本程序可以帮助初学者很好的了解基本编程要求和技巧!欢迎大家学习,指导...
VB中开发串口,本程序可以帮助初学者很好的了解基本编程要求和技巧!欢迎大家学习,指导-VB in the development of serial port, this program can help beginners a good understanding of the basic programming requirements and skills! Welcomed the U.S. study, the guidance
- 2022-03-23 20:07:38下载
- 积分:1
-
有关通信的信道编码的书籍,涉及通信编码的理论原理与应用...
有关通信的信道编码的书籍,涉及通信编码的理论原理与应用-Of the communication channel coding books, coding theory involved in communication and application of the principle
- 2022-12-10 23:10:05下载
- 积分:1
-
新exosip2
最新的exosip2-3.0.0源码,供对SIP协议栈有兴趣的同道研究-latest exosip2- 3.0.0 source for the SIP protocol stack are interested in research fellow
- 2022-01-25 20:32:25下载
- 积分:1
-
用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。...
用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP/IP socket connections/read/write operation. Select the method used to set the socket overtime. This example in the Windows/Unix systems running through the compiler.
- 2022-02-25 00:38:50下载
- 积分:1
-
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。-Europe 1 students and the 802.16a master"s thesis. OFDM is the source code.
- 2022-08-10 10:06:04下载
- 积分:1
-
点点聊天工具的服务器段,写的过程中加了注释,有助于理解...
点点聊天工具的服务器段,写的过程中加了注释,有助于理解-little chat servers, the process of writing a footnote added, helps to understand
- 2022-08-15 21:04:24下载
- 积分:1
-
信噪比预测与链路自适应
此程序根据不同的场景采用对应的方法预测无线通信中的链路信噪比,根据预测信噪比选择合适的编码效率和调制阶数进行链路自适应,以此应对过时信噪比对系统性能带来的恶劣影响。
- 2022-07-10 23:21:37下载
- 积分:1
-
三个串行通信方式的6个在窗口中被引入…
用VC 6.0实现串行通信的三种方法
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用
Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。
-VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discussed under different conditions using Visual C serial communication program design of the three methods, and the light of reality, the temperature monitoring data reception.
- 2022-07-06 22:11:05下载
- 积分:1
-
功能不错的JAVA多用户聊天室程序,是一个毕业设计作品,功能概要:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数...
功能不错的JAVA多用户聊天室程序,是一个毕业设计作品,功能概要:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数监视等多种功能。更多内容请看www.codefans.net截图。通过本聊天室程序,你将清楚了解到如何利用java技术开发聊天室程序,基本满足了结构化、界面友好、速度快、安全性以及稳定性等特点。因此对JAVA学习者来说具有较高的参考价值。
-Functional good JAVA multi-user chat room program, is a graduate design work, features summary: user registration, data storage, multi-user login, multi-user with chat, private chat, preserve customer records, the user automatically cleared to leave the record, on-line to monitor the number of and many other features. More See www.codefans.net screenshot. Through the chat room program, you will clearly understand how to use the java chat room technology development program, basically meet the structured, user-friendly, fast, security and stability, and so on. JAVA learners therefore have a high reference value.
- 2022-01-25 22:43:21下载
- 积分:1
-
linux ipc通信代码
关于linux ipc进程间通信自己的收录的一些代码.
进程间通信(IPC,InterProcess Communication)是指在不同进程之间传播或交换信息。
IPC的方式通常有管道(包括无名管道和命名管道)、消息队列、信号量、共享存储、Socket、Streams等。其中 Socket和Streams支持不同主机上的两个进程IPC。
- 2022-03-25 06:59:55下载
- 积分:1