文件名称:MultiTalk
-
所属分类:
- 标签属性:
- 上传时间:2012-10-18
-
文件大小:225.91kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于JAVA实现的网络电话源码,已经实现了全部功能,具备画板、开房间、密码管理等-* This program is free software you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation either version 2
* of the License, or (at your option) any later version.
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation either version 2
* of the License, or (at your option) any later version.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
src/
src/libaudio/
src/libaudio/Headphone.java
src/libaudio/InputActivity.java
src/libaudio/Microphone.java
src/libaudio/PlaySoundFile.java
src/speexManage/
src/speexManage/MIC_BufferInput.java
src/speexManage/PHONE_BufferOutput.java
src/speexManage/speexCodec/
src/speexManage/speexCodec/AudioFileWriter.java
src/speexManage/speexCodec/Bits.java
src/speexManage/speexCodec/CbSearch.java
src/speexManage/speexCodec/Codebook.java
src/speexManage/speexCodec/Decoder.java
src/speexManage/speexCodec/Encoder.java
src/speexManage/speexCodec/Filters.java
src/speexManage/speexCodec/HighLspQuant.java
src/speexManage/speexCodec/Inband.java
src/speexManage/speexCodec/LbrLspQuant.java
src/speexManage/speexCodec/Lpc.java
src/speexManage/speexCodec/Lsp.java
src/speexManage/speexCodec/LspQuant.java
src/speexManage/speexCodec/Ltp.java
src/speexManage/speexCodec/Ltp3Tap.java
src/speexManage/speexCodec/LtpForcedPitch.java
src/speexManage/speexCodec/Misc.java
src/speexManage/speexCodec/NbCodec.java
src/speexManage/speexCodec/NbDecoder.java
src/speexManage/speexCodec/NbEncoder.java
src/speexManage/speexCodec/NbLspQuant.java
src/speexManage/speexCodec/NoiseSearch.java
src/speexManage/speexCodec/OggCrc.java
src/speexManage/speexCodec/OggSpeexWriter.java
src/speexManage/speexCodec/package.html
src/speexManage/speexCodec/PcmWaveWriter.java
src/speexManage/speexCodec/RawWriter.java
src/speexManage/speexCodec/SbCodec.java
src/speexManage/speexCodec/SbDecoder.java
src/speexManage/speexCodec/SbEncoder.java
src/speexManage/speexCodec/SpeexDecoder.java
src/speexManage/speexCodec/SpeexEncoder.java
src/speexManage/speexCodec/SplitShapeSearch.java
src/speexManage/speexCodec/Stereo.java
src/speexManage/speexCodec/SubMode.java
src/speexManage/speexCodec/Vbr.java
src/speexManage/speexCodec/VQ.java
src/speexManage/SpeexParameters.java
src/speexManage/UDPaddress_BufferOutput.java
src/speexManage/UDP_BufferInput.java
src/speexManage/UDP_BufferInput_1.java
src/speexManage/UDP_BufferOutput.java
src/streamlib/
src/streamlib/Demutex.java
src/streamlib/DemutexEcho.java
src/streamlib/Echoer.java
src/streamlib/PacketAction.java
src/streamlib/PacketBufferOutput.java
src/streamlib/PacketObject.java
src/streamlib/RawPacket.java
src/streamlib/SendPacket.java
src/streamlib/UDP_InputStream.java
src/streamlib/UDP_OutputStream.java
src/utilitylib/
src/utilitylib/ByteInteger.java
src/utilitylib/CanvasJPanel.form
src/utilitylib/CanvasJPanel.java
src/utilitylib/ChangeableInputStream.java
src/utilitylib/ChangeableOutputStream.java
src/utilitylib/FIFOlist.java
src/utilitylib/List.java
src/utilitylib/package.html
src/utilitylib/PriorityList.java
src/utilitylib/Propagator.java
src/utilitylib/StringIdentity.java
src/_main/
src/_main/clientAction/
src/_main/clientAction/ChannelInfoAction.java
src/_main/clientAction/ChannelLoginAction.java
src/_main/clientAction/ErrorAction.java
src/_main/clientAction/UserInfoAction.java
src/_main/ClientMain.java
src/_main/ClientTCP.java
src/_main/ClientUDP.java
src/_main/exceptions/
src/_main/exceptions/LoginException.java
src/_main/icons/
src/_main/icons/alertBlue_icon.gif
src/_main/icons/alertRed_icon.gif
src/_main/icons/alert_incon.xcf
src/_main/icons/guest_icon.gif
src/_main/icons/house.xcf
src/_main/icons/housepriv_icon.gif
src/_main/icons/house_icon.gif
src/_main/icons/pencil.gif
src/_main/icons/Thumbs.db
src/_main/icons/user.xcf
src/_main/icons/useradmin_icon.gif
src/_main/icons/usergod_icon.gif
src/_main/icons/user_icon.gif
src/_main/instancePacket/
src/_main/instancePacket/ChannelInfo.java
src/_main/instancePacket/ChannelListPacket.java
src/_main/instancePacket/ChannelLogin.java
src/_main/instancePacket/ErrorPacket.java
src/_main/instancePacket/IOPacket.java
src/_main/instancePacket/ListPacket.java
src/_main/instancePacket/LoginPacket.java
src/_main/instancePacket/onlyClient/
src/_main/instancePacket/onlyClient/ClientPacket.java
src/_main/instancePacket/onlyClient/LinePacket.java
src/_main/instancePacket/onlyClient/PointPacket.java
src/_main/instancePacket/onlyClient/RectanglePacket.java
src/_main/instancePacket/onlyClient/TextMessage.java
src/_main/instancePacket/ResponsePacket.java
src/_main/instancePacket/UDPinfo.java
src/_main/instancePacket/UserInfo.java
src/_main/instancePacket/UserList.java
src/_main/serverAction/
src/_main/serverAction/ChannelInfoAction.java
src/_main/serverAction/ChannelLoginAction.java
src/_main/ServerMain.java
src/_main/ServerTCP.java
src/_main/ServerUDP.java
src/_main/windowElement/
src/_main/windowElement/ChannelCreateDialog.form
src/_main/windowElement/ChannelCreateDialog.java
src/_main/windowElement/ChannelPassword.form
src/_main/windowElement/ChannelPassword.java
src/_main/windowElement/ChatPanel.form
src/_main/windowElement/ChatPanel.java
src/_main/windowElement/ControlPanel.form
src/_main/windowElement/ControlPanel.java
src/_main/windowElement/DrawPanel.form
src/_main/windowElement/DrawPanel.java
src/_main/windowElement/drawTools/
src/_main/windowElement/drawTools/AbstractTool.java
src/_main/windowElement/drawTools/BoxTool.java
src/_main/windowElement/drawTools/PencilTool.java
src/_main/windowElement/drawTools/Scri
src/libaudio/
src/libaudio/Headphone.java
src/libaudio/InputActivity.java
src/libaudio/Microphone.java
src/libaudio/PlaySoundFile.java
src/speexManage/
src/speexManage/MIC_BufferInput.java
src/speexManage/PHONE_BufferOutput.java
src/speexManage/speexCodec/
src/speexManage/speexCodec/AudioFileWriter.java
src/speexManage/speexCodec/Bits.java
src/speexManage/speexCodec/CbSearch.java
src/speexManage/speexCodec/Codebook.java
src/speexManage/speexCodec/Decoder.java
src/speexManage/speexCodec/Encoder.java
src/speexManage/speexCodec/Filters.java
src/speexManage/speexCodec/HighLspQuant.java
src/speexManage/speexCodec/Inband.java
src/speexManage/speexCodec/LbrLspQuant.java
src/speexManage/speexCodec/Lpc.java
src/speexManage/speexCodec/Lsp.java
src/speexManage/speexCodec/LspQuant.java
src/speexManage/speexCodec/Ltp.java
src/speexManage/speexCodec/Ltp3Tap.java
src/speexManage/speexCodec/LtpForcedPitch.java
src/speexManage/speexCodec/Misc.java
src/speexManage/speexCodec/NbCodec.java
src/speexManage/speexCodec/NbDecoder.java
src/speexManage/speexCodec/NbEncoder.java
src/speexManage/speexCodec/NbLspQuant.java
src/speexManage/speexCodec/NoiseSearch.java
src/speexManage/speexCodec/OggCrc.java
src/speexManage/speexCodec/OggSpeexWriter.java
src/speexManage/speexCodec/package.html
src/speexManage/speexCodec/PcmWaveWriter.java
src/speexManage/speexCodec/RawWriter.java
src/speexManage/speexCodec/SbCodec.java
src/speexManage/speexCodec/SbDecoder.java
src/speexManage/speexCodec/SbEncoder.java
src/speexManage/speexCodec/SpeexDecoder.java
src/speexManage/speexCodec/SpeexEncoder.java
src/speexManage/speexCodec/SplitShapeSearch.java
src/speexManage/speexCodec/Stereo.java
src/speexManage/speexCodec/SubMode.java
src/speexManage/speexCodec/Vbr.java
src/speexManage/speexCodec/VQ.java
src/speexManage/SpeexParameters.java
src/speexManage/UDPaddress_BufferOutput.java
src/speexManage/UDP_BufferInput.java
src/speexManage/UDP_BufferInput_1.java
src/speexManage/UDP_BufferOutput.java
src/streamlib/
src/streamlib/Demutex.java
src/streamlib/DemutexEcho.java
src/streamlib/Echoer.java
src/streamlib/PacketAction.java
src/streamlib/PacketBufferOutput.java
src/streamlib/PacketObject.java
src/streamlib/RawPacket.java
src/streamlib/SendPacket.java
src/streamlib/UDP_InputStream.java
src/streamlib/UDP_OutputStream.java
src/utilitylib/
src/utilitylib/ByteInteger.java
src/utilitylib/CanvasJPanel.form
src/utilitylib/CanvasJPanel.java
src/utilitylib/ChangeableInputStream.java
src/utilitylib/ChangeableOutputStream.java
src/utilitylib/FIFOlist.java
src/utilitylib/List.java
src/utilitylib/package.html
src/utilitylib/PriorityList.java
src/utilitylib/Propagator.java
src/utilitylib/StringIdentity.java
src/_main/
src/_main/clientAction/
src/_main/clientAction/ChannelInfoAction.java
src/_main/clientAction/ChannelLoginAction.java
src/_main/clientAction/ErrorAction.java
src/_main/clientAction/UserInfoAction.java
src/_main/ClientMain.java
src/_main/ClientTCP.java
src/_main/ClientUDP.java
src/_main/exceptions/
src/_main/exceptions/LoginException.java
src/_main/icons/
src/_main/icons/alertBlue_icon.gif
src/_main/icons/alertRed_icon.gif
src/_main/icons/alert_incon.xcf
src/_main/icons/guest_icon.gif
src/_main/icons/house.xcf
src/_main/icons/housepriv_icon.gif
src/_main/icons/house_icon.gif
src/_main/icons/pencil.gif
src/_main/icons/Thumbs.db
src/_main/icons/user.xcf
src/_main/icons/useradmin_icon.gif
src/_main/icons/usergod_icon.gif
src/_main/icons/user_icon.gif
src/_main/instancePacket/
src/_main/instancePacket/ChannelInfo.java
src/_main/instancePacket/ChannelListPacket.java
src/_main/instancePacket/ChannelLogin.java
src/_main/instancePacket/ErrorPacket.java
src/_main/instancePacket/IOPacket.java
src/_main/instancePacket/ListPacket.java
src/_main/instancePacket/LoginPacket.java
src/_main/instancePacket/onlyClient/
src/_main/instancePacket/onlyClient/ClientPacket.java
src/_main/instancePacket/onlyClient/LinePacket.java
src/_main/instancePacket/onlyClient/PointPacket.java
src/_main/instancePacket/onlyClient/RectanglePacket.java
src/_main/instancePacket/onlyClient/TextMessage.java
src/_main/instancePacket/ResponsePacket.java
src/_main/instancePacket/UDPinfo.java
src/_main/instancePacket/UserInfo.java
src/_main/instancePacket/UserList.java
src/_main/serverAction/
src/_main/serverAction/ChannelInfoAction.java
src/_main/serverAction/ChannelLoginAction.java
src/_main/ServerMain.java
src/_main/ServerTCP.java
src/_main/ServerUDP.java
src/_main/windowElement/
src/_main/windowElement/ChannelCreateDialog.form
src/_main/windowElement/ChannelCreateDialog.java
src/_main/windowElement/ChannelPassword.form
src/_main/windowElement/ChannelPassword.java
src/_main/windowElement/ChatPanel.form
src/_main/windowElement/ChatPanel.java
src/_main/windowElement/ControlPanel.form
src/_main/windowElement/ControlPanel.java
src/_main/windowElement/DrawPanel.form
src/_main/windowElement/DrawPanel.java
src/_main/windowElement/drawTools/
src/_main/windowElement/drawTools/AbstractTool.java
src/_main/windowElement/drawTools/BoxTool.java
src/_main/windowElement/drawTools/PencilTool.java
src/_main/windowElement/drawTools/Scri
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.