-
This program generates interpolation function for input data in three methods:...
This program generates interpolation function for input data in three methods:
1-Newton forward method
2-Newton backward method
3-lagrange method
- 2022-07-07 06:09:44下载
- 积分:1
-
压缩感知重构算法
有很多压缩传感 (CS) 恢复算法,提出了。
在这里列出了其中的一些,并提供了相应的实验结果。从根本上说,
恢复算法是类似于基于稀疏编码过完备源于库
- 2022-03-31 16:59:04下载
- 积分:1
-
密码子模型
在最近一份文件 ("多尺度表示和匹配的曲线密码子",Paul 松香、 CVGIP: 图形化的模型和图像处理,Vol 55页 286 310,1993年) 描述了如何分割并由曲线其中包括密码由霍夫曼和理查兹加上定义的一组标签更多的处理开放曲线、 直线节等。为了克服即在其"自然"的尺度-平滑曲线噪声问题那些描述曲线的一些定性的独特结构。在不同尺度的密码子相连,形成一个层次结构 ("子树")。图则的曲线然后匹配子模型,通过搜索密码子树。自便利匹配的密码子标签都附有各种形状的措施(如压实度,斜)。
- 2023-08-05 08:20:03下载
- 积分:1
-
加法器,简单的加法计算器程序,用vb语言实现
加法器,简单的加法计算器程序,用vb语言实现-Adder, a simple addition calculator program using vb language implementation
- 2023-08-13 13:55:03下载
- 积分:1
-
VC文字识别程序
带简单汉字库、用户可以增加字库、实现字符的识别。用户能直接用,还可以修改成其它用途。使用方便实用。
- 2022-06-02 17:28:47下载
- 积分:1
-
生成条形码的DLL文件及其使用例子
生成条形码的DLL文件及其使用例子- Production bar code DLL document and its use example
- 2022-04-01 10:10:27下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
8 digital issues simple algorithm, breadth
八数码问题的简单算法,广度优先
字数补丁.exe-8 digital issues simple algorithm, breadth-first words patch. Exe
- 2022-03-04 03:52:28下载
- 积分:1
-
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+...
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3-2 (illegal) and 3 (2) (legal) and 3 (illegal) and 3 (2) (lawful)
- 2023-07-15 11:30:03下载
- 积分:1
-
电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数
电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
- 2022-01-29 01:00:14下载
- 积分:1