-
加减乘除练习用的程序,它可以让学生练习加减乘除等数学运算。...
加减乘除练习用的程序,它可以让学生练习加减乘除等数学运算。-arithmetic practice with the procedure, it can allow students to practice arithmetic and other mathematical calculations.
- 2022-03-01 11:24:47下载
- 积分:1
-
C#编写的Guass消去法
C#编写的Guass消去法-C# prepared by the Gauss elimination method
- 2022-02-28 18:11:34下载
- 积分:1
-
文本聚类coforest
资源描述本文主要是实现基于层次的半监督文本聚类的算法。目前文本聚类的算法研究不少,特此贡献一些,望能对有需要的人提供一点帮助。
- 2022-06-02 02:31:49下载
- 积分:1
-
非局部均值方法
用matlab实现non-local means 算法,在该实现版本中使用了进行了局部搜索优化,一定程度上提高了算法的效率
- 2022-05-30 13:28:34下载
- 积分:1
-
该文件是一个快速排序的实现,它有一个O(N LG N)
This file is a quick sort implementation, it has an O ( n lg n )
- 2022-03-15 09:52:31下载
- 积分:1
-
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构...
马踏棋盘,在一个8*8的棋盘上,在任意位置上置起点,马都能“日字”的步法走完整个棋盘。此程序运用了数据结构的栈、队列、链的结构-Horse riding board, in an 8* 8 chessboard, set the starting point in any position, horses can be " day word" footwork has completed the entire board. This program used the data structure of the stack, queue, the chain structure
- 2022-05-31 14:57:21下载
- 积分:1
-
求解二维Navier斯托克斯方程在流体动力学。用FORTRAN90格式。
这是一个简单的算法,求解二维Navier斯托克斯方程在流体动力学。用FORTRAN90格式。此代码是由刘华飞了,opnenabla。也许很难
- 2022-09-29 00:10:10下载
- 积分:1
-
贪恋算法求解01背包
改进的背包问题:给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中的数值的和正好等于背包的容量。
代码思路:从最大的元素开始遍历超递增序列中的每个元素,若背包还有大于或等于当前元素值的空间,则放入,然后继续判断下一个元素;若背包剩余空间小于当前元素值,则判断下一个元素
- 2022-09-27 09:10:02下载
- 积分:1
-
DTMF(Dual Tone Multi Frequency)Recognition Algorithm
Dual Tone Multi Frequencies (DTMF tones) are two different tones at two ends of a spectrum that are used to send information in telephonic communication mediums. The tones represent numbers 0-9 and the symbols * and #. A series of these numbers may be assigned to individuals as points of contact, as in a phone number, or the numbers can be used to relay other sorts of information.
While it may seem confusing, it should be noted that all numbers on a telephone are assigned two DTMF tones, and in all, seven different frequencies are assigned. Some numbers will have the same lower frequency, but different higher frequency, while others will have the same higher frequency but a different lower frequency. The range is between 697 Hz and 941 Hz for the lower frequencies and 1209 Hz and 1633 Hz for
- 2022-06-16 09:51:22下载
- 积分:1
-
数值算法,二分搜索演示
数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
- 2022-03-01 08:49:08下载
- 积分:1