-
该源码将声卡采集到的声音数据通过socket发送到另外一个终端,该终端根据得到的声音数据调用硬件接口播放声音。其核心就是声音数据的采集、传输和播放...
该源码将声卡采集到的声音数据通过socket发送到另外一个终端,该终端根据得到的声音数据调用硬件接口播放声音。其核心就是声音数据的采集、传输和播放-source of the sound card processing of voice data sent through the socket to another terminal, the terminal according to the voice data transfer hardware interface broadcast voices. Its core is the voice of the data collection, transmission and playback
- 2022-03-15 04:23:26下载
- 积分:1
-
利用vc6.0开发,可以监控网络实时监控网络流量,同时利用图像分析显示网络流量大小。值得参考。
利用vc6.0开发,可以监控网络实时监控网络流量,同时利用图像分析显示网络流量大小。值得参考。-Vc6.0 use development, the network can monitor real-time monitoring of network traffic, while the use of image analysis showed that the size of network traffic. Worth considering.
- 2022-09-19 14:55:03下载
- 积分:1
-
国网表抄表设置软件,通讯协议为DLT645
国网表抄表设置软件,通讯协议为DLT645-2007,目前网络上唯一一份国网表的设置抄表用软件-State Grid Meter Reading set up the software, telecommunications agreement DLT645-2007, is currently the only network in a country setting netlist meter reading software
- 2023-04-08 14:15:04下载
- 积分:1
-
libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。...
libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。-libnet example of sending data packets, originally designed for others to write the graduation. You can refer to.
- 2022-07-23 06:05:16下载
- 积分:1
-
采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。...
采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。-Multi-threading technology, the use of socket communication. To achieve six threads running race through the kernel object event, to achieve thread synchronization.
- 2022-02-06 18:21:52下载
- 积分:1
-
在网上搜索到的很早的大宝兄的代码,写的还是满不错的,多采用List实现。希望对大家开发有所帮助。...
在网上搜索到的很早的大宝兄的代码,写的还是满不错的,多采用List实现。希望对大家开发有所帮助。-Online english to early Dabao brother of code, written in full or good use List realize. Would like to help everyone develop.
- 2022-02-20 03:56:23下载
- 积分:1
-
prg1_1.c : simple network programming examples. The example is a client program,...
prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, and then show time.
- 2022-03-04 09:34:25下载
- 积分:1
-
udp传输实现代码,属于服务器端。
udp传输实现代码,属于服务器端。-udp transmission realization code belonging server.
- 2022-05-13 13:51:58下载
- 积分:1
-
windows Mailslot example
windows Mailslot example
- 2022-01-22 06:20:07下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1