-
JAVA棒状排序实现
用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示
- 2022-05-17 05:25:30下载
- 积分: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
-
sha2加密算法
资源描述这是用哈希函数,sha2实现的加密算法,C语言。这是用哈希函数,sha2实现的加密算法,C语言。这是用哈希函数,sha2实现的加密算法,C语言。这是用哈希函数,sha2实现的加密算法,C语言。
- 2022-03-16 17:39:07下载
- 积分:1
-
一个小巧的蚁群算法演示程序,C语言源码,在TC2.0下调试成功!...
一个小巧的蚁群算法演示程序,C语言源码,在TC2.0下调试成功!-A small demo program ant colony algorithm, C language source code, in TC2.0 debugging success!
- 2022-03-18 12:01:14下载
- 积分:1
-
polygon多边形的相交计算
可以计算多边形相交,开计算多边形相交算法,判断任意两个多边形是否存在交集,是否相交,可以在平面中实现,也可以在屏幕中使用,是很不错的哦。。
- 2022-05-15 11:25:25下载
- 积分:1
-
图像去噪
小波变换去噪,小波包去噪,小波增强去噪,程序可以运行,特别适合初学者使用。
- 2022-01-25 18:58:46下载
- 积分:1
-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1
-
你还是请
伙计,你们真是狗屎;
- 2022-02-13 06:14:17下载
- 积分:1
-
遗传算法matlab代码
给出了遗传算法的一个完整matlab代码,基于此代码完整解决了两个算例,使人能够对遗传算法有一个从感性到理性再到感性理性结合的认知水平。算例的本质是求函数最大最小值,藕节这个基本问题,其他问题基本可以通过数学建模转化为此基本问题。
- 2022-10-14 15:10:03下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1