资源列表
[数值算法/人工智能] C++常用算法之1复数运算
说明:本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each so<潘杰> 在 2008-10-13 上传 | 大小:9.49kb | 下载:0
[数值算法/人工智能] C++常用算法之2随机数生成
说明:是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are<潘杰> 在 2008-10-13 上传 | 大小:17.77kb | 下载:0
[IP电话/视频会议] sip-1.3.0.tar
说明:vovada公司根据sip协议开发的关于voip通话的协议栈的源代码sip-1.3.0版-vovada companies under the development agreement sip voip calls on the protocol stack source code sip-version 1.3.0<术化> 在 2008-10-13 上传 | 大小:10.84mb | 下载:0
[数值算法/人工智能] C++常用数值算法之3多项式与连分式计算
说明:是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source file<潘杰> 在 2008-10-13 上传 | 大小:23.65kb | 下载:0
[数值算法/人工智能] C++常用数值算法之4数值积分
说明:是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source file<潘杰> 在 2008-10-13 上传 | 大小:19.53kb | 下载:0
[数值算法/人工智能] C++常用数值算法之5常微分方程
说明:是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source file<潘杰> 在 2008-10-13 上传 | 大小:27.32kb | 下载:0
[DirextX编程] Advanced Animation with DirectX (source code)
说明:Advanced Animation with DirectX 书的配套代码,详细讲解了用DricetX9 制作高级3D动画,对游戏开发者有帮助。-DirectX Advanced Animation with the matching code, detailed account of DricetX9 produced using advanced 3D animation, game developers to help.<易南阳> 在 2008-10-13 上传 | 大小:21.45mb | 下载:2
[界面编程] Wangmeng_javajspchat
说明:cdfsObjirc是一款基于IRC的Java聊天程序。这是第五代产品,包括:流行的GUI图形模式(为普通人而不只是开发者设计的)。基于事件支持IRC协议。基于插件的Python和Java支持DCCpro-cdfsObjirc IRC is a Java-based chat program. This is the fifth-generation products, including : the popular GUI graphics mode (for the ordinary peo<实姓名> 在 2008-10-13 上传 | 大小:20.66kb | 下载:0
[网络编程] sip-1.4.0b.tar
说明:Vovida公司根据sip协议编写的开放源代码。版本sip-1.4.0。-Vovida companies under sip agreement prepared by the open-source. Version sip - 1.4.0.<术化> 在 2008-10-13 上传 | 大小:9.43mb | 下载:0
[网络编程] TCP的客户服务器通信程序
说明:TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio<刘鹏> 在 2008-10-13 上传 | 大小:15kb | 下载:1