搜索资源列表
含并、交和差运算的集合类型试验报告
- 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
C三级上机题
- 全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)-National Computer Rank Examination some three superiors that the algorithm, right on the test machine is not very familiar with the helpful (and not the answer book, I want to own the algorithm
等级证书考试管理系统
- 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
归并分类与快速分类平均时间之比较的源代码
- 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data e
Regional_Warmup_02_HDU
- ACM比赛HDU热身赛比赛详细报告。包括题目,解题报告,源代码。测试数据,输入输出数据。-ACM race warm-up match HDU detailed report. Including the subject, problem-solving report, the source code. Test data, input and output data.
test
- 大二,数据结构,8套期末考试试题,仅供学习之用-Sophomore year, data structure, 8 sets of examination papers at the end, only learning
TEST
- 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
ECDSAVS-NIST-Testvectors
- ECC-NIST test vectors
LDPC_Girth4-Test
- 检查LDPC 的围长是否超过4, Matlab code-LDPC Girth-4 test, Matlab code
data-structure-test-paper--2006b
- 哦 亲 南京理工大学数据结构考试题 含有答案 讲解清楚 欢迎下载 谢谢 data structure test paper of njust-(2006b)data structure test paper of njust
data-structure-test-paper-2007a
- 2007年 a卷 南京理工大学数据结构考试题 含有答案 讲解清楚 欢迎下载 谢谢 data structure test paper of njust-2007 a-paper data structure test paper of njust
data-structure-test-paper2007b
- 2007年 b卷 含有答案 讲解清楚 南京理工大学数据结构考试题 欢迎下载 谢谢 data structure test paper of njust-data structure test paper of njust in year of 2007 b-paper
data-structure-test-paper-2008a-
- 南京理工大学数据结构试卷 2008年和2009年的 很有复习参考价值 欢迎下载 谢谢网站给了这么好的共享环境-data structure test paper of njust in the year of 2008
PRIME-TEST
- 素数测试问题, 如果把乘、除法(包括取模)看成常数时间, 则算法的时间复杂度为 (k)= (log m)=O(log n)。 而当n极大时,与n在同一数量级的两个数相乘除, 不超过O(log2n)次二进制位操作。 ∴算法的时间复杂性为O(log3n)二进制位操作 -Prime test, If the multiplication, division ( including the modulus as a constant
prime-test
- 素数测试问题(Monte Carlo算法) 求am(mod n)的算法(m≤n) 设m的二进制表示为bkbk-1…b1b0(bk=1,且k≈log2m)。 例:m=41=101001(2),bkbk-1…b1b0=101001,(k=5)。 求am可以用下述方法:初始C←1。 -Prime number test problem ( Monte Carlo algorithm) Seek am ( MOD n ) algorithm ( M = n) A
test
- 麻省理工学院算法导论测试。麻省理工学院实用资料,是学习《数据结构》,检验学习成果的必要资料-Practical information of the Massachusetts Institute of Technology, is learning " data structure to test learning outcomes necessary information
test-about-map
- 数据结构中关于图的部分操作,包含具体的代码和调试结果-the test about map
test
- 数据分布算法,用于测试、原型研究分析-this is test program for distribution
test
- 哈夫曼树的一个简单测试,编码,解码,初始化,里面注释很多(A simple test of the Hoffman tree, coding, decoding, initialization, and many annotations in it)