-
计字符串类并给出其基本操作和运算符重载的算法实现。
计字符串类并给出其基本操作和运算符重载的算法实现。
- 2022-03-10 12:57:47下载
- 积分:1
-
给定n个结点的有向图的邻接矩阵,可判断该图是否为强连通的,单向连通的,或弱连通的。...
给定n个结点的有向图的邻接矩阵,可判断该图是否为强连通的,单向连通的,或弱连通的。-For a given n-node directed graph adjacency matrix, can determine whether the plan strongly connected, and one-way connected, or weak connectivity.
- 2022-08-16 01:43:17下载
- 积分:1
-
里面有一对定点FFT和IFFT算法,Hanning window,内含有1024
里面有一对定点FFT和IFFT算法,Hanning window,内含有1024-point正弦系数(已进行定标),可支持2^n(n
- 2022-03-29 21:31:32下载
- 积分:1
-
神经网络实现的matlab代码(完整版)
神经网络实现的matlab代码(完整版),里面全面包含神经网络的模拟仿真、预测和改进的matlab代码,可操作,含注释。
- 2022-03-18 11:51:01下载
- 积分:1
-
计算Mie散射过程中粒子的吸收系数,对研究粒子散射问题有帮助...
计算Mie散射过程中粒子的吸收系数,对研究粒子散射问题有帮助-calculated Mie scattering particles in the process of absorption, scattering particle research help
- 2022-03-25 20:30:45下载
- 积分:1
-
数学
mathematic
- 2022-08-02 17:18:18下载
- 积分:1
-
验证码识别
#include
#define W 80 //定义验证码图片的宽度
#define H 20 //定义验证码图片的宽度
#define N 2 //定义字符位数,一般是4位
#define BMP_filename "c: est.bmp"
int x,y,i,s,temp;
int YZM[W][H]={0};
int YZM_red[W][H]={0};
int YZM_green[W][H]={0};
int YZM_blue[W][H]={0};
int rec[W]={0};
int lf[N],rt[N],up[N],dw[N];
char result[N];
void shibie()
- 2022-04-20 09:09:12下载
- 积分:1
-
use function of time, for example, the use of C language in the development of V...
使用时间函数举例,使用C++语言在VC环境中开发.-use function of time, for example, the use of C language in the development of VC environment.
- 2022-03-20 20:16:55下载
- 积分:1
-
皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。...
皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。-Queen : N* N in the box, placed the empress, on the request can not be the same line, the same series on the same diagonal. The importation of all suitable conditions.
- 2022-06-27 06:25:57下载
- 积分:1
-
用结构体实现复数数据类型定义并实现复数运算,实现输入数据...
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
- 2022-10-31 18:25:03下载
- 积分:1