资源列表
简单带括号四则运算
- 右括号的四则运算
smalltree
- 图的最小生成树 【需求分析】 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)建立一个图,其存储方式可以采用邻接矩阵形式,需要定义两个数组,一个存储顶点,一个存储边,存储边的数组表明节点间的连通关系和边的权值; (2)利用普里姆算法和克鲁斯卡尔算法求网的最小生成树; (3)按顺序输出生成树中各条边以及它们的权值。 【算法描述】: 1 普里姆算法:
weka
- tspData <- read.csv( D:\\weka\\hw\\TSP.csv , header = T, sep = , ) #tspData <- `colnames<-`(tspData,c(1:8)) D <- as.matrix(tspData) tourLength <- function(tour, distMatrix) { tour <- c(tour, tour[1]) route <- embed(tou
sstab
- Dynamic loading of controls onto tabs. Here is the code I have been playing with
Keil-c51
- 直流电机开闭环控制程序,PWM实现加减速,正反转,大多数可以适用-DC motor open closed-loop control, PWM to achieve acceleration and deceleration, reversing, most can be applied
post
- Postfix Source code for Computer Engineering
schrodinger
- schrodinger energy and wave solver
CLOCKJUK
- a design of analog clock in turbo c code with graphics
encoder
- base-64 data compression
oc
- 提取opencart产品名称里的属性信息到目录属性里,实现opencart的目录筛选功能。具体属性需添加到文件内,具体看文件说明。-Extraction of Opencart product name in the attribute information to the directory attributes, implementation of Opencart directory screening function. The specific attributes need to a
Convolution
- convolution encoder and viterbi decoder
ofdm
- ofdm system with channel estimation -ofdm channel estimation