资源列表
yiyuanduoxiangshi
- 用c++实现一元多项式的求解,数据结构课程设计时可能用的上-Using c++ to achieve a polynomial solving, data structures may be used in courses on design
ListTest
- 通过java实现数据结构的单链表和双链表-Data structures through java singly linked list and doubly linked list
FFT7
- 实现二维快速傅立叶变换 用C语言实现矩阵的基本操作 复数的基本操作-FFT matrix
CreateGraph
- 本程序实现了数据结构中图的基本创建方法...以及图的深度遍历和图的广度遍历-This program to achieve data structure of Chinese basic and establish ways... And the depth of the graph traversal graph and breadth of traverse, etc...
ABAQUS-UMAT
- ABAQUS中各种不同本构的内聚力单元fortran用户子程序-ABAQUS in a variety of constitutive cohesive unit fortran user subroutines
FP-Growth
- FP增长树算法C++实现,用于挖掘频繁项,产生关联规则。-FP growth tree the algorithm C++ achieve, for mining frequent item and associated rules.
Algorithm-program
- 算法程序,里面封装了算法中最常用的排序方法,通过数组和指针的比较列举他们的不同-Algorithm program, which encapsulates the most commonly used method of sorting algorithm to enumerate their different arrays and pointers
UMAT-material-thermal-model-
- 描述材料热力的子程序 用于ABAUQS UMAT-Material thermal model
lianbiao
- 1.实现单链表的所有基本操作 2.编写主程序测试所有功能 3.实现循环链表的基本操作,并编写测试程序。 4.实现双向链表的基本操作,并编写测试程序。 -Single linked list of all basic operations to write the main program to test all functions 3. Achieve the basic operation of the circular linked list, and the prepara
hw3
- 上海交通大学软件学院,数据结构,homework3,满分代码=3=-Shanghai Jiaotong University School of Software, data structures, homework3, out code = 3 = ~ ~ ~
4
- 《数据结构》 第4次上机题目 (二叉树练习 ) 1. 编程实现书P121 ADT BinaryTree 基本操作20个,用二叉链表结构实现; 2. 二叉树的先序、中序、后序遍历递归(非递归选做)方法,层次遍历。-" Data Structure" on machine 4th title (binary exercises) 1. Programming book P121 ADT BinaryTree basic operations 20, with binary
wu
- 利用最小堆编程实现给定权值集合下构造相应霍夫曼树的算法,并解决以下问题: 有一电文共使用五种字符a,b,c,d,e,其出现频率依次为4,7,5,2,9。 (1)构造对应的编码哈夫曼树(要求左子树根结点的权小于等于右子树根结点的权)。 (2)给出每个字符的哈夫曼编码。 (3)译出编码系列11000111000101011的相应电文。-With minimal programming stack to the next set of predetermined weights co
