搜索资源列表
nurbs++-3.0.11.tar
- 非均匀有理b样条曲线nurbs的C++源码库。 3.0.11版-non-uniform rational b-spline NURBS curves of the C + + source library. Version 3.0.11
3.2
- 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nlogn而是n,nlogn的算法没做出来! -e
C++ Builder程序员学习数据结构第3章
- C++ Builder程序员学习数据结构第3章-Builder C programmers to learn data structure Chapter 3
计算机模拟考试3级网络技术笔试
- 计算机模拟考试3级网络技术笔试-computer mock examinations three network technology quiz
paixu 排列3个数的大小
- 排列3个数的大小
计算方法3
- 数据结构3- Construction of data 3
DSDEMO
- 数据结构算法演示系统DSDEMO(类C描述语言 3.1中文版) 帮助学习数据结构-Data Structure Algorithm Demonstration System DSDEMO (Class C Descr iption Language 3.1 Chinese Version)
Examen3OpcionMultiple
- examen de opcion multiple 3 ssd5
3-2
- 堆排与贪心算法解usaco 1-3-2牛棚问题 -Heap row with the greedy algorithm for solving the problem usaco 1-3-2 barn1
3.17
- 王晓东 算法分析与设计 算法实现题3-17-Wang Xiaodong Algorithm Analysis and Design Algorithm Questions 3-17
TheArtofcomputerprogramming
- "The Art of Computer Programming: 1. Fundamental Algorithms 2. Seminumerical Algorithms 3. Sorting and Searching";-"The Art of Computer Programming: 1. Fundamental Algorithms 2. Seminumerical Algorithms 3. Sorting and Searching";
Exercise3
- 卡耐基梅隆大学ssd4练习3答案,很简单的,可以作为参考-Carnegie Mellon University ssd4 Exercise 3 Answer,Very simple, can be used as reference
ssd5_exercise123
- SSD5的练习1、2、3的答案。。可以参考一下-SSD5 exercises 1,2,3 answer. . For reference. . .
ex4
- Exercise 3 from ssd5, answer
3
- 数据结构经典制作内容--- 稀疏矩阵的建立十字链表表示稀疏矩阵- 1.稀疏矩阵的加法运算 2.稀疏矩阵乘法运算-- 3.稀疏矩阵的转置-- 4.退出功能)-The contents of the data structure--- the classic production create the sparse matrix sparse matrix that cross list- 1. Sparse matrix addition operation 2. Sparse
2.3
- 2.3 主元素问题(课本2-9) 问题描述:设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。输入数据由文件名为input.txt的文本文件提供。 请设计一个线性时间算法,判断input中的数据是否存在主元素。在实验报告中对算法时间复杂度作出分析。 输入:文件的第1行为数组S中元素个数n;接下来的n 行中,每行有一个自然数。程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到主元素时
2-3-tree
- 2-3树 数据结构 实现 含GUI(awt)-2-3 tree, implement the 2-3tree. include GUI
Exe-3-ssd5
- Exercise 3 SSD5 Visual C++ right answer and code for exe3 with handout files
3
- 数据结构第三章,便于初学者理解掌握,希望对你有所帮助-Data Structure Chapter 3
3
- 试设计一个用回溯法搜索排列空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解圆排列问题。 圆排列问题描述如下:给定n 个大小不等的圆c1 , c2 ,..., cn ,现要将这n 个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n 个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2 时,这3 个圆的最小长度的圆排列是1,2,1,其最小长度为2 + 4*sqr(2)。 编程任务:
