登录
首页 » 其他 » Delphi点对点语音聊天

Delphi点对点语音聊天

于 2022-10-09 发布 文件大小:221.89 kB
0 159
下载积分: 2 下载次数: 1

代码说明:

Delphi语音聊天程序,此类参考代码不多,很多都是网络传统聊天,发送文字和图片的,这一个是语音聊天程序,iphone2文件夹下是ip Phone 1.01 点到点语音电话软件的源码,自带反向回传语音代理服务,可以使两个不同局域网内的客户机通过国际互连网进行语音通讯,使用点对点方式。可实现以下连网操作功能:   1.通话双方是同一局域网内的用户   2.通话双方是不同局域网内的用户,并通过各自的网关连入互连网   3.通话双方一个直接连入互连网,另一个处在局域网中,并通过网关连入互连网   4.通话双方直接连入互连网

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

发表评论

0 个回复

  • 使用max_plus2在FPGA下实现拔河游戏机的功能,原创
    使用max_plus2在FPGA下实现拔河游戏机的功能,原创-FPGA use in max_plus2 game of tug-of-war under the function, originality
    2023-07-22 04:10:03下载
    积分:1
  • This is a well
    这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ -This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try啦~
    2022-02-26 20:53:59下载
    积分:1
  • Introduction Based on MATLAB platform visual programming. Focuses on data and fu...
    介绍基于MATLAB平台的可视化编程. 重点介绍了数据和函数的可视化.-Introduction Based on MATLAB platform visual programming. Focuses on data and function visualization.
    2022-09-08 23:20:06下载
    积分:1
  • 源代码编译成一个电脑版本的乒乓球。
    The source code compiles into a PC version of Pong.
    2022-02-04 07:00:37下载
    积分:1
  • 1945 bobosiji版,game maker 6.0
    1945 bobosiji版,game maker 6.0-1945 bobosiji version 6.0 game maker
    2022-01-25 23:15:12下载
    积分:1
  • 2代小波示意程序 2维小波变换经典程序 Daubechies小波基的构造 采用多孔trous算法(undecimated wavelet trans...
    2代小波示意程序 2维小波变换经典程序 Daubechies小波基的构造 采用多孔trous算法(undecimated wavelet transform)实现小波变换 平移变换平移法(cycle_spinning)消除gibbs效应 提升法97经典程序 消失矩作用的程序 小波插值与小波构造 小波滤波器构造和消噪程序 小波谱分析mallat算法经典程序-2 Generation Wavelet indicated procedures classic 2-D wavelet transform Daubechies wavelet procedure using porous structure trous algorithm (undecimated wavelet transform) the realization of wavelet transform translation law translation (cycle_spinning) to eliminate effect of lifting gibbs procedures 97 classic role of vanishing moments of wavelet interpolation procedures value structure of wavelet and wavelet de-noising filter structure and procedures for small spectral analysis algorithm for the classical procedures mallat
    2023-08-02 09:15:03下载
    积分:1
  • 通用运行监控平台的设计与实现.将报警与探测分离开来,让“探测”掌握在维护 人员自己手里,使维护人员可以自由使用系统本身的一些探测工具,同时也可自主开应用级探...
    通用运行监控平台的设计与实现.将报警与探测分离开来,让“探测”掌握在维护 人员自己手里,使维护人员可以自由使用系统本身的一些探测工具,同时也可自主开应用级探测命令,再通过该监控软件,把所有的探测结果以统一的形式来报警,从而做到灵活通用性,便于运行上实现集中监控。-Common monitoring platform to run the design and implementation. Will be separate from the alarm and detection, so that " detect" rests in the hands of their own maintenance personnel, so that maintenance personnel are free to use the system itself, some of the detection tools, but also to open their own application-level probe command, and then through the monitoring software, all the detection results in a uniform manner to the police, to be flexible and versatile, easy to run on a centralized control.
    2022-02-21 18:28:58下载
    积分:1
  • 经典小游戏俄罗斯方块的源代码,vc++.net版,界面很漂亮.
    经典小游戏俄罗斯方块的源代码,vc++.net版,界面很漂亮.-small classic Tetris game"s source code, vc. Net version, the interface is very beautiful.
    2022-03-26 17:54:02下载
    积分:1
  • 企业内部沟通系统,企业内部管理及通讯使用,方便适用
    企业内部沟通系统,企业内部管理及通讯使用,方便适用-Internal communication systems, internal management and communications use, easy to apply
    2022-03-22 14:04:53下载
    积分:1
  • 一个VC++网卡接口类代码
    一个VC++网卡接口类代码,给大家介绍的一个类CNetworkAdapter是一个网络适配器接口类,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,从而使用者可以简单轻松地获取当前机器上所有网络适配器的各种信息,包括网络IP、网卡MAC、网卡描述、子网掩码等;同时又提供了一些简单的接口函数,使得使用者可以修改网络IP和网卡MAC。   板码:(套用购物时经常使用的词“板鞋”)   这个类的功能还可以再强大健壮些,不过还是留给有心人来完成吧,我在这里只是把自己之前一段时间的工作整理了一下,写下此类好让部分“懒人”不用像我一样到处在网上找代码后,却需要花费大量精力时间去再次整理。      PS:此类中的代码完全支持UNICODE,只不过源代码中的工程并非UNICODE而已,在VC2008上启动4级warning检查,打开代码分析功能,编译通过无warning,放心使用。
    2023-08-16 06:35:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载