“多播”亦称“多点传送”(M u l t i c a s t i n g),是一种让数据从一个成员送出,然后复制给其 他多个成员的技术
标签: 多点传送
上传时间: 2014-01-20
上传用户:磊子226
一个VC实现的,用G.729a实现的语言对讲的例子
上传时间: 2015-07-08
上传用户:xg262122
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
标签: permanent nonnegative Computes Compile
上传时间: 2013-12-23
上传用户:zhangyi99104144
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
标签: Cryptographic Primitives generate Library
上传时间: 2015-07-16
上传用户:wqxstar
G.729 A的文档,很多人都找不到该文档,所以上传,对G729语音编码来说是个基础的文档。
上传时间: 2014-06-11
上传用户:love_stanford
G.729音频压缩传输协议(ip电话),ITU的G.729语音压缩编码标准。
上传时间: 2013-12-19
上传用户:lindor
采用VC++编程和G.729协议,实现语言的实时通信,内含源代码。
上传时间: 2014-11-29
上传用户:ccclll
报童问题的计算机仿真 %tm一轮实验的预定模拟天数 %t一轮实验的仿真天数累积值 %z订报量 %z 最优订报量 %g订报量z之上界 %s1损失值之累计值 %s最小损失值值 %r按概率分布产生随机售报量样本
上传时间: 2013-12-17
上传用户:dengzb84
esdds g s g f dg dgd fgdfg fd
上传时间: 2015-07-23
上传用户:hwl453472107
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展...
上传时间: 2015-07-24
上传用户:LouieWu