-
基于c#开发的图像自动色阶算法(参照ps)可直接使用
基于c#开发的图像自动色阶算法(参照ps)可直接使用
- 2022-05-23 14:41:14下载
- 积分:1
-
二ETAPA Java源代码
应用背景下面的列表包含了近200个程序(有些是客户端,有些是基本的基础设施)。单击“程序名称”访问“爪哇代码”;单击“访问”的描述,并单击“数据文件名”访问数据。自我检验关键技术该应用程序加载。民众似乎是最好的如果你第一次去的第一个演示,从那里直接到二使用在网页端提供的链接。如果你从第一个演示到这个页面(带背面按钮),然后去二次演示,事情可能会卡住。停止,重装,访问其他页面,可能最终得到的东西装等。
- 2022-10-06 12:05:03下载
- 积分:1
-
矩阵类
可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符...
矩阵类
可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符-Matrices can be realized transpose, inverse, and rank, and the determinant value, and positive definite, a variety of operator overloading
- 2022-08-23 19:08:32下载
- 积分:1
-
digital filter function, digital signal read, the use of MMX instruction set to...
数字滤波函数,实现数字信号的读入,利用MMX指令集实现信号的快速处理-digital filter function, digital signal read, the use of MMX instruction set to achieve the rapid signal processing
- 2022-06-13 10:39:05下载
- 积分:1
-
各种排序算法小结
各种排序算法小结-various sorting algorithm Summary
- 2022-02-20 17:17:33下载
- 积分: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
-
对折排序 C++算法
对折排序 C++算法-fold ranking algorithm C
- 2022-02-15 23:23:01下载
- 积分:1
-
解抛物型、椭圆型、双曲型偏微分方程
应用背景随着物理科学所研究的现象在广度和深度两方面的扩展,偏微分方程的应用范围更广泛。这里给出典型抛物型、椭圆型、双曲型偏微分方程的程序代码,可供刚刚接触偏微分方程的人学习参考使用。关键技术具体内容包括:抛物型方程的显示格式、隐式格式(Crank-Nicolson)解法;二阶线性双曲型方程的显示格式、隐式格式解法、精确解;椭圆型方程的Jacobi迭代解法和精确解。
- 2022-05-12 22:55:00下载
- 积分:1
-
kruskal algorithm
该算法基于贪心方法。使用了该算法
- 2022-01-26 03:44:28下载
- 积分:1
-
感知算法,通常用于模式识别。使用Delphi 7内容…
感知器算法,通常用于模式识别中.使用DELPHI 7 编制.-perception algorithm, usually for pattern recognition. Using Delphi 7 establishment.
- 2022-07-10 06:17:55下载
- 积分:1