资源列表

« 1 2 ... .10 .11 .12 .13 .14 2515.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法Sort-Algorithm-Code-(matlab)

说明:四大经典排序算法代码(matlab) 选择排序、插入排序、冒泡排序、合并排序-Four Classical Sort Algorithm Code (matlab) SelectSort、InsertSort、BubbleSort、MergeSort
<宋湘芬> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法Twentyfour-points

说明:随机产生四个数,输出结果为加减乘除后等于24的所有算式结果。-Randomly generate four numbers, the output of the addition and subtraction multiplication and division is equal to 24 after all the formula.
<王嘉宁> 在 2025-06-20 上传 | 大小:8kb | 下载:0

[数据结构常用算法errormodeling

说明:轨迹误差建模的多轴联动机床轮廓误差补偿技术-Contour Error Compensation Technology for Multi- Axis Linkage Machine Based on Trajectory Error Modeling.
<wuyong> 在 2025-06-20 上传 | 大小:231kb | 下载:0

[数据结构常用算法xsjz

说明:实现稀疏矩阵压缩存储上的基本运算。 (1)存储结构选择三元组存储方式 (2)实现两个稀疏矩阵的相加、相减与乘法运算,并输出运算结果 (3)实现稀疏矩阵的转置运算。 -To achieve the basic operation of sparse matrix compression storage. (1) storage structure selection triad storage (2) to achieve two sparse matrix additio
<黄炜博> 在 2025-06-20 上传 | 大小:138kb | 下载:0

[数据结构常用算法vof

说明:youngs-vof 流体提运动界面追踪的vof方法
<z751645181@163.com> 在 2017-06-08 上传 | 大小:30.18kb | 下载:0

[数据结构常用算法0-1beibao

说明:动态解决0-1问题,实现界面设置,以便用户使用(Dynamic solve 0-1 problems)
<平凡之路 > 在 2025-06-20 上传 | 大小:5.44mb | 下载:0

[数据结构常用算法凯撒密码

说明:凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c
<寒修末 > 在 2025-06-20 上传 | 大小:781kb | 下载:0

[数据结构常用算法C++链表模板

说明:编写了一个链表的模板,方便需要的人移植调用等,简单易懂(Write a list of templates, convenient for people to transplant, call, etc., easy to understand)
<wind1 > 在 2025-06-20 上传 | 大小:2.68mb | 下载:0

[数据结构常用算法ConsoleApplication7

说明:涵盖了多个查找算法,能够实现对数据的查找(this is a algorithm that it can be use to search something you want to find in a group data)
<aaa12 > 在 2025-06-20 上传 | 大小:1.68mb | 下载:0

[数据结构常用算法纯c语言实现卡尔曼滤波

说明:完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
<namuelsa > 在 2025-06-20 上传 | 大小:234kb | 下载:0

[数据结构常用算法快速排序

说明:选取一个关键码key,一趟排序将要排序的数据分割成独立的两部分,key前的元素都小于key, 靠后的都大于key, 然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Select a key key, the two part of a sort to sort the data into independent, key elements are less than key, later than key, then according t
<美好时代 > 在 2025-06-20 上传 | 大小:5kb | 下载:0

[数据结构常用算法最小生成树

说明:给定一个带权的无向连通图,如何选取一棵生成树,使树上所有边上权的总和为最小(Given a weighted undirected connected graph, how to select a spanning tree to minimize the sum of all the upper bounds on the tree)
<art hong > 在 2025-06-20 上传 | 大小:553kb | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 2515.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org