-
小波变换所有常见例程,vc++下调试通过。适合科研人员和工程应用人员...
小波变换所有常见例程,vc++下调试通过。适合科研人员和工程应用人员-Wavelet transform of all common routines, vc++ Adopted under the debugger. Suitable for the application of scientific research personnel and engineering staff
- 2023-06-09 04:30:03下载
- 积分:1
-
DFA 最小化
一个简单的确定性有限自动机最小化算法的C++。它使用一个类来表示的DFA从文本文件中读取。的最小化是通过一个函数对象完成的,并且最小化该处被显示在控制台。
- 2022-03-05 04:51:12下载
- 积分:1
-
迭代加深八数码
#include
#include
using namespace std;//变量声明
class EiNum;
#define MAX 20//MAX为最大的迭代深度
int depth;//当前树的最大深度
EiNum * root[MAX + 1];//重复当前的路径
//交换两个数
void Swap(int &a,int &b) {
int temp;
temp = a;
a = b;
b
- 2022-08-10 21:09:51下载
- 积分:1
-
龙贝格方法。又一个数值算法。
龙贝格方法。又一个数值算法。-Romberg method. Also a numerical algorithm.
- 2022-06-14 17:53:31下载
- 积分:1
-
GA算法FORTRAN库
资源描述
GA算法的fortran通用 库, 加入少量代码就能用
GA算法的fortran通用 库, 加入少量代码就能用
- 2022-04-06 15:49:30下载
- 积分:1
-
lapped transforms for images. lapped transform is a very fast algorithm to repla...
lapped transforms for images. lapped transform is a very fast algorithm to replace dct.
- 2023-04-19 00:20:02下载
- 积分:1
-
dda algorithm is the basic algorithm in computer graphics, very useful, it is re...
dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
- 2022-12-28 09:10:03下载
- 积分:1
-
ssc-i2s-project-at91sam3u-ek-gnu
SAM3U4E 可编程时钟输出用于生成 WM8731 主时钟 (MCLK)。的
SAM3U4E ODT (上模终止) 功能可保证无此时钟线上的信号完整性
需要外部的分立元件。
WM8731 pin 21 模式被推倒,默认情况下 ;这配置该设备,作为一种 TWI 装置内部
注册访问。
公务员事务局 Pin15 是把拉出来,而将其 TWI 地址设置为 33 [0x0011011]。
WM8731 数字接口在 SAM3U4E 同步串行控制器上的奴隶模式下工作
(SSC) 接口,这意味着编解码器的数字音频位 ADC/DAC 左/右控制和时钟是
要生成的 SAM3U4E。
- 2023-08-05 19:35:04下载
- 积分:1
-
数学经典算法应用:贪婪算法的应用实例
数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
- 2022-03-22 13:07:47下载
- 积分:1
-
刚刚下载的指纹识别程序,我还没来的及看呢?
刚刚下载的指纹识别程序,我还没来的及看呢?- Just downloaded the fingerprint recognizer, I have not come
and look?
- 2022-05-31 08:55:55下载
- 积分:1