代码搜索:选择算法

找到约 10,000 项符合「选择算法」的源代码

代码结果 10,000
www.eeworm.com/read/460348/7252987

c sort_select.c

/* 直接选择排序的算法源程序*/ #include #define MAXNUM 100 #define TRUE 1 #define FALSE 0 typedef int KeyType; typedef int DataType; typedef struct { KeyType key; /* 排序码字段 */
www.eeworm.com/read/257293/11934869

c sort_select.c

/* 直接选择排序的算法源程序*/ #include #define MAXNUM 100 #define TRUE 1 #define FALSE 0 typedef int KeyType; typedef int DataType; typedef struct { KeyType key; /* 排序码字段 */
www.eeworm.com/read/204479/15337790

c sort_select.c

/* 直接选择排序的算法源程序*/ #include #define MAXNUM 100 #define TRUE 1 #define FALSE 0 typedef int KeyType; typedef int DataType; typedef struct { KeyType key; /* 排序码字段 */
www.eeworm.com/read/178603/9390666

cpp sccadlg.cpp

// SCCADlg.cpp : implementation file // /********************************************************************** 二进制编码的简单克隆选择算法源程序 武汉大学 软件工程国家重点实验室 林志毅 2006.10.17 *******************************
www.eeworm.com/read/288788/8607822

cpp sqroot.cpp

/*用do...while 语句计算平方根的简易近似算法。该算法一开始猜想一个较为接近待求的平方根 _ √a 的值,初始值不必非常接近;x = a就是非常好的选择 */ #include #include using name
www.eeworm.com/read/292361/8360193

txt 采用多孔trous算法(undecimated wavelet transform)实现小波变换.txt

采用多孔trous算法(undecimated wavelet transform)实现小波变换 clear;clc; % 1.生成信号 f=50; % 频率 fs=800; % 采样率 T=128; % 信号长度 n=1:T; y=sin(2*pi*f*n/fs)+2*exp(-f*n/(4*fs)); % 信号 % y=circshift(y.',3).'; %% 2.正