登录
首页 » 算法 » dsdfsdffsd df wegfsd dhfgsh

dsdfsdffsd df wegfsd dhfgsh

于 2023-01-10 发布 文件大小:1.57 MB
0 156
下载积分: 2 下载次数: 1

代码说明:

***

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • which is made up of expression to expression Suffix
    它由表达式到表达式后缀组成
    2022-03-11 17:17:56下载
    积分: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
  • a prepared using Matlab, harmonic signal for the estimated number of procedures...
    一个用matlab编写的,用于估计信号谐波个数的程序,堪称经典!-a prepared using Matlab, harmonic signal for the estimated number of procedures for his classic!
    2022-03-18 12:09:35下载
    积分:1
  • 隐马尔可夫模型简介
    隐马尔可夫模型简介-Hidden Markov Model Introduction
    2023-07-31 08:00:07下载
    积分:1
  • 优化设计C语言程序 进退找区间、坐标轮换发、黄金分割、区间消去等...
    优化设计C语言程序 进退法找区间、坐标轮换发、黄金分割法、区间消去法等-Optimal Design of C language program to advance and retreat method to find range, coordinates the rotation of hair, golden section method, interval elimination method, etc.
    2022-05-14 01:40:07下载
    积分:1
  • 没有界面,用C写的小程序 问题如下:一家软件公司招聘了数十位程序员,分成若干部门。 进行一次考试,对各个部门的所有程序员进行考核。考试结束后评出了每个人的分数。...
    没有界面,用C写的小程序 问题如下:一家软件公司招聘了数十位程序员,分成若干部门。 进行一次考试,对各个部门的所有程序员进行考核。考试结束后评出了每个人的分数。现在需要知道,在每个部门内,成绩最好的程序员和成绩最差的程序员分别是谁。输入有N+1行,每一个有若干正整数。第一行只有一个正整数,代表公司的部门数目。剩余的N行,每一行代表了该部门所有程序员的得分。其中每行第一个数字k代表了该部门的程序员个数,该行剩下的有k对数据,每对数据包括一个程序员的姓名(一个字符串)和其得分(一个正整数)。【输出形式】输出有N行,每行有两个串。第一个串该部门得分最高的程序员的姓名,第二个数字是得分最低的程序员的姓名。-no interface, written in C minor procedural issues are as follows : a software company recruited dozens of programmers, divided into several departments. An examination of the various departments for testing all programmers. Examinations in 1886 after the end of each grade. Now need to know, in every sector, but the best programmers and the worst programmers who were. N input is a line, each one a number of positive integers. There is only a first positive integer representing the number of departments. The remaining N firms, each firm on behalf of all the sector"s programmers to the basket. Each Bank figures k a representative of the number of programmers, the bank left the k right d
    2022-03-10 11:37:16下载
    积分:1
  • java c++
    蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法蚂蚁算法 各种元启发式算法
    2022-03-24 20:44:32下载
    积分:1
  • GA-rbf神经网络
    基于遗传算法的径向基神经网络matlab代码实现
    2022-06-03 11:57:40下载
    积分:1
  • k均值实现聚类 c语言编写
    k均值算法实现聚类 c语言编写-k-means clustering algorithm c language
    2022-02-25 21:52:26下载
    积分:1
  • 函数名称:CRC
    函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全"1"(0xFFFF)。 b.寄存器组向右移动一个字节。 c.刚移出的那个字节与数据字节进行异或运算,得出一个指向值表的索引。 d.索引所指的表值与寄存器组做异或运算。 f.数据指针加1,如果数据没有全部处理完,则重复步骤b。 g.寄存器组取反,得到CRC,附加在数据之后(这一步可省略)。
    2023-05-27 07:15:03下载
    积分:1
  • 696516资源总数
  • 106432会员总数
  • 11今日下载