资源列表
MySite
- django框架实现的时下二手车,提供在线二手车评估(The Django used to realize the second-hand car, provide online second-hand car evaluation.)
LTE simulation-C
- lte物理层仿真的一个代码,这个是我从网上找到的,应该说有一定的参考价值(Lte a code for physical layer simulation)
gmsk
- matlab实现的GMSK的编码解码,好东西一起分享(Matlab code of GMSK SYSTEM)
卷积码+Viterbi Decoder
- 用matlab m语言书写的归零卷积码的编码和译码程序(Convolutional code encoding and decoding procedures in matlab)
启动界面举例
- 经典的启动小界面,有加载项,进度条,界面可以自己美化(The classic boot small interface has add ons, progress bar, and interface can beautify itself.)
java
- 一个java的string类实现,fdu的java课程作业。(An completion of java's String)
vsm向量空间模型java实现
- vsm向量空间模型java实现
t3
- 我的贪吃蛇代码 ,还可以根据你和计算机剪刀石头布之后的输赢平。来决定速度,有趣的一个小游戏(My Snake code can also be adjusted according to the winning or losing of your computer and scissors and stone cloth. To determine speed, an interesting little game)
Dijkstra
- 从图中的某个顶点出发到达另外一个顶点的所经过的边的权重和最小的一条路径,称为最短路径(From the vertex of a graph, the shortest path is the weight and the smallest path to the edge of another vertex.)
SPFA
- 从图中的某个顶点出发到达另外一个顶点的所经过的边的权重和最小的一条路径,称为最短路径此处运用了SPFA的算法,可以解决单源最短路径(From the vertex of a graph, the shortest path is the weight and the smallest path to the edge of another vertex.Here we use SPFA algorithm to solve single source shortest path.)
最小生成树
- 最小生成树就是: 在所有数据满足是一棵树的情况下一条将所有节点都连接起来且长度最短的一条路(因为任意两个节点之间有权值 (相连的两点之间权值为一个具体的数,不相连的两个点之间权值为无穷大)) 下面介绍通用的求最小生成树的两种算法:(The smallest spanning tree is: When all data satisfy a tree, a path that connects all nodes is the shortest one, becau
randpdf
- 生成给定分布函数的随机数,可以任意指定分布函数的形式(random number generator from a given a probability distribution)