登录
首页 » Windows Socket编程 » 视频电话会议全站源码 (价值十万)。测试通过。我非常满意的源程序。...

视频电话会议全站源码 (价值十万)。测试通过。我非常满意的源程序。...

于 2022-03-01 发布 文件大小:525.60 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

视频电话会议全站源码 (价值十万)。测试通过。我非常满意的源程序。-video conference call the station source (worth 100,000). Test. I am very satisfied with the source.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A network port monitoring program be free to choose the port to monitor
    一个网络端口监控程序 可自由选择端口监控-A network port monitoring program be free to choose the port to monitor
    2022-05-19 22:18:17下载
    积分:1
  • 语音视频聊天系统
    LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。
    2022-08-14 18:53:59下载
    积分:1
  • 武林助手 VB制作 有需要的可以参考一下
    武林助手 VB制作 有需要的可以参考一下-VB production assistant martial arts has needed for reference
    2022-06-11 13:45:27下载
    积分:1
  • 窗户照射进来的插座在I/O(输入/输出)应用运营管理的…
    在 Wi n d o w s套接字应用程序中对 I / O(输入/输出)操作进行管理。Wi n s o c k分别提供了“套接字模式”和“套接字 I / O模型” ,可对一个套接字上的 I / O行为加以控制。其中,套接字模式用于决定在随一个套接字调用时,那些 Wi n s o c k函数的行为。而另一方面,套接字模型描述了一个应用程序如何对套接字上进行的 I / O进行管理及处理。-Wi ndows socket at the application of I/O (input/output) operations management. Provide the Wi nsock " socket model" and the " socket I/O model" may be a socket on the I/O to control behavior. Among them, the model used to determine the socket with a socket call in, those acts of the Wi nsock function. On the other hand, describes the socket model how an application on the socket I/O for the management and treatment.
    2022-03-01 23:49:02下载
    积分:1
  • socket 通讯 很简单的客户端和服务器
    socket 通讯编程 很简单的客户端和服务器-socket communication programming very simple client and server
    2022-05-23 18:30:42下载
    积分:1
  • 从网上收集的短信网关范例,使用VC,结构…
    从网上收集的短信网关范例,使用VC++,结构比较清晰.方便进行2次开发-collected from the Internet messaging gateway example, the use of VC, the structure is relatively clear. 2nd facilitate development
    2022-02-21 16:18:34下载
    积分:1
  •  各个线任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线一开始的任务是从文件的0位置开始下载一直到72908位置处。线1每次下载...
     各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。   在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the cu
    2022-03-20 03:50:55下载
    积分:1
  • 采用控件进行网络通讯的聊天服务器软件,已调试过。注意:在开启软件前需搭建网络线路,否则会有错误提示,影响软件正常运行...
    采用控件进行网络通讯的聊天服务器软件,已调试过。注意:在开启软件前需搭建网络线路,否则会有错误提示,影响软件正常运行-Controls network communications using the chat server software, have been debug. NOTE: before opening the software to build the network line, or it will error and affect the normal operation of software
    2022-05-09 05:47:53下载
    积分:1
  • 动态更改IP的简单方法 通过调用windows2000系统自带的netsh命令来实现更改本地IP地址、子网掩码、默认网关等信息....
    动态更改IP的简单方法 通过调用windows2000系统自带的netsh命令来实现更改本地IP地址、子网掩码、默认网关等信息.-The tendency changes IP the straightforward procedure Through transfers netsh which the windows2000 system brings to order to realize change local information and so on IP address, sub- net covers code, tacitly approves gateway
    2022-04-20 15:06:28下载
    积分:1
  • 查看端口的的使用情况
    查看端口的的使用情况-View port usage
    2023-08-05 17:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载