资源列表
acm_p173
- Belong to the resource allocation problem of subproblems, the use of c + + implementation, and analysis of algorithm study or participate in the ACM contest has certain help.-Belong to the resource allocation problem of subproblems, the use of c++ im
huffman
- c语言数据结构 ,利用哈夫曼树存储结构 , 实现了通讯录。针对大连海事大学数据结构上机实验-the data sturcture which called huffman-tree,we use it to creat a software whose funcation is like address book .
pointbak
- 利用指针输入十个数字到数组中,然后在将数组中的各个数字输出。-Use the ten numeric input pointer to the array, then the array each digital output.
primenumber
- 输入一个数字,按回车,然后输出能被这个数整除的所有数。也可以变换下程序用以检测输入的数字是否是质数(或素数)。-Enter a number, press Enter, and then output this number can be divisible by all the numbers. Transformation program can also detect whether the input to digital is a prime number (or prime).
SEARCH
- 数据结构中的三种排序方法编程,分别是直接插入排序法排序,冒泡排序法排序,选择排序法排序,注:只有一个程序有输出,其他两个需要在调试里面看-Three sorted by programming data structures, which are sort of direct insertion sort, bubble sort sort, Sorting, Note: Only one program has output, the other two need to look insid
Paixu
- 很有用的C排序算法(包含三种),绝对可以使用-Very useful C sort algorithm (including three), can absolutely use
study_VC
- 有用的栈链式存储与顺序存储算法,可以使用,比较适用于初学者-Useful stack chain storage and sequential storage algorithm, can be used, compared to beginners
dashuzuoye
- 简单的大数加减乘除开方等运算,采用顺序栈完成数据的运算。-Tarsus simple arithmetic square root operation, sequential stacks for data operations
newton-raphson
- 牛顿-拉夫逊法潮流计算的Matlab实现,此程序只适用于求解节点电压以极坐标形式表示的潮流方程,没有考虑节点优化编号-Newton- Raphson method flow calculation Matlab realize, this procedure applies only to solve the node voltage power flow equations expressed in polar form, without considering the node number
tushuguanlixitong
- 1、图书管理系统(线性表) [问题描述] 设计一个程序,记录并统计图书使用情况。 -the library management system (linear form) [Problem Descr iption] Design a program that records and usage statistics books.
Huffman
- Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
FBP重建算法
- 基于C语言编程的C语言投影,滤波反投影重建算法,从外界加载的图片。