搜索资源列表
等值线追踪与绘制(源代码)(1.0)
- 等值线追踪与绘制(源代码)(1.0).rar-contour mapping and tracking (source code) (1.0). Rar
haiguizuotu.rar
- 数绝结构实验海龟作图,含源代码,实验报告,C语言描述,Mapping of sea turtles must structure a few experiments, including source code, experimental report, C language descr iption of
Dijkstra
- 迪杰斯克拉无向图最短路径----dijkstra 这是帮同学完成的Project,老外老师的要求果然不同。对于基本算法,不光要求不能使用高级容器类,还要求程序有一定的检验错误能力。花了1天的时间写完,代码考虑结点过多内存占用的问题,因此关系矩阵采用映射的方式存储。由此带来的弊端是,找一个结点的时候需要循环判断,导致效率过低。总之,内存占用与程序效率是鱼与熊掌不可兼得。 代码写的比较凌乱。仅供参考。 Project的要求介绍参考链接: http://hi.baidu.com/
zbjlpdm
- 并且在卷积码编码过程中,再对序列进行图示的映射,可通过以下程序实现:,-And in the process of convolution code coding, and then to the graphic mapping sequence, can be realized through the following procedures:
9、Hash表应用
- 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。(A hash table (Hash table, also called hash table) is a data structure that accesses directly according to the key code value (Key val