资源列表

« 1 2 ... .97 .98 .99 .00 .01 2602.03 .04 .05 .06 .07 ... 2656 »

[数据结构常用算法Sequence

说明:关于排序的算法,包括希尔排序、冒泡排序、直接选择排序,用C语言加以实现。-Algorithm for sorting, including Hill sort, bubble sort, direct selection sort, to be implemented in the C language.
<> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法SVM3OUT

说明:SVM 3分类程序 适用于信号处理、数据分类情况-SVM 3 classification procedure is applicable to signal processing, data classification
<邵明旭> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法beibaoPSO

说明:粒子群算法用于背包问题情况 典型组合优化问题-Particle swarm optimization for the case of the more popular knapsack problem
<邵明旭> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法main

说明:粒子群典型主程序 适合求取全局最优解 并且考虑失败情况 求均值代替-PSO typical main global optimal solution for strike
<邵明旭> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法quzao

说明:阀值去噪 用db1小波对原始信号进行3层分解并提取系数-Db1 wavelet threshold de-noising with the original signal decomposition and extraction coefficient of 3 layers
<邵明旭> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法jiancehuodongduan-

说明:活动段检测算法 适合特征向量提取 考虑断点情况-Activities segment detection algorithms for feature extraction breakpoint consider the case
<邵明旭> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree

说明:二叉树的建立、遍历、计算树的层数,简单易懂,合适初学者学习。-The establishment, computation tree traversal, the two fork tree layers, easy to read, suitable for beginners to learn.
< u6D45 u5BFB> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Linked-List

说明:一个简单的数据结构例子,用于自动建立一个单链表-A simple example of the data structure used to automatically create a single list
<张明> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Circular-Queue

说明:一个简单的数据结构例子,用于建立一个循环队列。-A simple example of the data structure, used to establish a circular queue.
<张明> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法EvaluateReversePolishNotation

说明:Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: [ 2 , 1 , + , 3 , * ] ->
<lb> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法MaxPointsonaLine

说明:Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 分析:首先要注意的是,输入数组中可能有重复的点。由于两点确定一条直线,一个很直观的解法是计算每两个点形成的直线,然后把相同的直线合并,最后包含点最多的直线上点的个数就是本题的解。我们知道表示一条直线可以用斜率和y截距两个浮点数(垂
<lb> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法sequence-node

说明:数据结构习题代码:假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。-Assuming lead to circular list node represents a queue, and only set up a pointer to the tail element nodes instead of being the head pointe
<黄皮特> 在 2024-11-02 上传 | 大小:1024 | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 2602.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org