登录
首页 » 操作系统 » 实现一个简单的视频聊天,请放心下载,不含插件

实现一个简单的视频聊天,请放心下载,不含插件

于 2022-02-10 发布 文件大小:151.71 kB
0 121
下载积分: 2 下载次数: 1

代码说明:

实现一个简单的视频聊天,请放心下载,不含插件-Realize a simple video chat, please rest assured download, free plug-ins

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

发表评论

0 个回复

  • osapi 2.0 抽象层 "抽象层"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口,高层软件在...
    osapi 2.0 操作系统抽象层 "系统抽象层"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口,高层软件在并不了解底层硬件特性的情况下也可以访问底层服务,比如对非易失性内存的读写。 -osapi 2.0 Operating System Abstraction Layer "system abstraction layer" allows you to achieve an RTO S, CPU and the operating characteristics of the physical products fully transparent software. Public use of such common interface, high-level software is not in understanding the underlying hardware characteristics of the bottom can also access services, For instance, nonvolatile memory read and write.
    2022-01-26 06:58:53下载
    积分:1
  • 打字游戏是修改的一个网上流传的很普遍的程序,修改了界面,添加了用户登入,用户分数计,开始游戏时间,结束游戏时间,掉落字母个数等信息。已知漏洞有:用户名字符数,...
    打字游戏是修改的一个网上流传的很普遍的程序,修改了界面,添加了用户登入,用户分数统计,开始游戏时间,结束游戏时间,掉落字母个数等信息。已知漏洞有:用户名字符数,从新开始游戏时候分数统计。-Typing game is an online circulation changes very common procedure, modify the interface to add the user login, the user score statistics, start the game time, the end of the game time, the number of dropped letters and other information. Known vulnerabilities are: the number of characters a user name and start again when the game score statistics.
    2022-02-20 14:09:58下载
    积分:1
  • java时间片轮转算法
    详细的时间片轮转算法时间片轮转算法时间片轮转算法时间片轮转算法时间片轮转算法
    2022-03-17 03:50:55下载
    积分:1
  • 现在有很多的相机类型,和一些鱼
    现在有很多相机类型,有的鱼眼相机照完的图片会发生畸变,为此,我们要进行鱼眼图片校正。本程序正是针对鱼眼图象的校正程序,里面有详细的注释说明相信只要是有一定的基础的人都能看懂。不过,还有差值部分没做完哪,有待完善。-Now have a lot of camera types, and some fish-eye camera images will be finished according to distortion, to that end, we have to carry out fish-eye image correction. This procedure is for fish-eye image correction program, which has detailed notes as long as it is believed that the basis of a certain person can understand. However, there is some difference which did not finish, remain to be improved.
    2022-01-25 15:46:44下载
    积分:1
  • Stanford iPhone课程配套源码,介绍iphone 中network stream的用法。
    Stanford iPhone课程配套源码,介绍iphone 中network stream的用法。-source code of Stanford iPhone course, demo of network streaming in iPhone
    2022-08-18 04:27:54下载
    积分:1
  • This is a process of the operating system's scheduling experiment, the sched...
    这是一个关于操作系统进程调度的实验,采用的是优先权调度算法-This is a process of the operating system"s scheduling experiment, the scheduling algorithm is priority
    2022-02-10 12:01:34下载
    积分:1
  • STM32上移植好的uCOS3嵌入式
    在STM32上移植好的uCOS3嵌入式操作系统,并且能够成功运行。开发工具为MDK , 硬件基于stm32。 
    2022-04-15 05:18:44下载
    积分:1
  • 小程序
    操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker" s algorithm. The code is mainly for the Department of Computer Science College Students in the operating system are designed for students with programming problems, and targeted to teach strong. Simulation and Realization of banker" s algorithm. By writing and debugging a simple system dynamic simulation program to allocate resources to observe the resulting deadlock conditions, and use of banker" s algorithm, effective to avoid deadlock.
    2022-09-21 02:35:03下载
    积分:1
  • 内核,是一个的核心。它负责管理的进程、内存、设备驱动程序、文件和网络,决定着的性能和稳定性。Linux为一个自由软件,在广大爱好者的支持下...
    内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core of an operating system. It is responsible for the process management system, memory, device drivers, files, and network system determines the system performance and stability. Linux as a free software, the majority of fans support, kernel version constantly updated. The core of the new amendments to the old kernel bug, and adds many new features. If users want to use these new features, or would like to according to their own system tailored to a more efficient, more stable core, will need to recompile the kernel. This article will be RedHat Linux 6.0 (kernel 2.2.5) for the operating system platform, introduced in the Linux kernel compile on approach.
    2022-01-26 08:22:41下载
    积分:1
  • 一个小的,开发使用GCC,成千上万的代码的用…
    一个小型的操作系统,采用gcc进行开发,几千行的代码,方便初学者学习-a small operating system, developed using gcc, thousands of the code to facilitate learning beginners
    2022-05-13 19:41:22下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载