资源列表
Sort
- 冒泡排序,堆排序,插入排序,快速排序的数据结构算法。-Bubble sort,Heap sort, Insert sort, Quick sort
sdf
- 题目:将一个正整数分解质因数。例如:输入90,打印出90 2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -A positive integer factori
QR
- 有关QR分解的matlab的算法。分别是Givens_Rotations、Householder、Lanczos、Arnoldi-About QR decomposition matlab algorithm. Are Givens_Rotations, Householder, Lanczos, Arnoldi
Studentmanagement
- 学生信息管理系统,MFC期末大作业 实现对学生信息分类统计 增删改除等功能-student management system
All_audio
- verilog piezo (inside the board)
12864
- 12864驱动程序,可选择字体位置,设置黑底白字和白底黑字,无字库12864-12864 driver, the font setting position, black white and black and white, no font 12864
sorts_lin
- 数据结构 排序 快速排序 堆排序 插入排序 融合排序-Sort the list by InsertionSort, QuickSort, MergeSort and HeapSort, respectively. Mergsort Heapsort Quicksort Insertsort
SP
- 基于压缩感知重构算法SP算法的DoA估计-DoA Estimation of SP Algorithm Based on Compressed Perceptual Reconstruction Algorithm
helloworldpurevirtual
- helloworld purevirtual d-helloworld purevirtual dll
Matlab
- 介绍了MATLAB调用微视图像相机的函数,并且具有非常详细的粒子,绝对好用-Introduced the MATLAB call micro-view image camera function, and has a very detailed particle, absolutely easy to use
graph_lin
- 数据结构以及算法实现 图的创建 深搜、广搜、最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
graph
- 数据结构-图的操作 1.图的建立 2.图的深搜 3.图的广搜 4.最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
