资源列表

« 1 2 ... .82 .83 .84 .85 .86 2387.88 .89 .90 .91 .92 ... 2656 »

[数据结构常用算法integral-power

说明:小明是个小学五年级的学生,为了早点去看自己爱看的卡通,他想快点把作业做完。可是可恶的数学老师今天却布置了一道难题,小明想了很久也不知道该怎么做。你的任务就是帮小明解决掉这道数学题。 题目是这样子的,有一个整数a(-2^31<= a < 2^31-1),计算它的整数幂a^n,其中1<=n<=99。-Xiao Ming is a fifth-grade students, in order to see his early love to watch cartoons,
<clj> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法power

说明:It is for testing. It is not good for download. Please skip this one.
<lee> 在 2025-06-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法channel_estimation

说明:传统的信道估计仿真,有注释,有详细的教程流程解释,生成BER图,可改变调制方式-The traditional channel estimation simulation, notes, a detailed tutorial to explain the process to generate BER map, you can change the modulation scheme, etc.
<无双> 在 2025-06-19 上传 | 大小:167kb | 下载:0

[数据结构常用算法Chap4_BinaryTree

说明:二叉树算法结构的实现,对二叉树的操作-The realization of the two binary tree algorithm structure,On the two fork tree operation....
<yinlong> 在 2025-06-19 上传 | 大小:1.42mb | 下载:0

[数据结构常用算法SVD

说明:VC下奇异值分解,里面包含了所需的lib文件和头文件,及代码演示。dgesvd_函数的调用,参数A(一维数组)的赋值是关键点。比如对矩阵X(二维数组)奇异值分解,并不是直接将按X顺序赋值给A,而是需要将X转置后赋值给A,即A的内容是X的转置形式。-windows vc svd dgesvd_
<从世源> 在 2025-06-19 上传 | 大小:3.81mb | 下载:0

[数据结构常用算法3.2

说明:试写一个判别表达式中开、闭括号是否配对出现的算法。-Try to write a discriminant expression open and close parentheses appear if pairing algorithm.
<hiccup> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法4.1

说明:编写算法,实现串的基本操作Replace(&S,T,V)。要求采用定长顺序存储表示,并且不允许调用串的基本操作。-Write algorithms to achieve the basic operation Replace string (& S, T, V). Require the use of fixed-length sequential storage representation, and not allowed to call the basic operation of
<hiccup> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法4.2

说明:编写算法,在串的堆存储机构上实现串的插入操作StrInsert(&S,pos,T)和串的删除操作StrDelete(&S,pos,len)。-Write algorithm, string on the string heap storage mechanism inserts StrInsert (& S, pos, T) and serial deletion StrDelete (& S, pos, len).
<hiccup> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法6.2

说明:编写正确的算法实现赫夫曼编码及相应的译码-Write correct algorithm Huffman coding and decoding the corresponding
<hiccup> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法AVL

说明:AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树。-AVL tree code
<李振> 在 2025-06-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法Constraint_factor

说明:Burt提出的约束系数算法计算社交网络中结构洞节点。-Constraint factor
<小丁> 在 2025-06-19 上传 | 大小:4kb | 下载:0

[数据结构常用算法MAGA

说明:MAGA多智能体进化算法源码,已经调好,直接可以运行。-MAGA multi agent evolutionary algorithm source code, have a good tune, you can directly run.
<王朋> 在 2025-06-19 上传 | 大小:3kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 2387.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org