资源列表
question
- 包括了动态计算网络最长最短路线、网络最短路径Dijkstra算法等-Including dynamic computing network longest shortest route network Dijkstra shortest path algorithm
shenjingyuan
- 文件是一个神经元模型,对于想初学神经算法的人是一个很好的参考 -File is a neuron model, for people who want to learning neural algorithm is a good reference
hanzhi
- 所谓汉字字模就是用0、1表示汉字的字形 文件是一个关于汉字字模的。c文件,-The so-called Chinese font is represented by 0,1 font file is a Chinese character on the character font. c file,
Splay
- splay代码,各种splay的题目,和各种题目的来源以及题目的代码-Source splay code, various splay of topics, and a variety of topics and subject code
segment-tree
- 线段树的基本操作,个类oj题目,有源代码,可以相互学习-The basic operation of the tree line, a class oj topic, source code, you can learn from each other
RMQ_LCA
- RMQ_LCA的基本操作,个类oj题目,有源代码,可以相互学习-RMQ_LCA basic operations, a class oj topic, source code, you can learn from each other
SBT
- SBT的基本操作,个类oj题目,有源代码,可以相互学习-SBT' s basic operations, a class oj topic, source code, you can learn from each other
Dancing-Links
- Dancing Links的基本操作,个类oj题目,有源代码,可以相互学习
Dijkstra
- 利用dijstra算法求两点间的最 短路径和最短路径条数-Using dijstra Algorithm to get the shortest path between two nodes
Cluster
- 求一个小世界网络中,每一个节点的聚类系数,利用java实现。-Using java to find a small world network, each node clustering coefficient.
LFM-maker
- 脉冲压缩的产生,使用matlab为工具,挺直观易懂的,大家可以直接使用-Generation of pulse compression using matlab as a tool, very intuitive, we can directly use
canshuchuandi
- 参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters are passed by value in three w