一维信号的计盒分形维数,用 m a t l a b编辑的
上传时间: 2013-12-14
上传用户:685
RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。
上传时间: 2014-11-29
上传用户:aix008
本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Level l 三大Linux人证考试的内容和要点。 讲解了重要的命令行工具(包括shell脚本与文本处理命令)以及最新的图形界面管理工具和应用程序。 “理论与实践密切相结合”,每章都附有复习题与可操作性强的实践项目项,使得读者可以在牢固掌握基础知识的同时,在动手实践能力上也能获得较大的提高。 本书致力于Linux系统管理这一主题,为有志于在Lmux领域有所发展的读者提供了一份不可多得的参考教材。
标签: Linux Professional Technician Certified
上传时间: 2013-12-26
上传用户:fxf126@126.com
用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求: 取克拉索夫斯基椭球 (1)制图区域: Bs=0°, BN=25° LE=105°, LE=125° (2)经纬线间隔: ΔB=ΔL=5° (3)制图比例尺: 1:M0=1:1000 000 (4)标准纬线: Bk=±15° 计算经纬网格点的 x, y,m,n, p
上传时间: 2013-12-29
上传用户:himbly
两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden fences. After reading its preface he already knew, what makes a little wooden fence cute. A wooden fence consists of N wooden planks, placed vertically in a row next to each other. A fence looks cute if and only if the following conditions are met: ?The planks have different lengths, namely 1, 2, . . . , N plank length units. ?Each plank with two neighbors is either larger than each of its neighbors or smaller than each of them. (Note that this makes the top of the fence alternately rise and fall.)
标签: house the finished building
上传时间: 2014-01-26
上传用户:541657925
PRIM求最小生成树,JAVA源程序,简洁易懂,很不错的。l
上传时间: 2014-08-04
上传用户:BIBI
数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char KeysType // 定义关键字类型为字符型 #include"c1.h" #include"c10-3.h" void InitList(SLList &L,RedType D[],int n) { // 初始化静态链表L(把数组D中的数据存于L中) char c[MAX_NUM_OF_KEY],c1[MAX_NUM_OF_KEY] int i,j,max=D[0].key //
标签: typedef int InfoType KeyType
上传时间: 2016-03-03
上传用户:2404
假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。
标签: 自上而下
上传时间: 2013-12-17
上传用户:xc216
几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
标签: coding Arithmetic Huffman LZ
上传时间: 2014-01-18
上传用户:caozhizhi
设有一个个人档案文件DOCU,它包含每个人的姓名,年龄,性别,身高和体重这五项内容。其中姓名占10个字节,年龄2个字节,性别1个字节,身高3个字节,体重2个字节。编写一DOCU的管理程序。L为列表表示,I为插入,Q为退出。
标签: DOCU
上传时间: 2014-07-22
上传用户:epson850