搜索资源列表
LOUDONG
- 一个用C++编写的五子棋游戏(3) - 藏经阁资源... 一个用C++编写的五子棋游戏(3) 作者:佚名 来源:不详 发布时间:2005-5-12 17:40:46 发布人:admin 减小字体 增大字体 // // Luffar.H by Yuheng Zhao // #ifndef _LUFFAR_H_ #... www.18839.com/Edu/A11/11003/8/20051205770 ... 21K 2005-12-26 - 百度快照 -prepar
a1
- 这是一个用Java实现ElGamal加密解密和签名验证的算法,还包含了一个安全电子邮件发送系统。
pathchar-a1-linux-2.0.30.tar
- pathchar是基于包对技术的测量网络带宽的测试工具,在linux系统下使用-pathchar package of technology is based on measurement of network bandwidth test tool, use linux system
NetworkedMediaTank
- To unmount an USB drive, just open usb_unmount.html and invoke usb_unmount.cgi using the link "USB unmount". The CGi shows a list of all mounted USB drives is shown (/dev/sda1 for USB-DRIVE A1, etc). Select the corresponding link to unmount.
avm_a1
- low level stuff for AVM A1 (Fritz) isdn cards driver for Linux.
avm_a1p
- low level stuff for the following AVM cards: A1 PCMCIA, FRITZ!Card PCMCIA 2.0 -low level stuff for the following AVM cards: A1 PCMCIA, FRITZ!Card PCMCIA, FRITZ!Card PCMCIA 2.0
a1
- 实现字符串的解码,读取一串字符,将其转换成另一种形式输出。-a c program
MCM
- 给定n个矩阵构成的一个链<A1,A2,...,An>,矩阵Ai的维数为pi-1 x pi,其中i=1,2,...,n 。 { 3x5,5x2,2x7,7x4,4x8 } 该矩阵链的乘积为: A1A2...An。 通过在乘积A1A2...An的不同位置加上括弧,以先计算其中几个的乘积,再合并计算,以减少总共的计算代价。 -Given n matrix consisting of a chain < A1, A2,..., An >,
Demo
- 号码分配过程中,用如下格式表示已经分配的号码:a1-b1,a2-b2, ... ,ai-bi, ... ,an-bn,其中ai-bi表示一段连续号码,ai代表起始号码,bi代表结束号码,简称号码段。 例如: 12-30,40-50,100-200 表示12到30号,40到50号,100到200号已经分配。 号码段之间用“,”分隔,号码段起止号码用“-”连接。 给定字符串s1,代表已经分配的号码,格式如上; s2代表将要分配的号码,格式为a1-b1,即一个号码段。 编写
avm_a1
- low level stuff for AVM A1 (Fritz) isdn cards.
avma1_cs
- PCMCIA client driver for AVM A1 Fritz!PCMCIA.
yinzifenjie
- //题目2: 益智游戏 //时间限制 : 20000ms //单点时限 : 1000ms //内存限制 : 256MB //描述 //幽香今天心情不错,正在和花田里的虫子玩一个益智游戏。 //这个游戏是这样的,对于一个数组A,幽香从A中选择一个数a,虫子从A中选择一个数b。a和b可以相同。她们的分数是a*b的因子的个数。 //幽香和虫子当然想要获得尽可能的高的分数,你能告诉她们应该选择哪两个数吗。 //由于幽香是个非常随意的人,数组A中的元素都是她随机选择的。
SkPathOpsLine
- make sure both a1 and a2 are not destroyed when we throw!.
ipi_trace
- a1 Interrupt received channel driver. -a1 Interrupt received channel driver.
Yush.java.tar
- This a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII c
12
- 编程实现清除线性表L=(a0,a1,---,ai,-------,an-1)中重复元素。(programing to realize cleaning the repeated elements in sequence sheet)