-
在 python 中聊天的Eliza
这是Eliza为 python 语言要求创建那里名字和帮忙的人。提出了解决这一问题的认识到问题了解用户的问题和得到的单词和字母像元音。
- 2022-03-30 13:39:08下载
- 积分: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
-
大地坐标与大地空间直角坐标转换
资源描述较为简单的将大地坐标与大地空间直角坐标进行互换
- 2023-07-17 03:35:03下载
- 积分:1
-
Matrix operations class library, after debugging, completely available, the need...
矩阵运算的类库,经调试,完全可用,需要的同志可以免费下载-Matrix operations class library, after debugging, completely available, the need for comrades can be downloaded for free
- 2022-10-19 15:05:03下载
- 积分:1
-
中文分类器
这是一个中文文本分类器。一款根据文本特征,将文本识别为哪一类,如体育文章(不知道的),分类器自动识别为体育类。
- 2022-06-17 00:36:01下载
- 积分:1
-
数值算法 RungeKutta
数值算法 RungeKutta-numerical algorithm RungeKutta
- 2023-07-10 22:45:02下载
- 积分:1
-
内部排序算法性能分析
内部排序算法性能分析,代码,加文档
4.1直接排序 10
4.2起泡排序 11
4.3选择排序 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-03 14:23:29下载
- 积分:1
-
使用MFC的多项式计算完毕,很值得看,但也乐…
使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
- 2023-07-15 23:15:08下载
- 积分:1
-
卷积神经网络CNN 手写英文字母的识别
应用背景利用计算机做图像识别分类的经典算法,训练集中30张已知类别的手写字母图片,目的是要创建一个网络结构,使手写图片与类别之间形成一种映射,以便得到一副新的图片时,利用这个网络结构能够正确判别出它的类别,即它代表的是字母A或是字母B.关键技术利用卷积神经网络对输入图像进行卷积做特征提取,原图像的特征就被细化了,再对已提取的特征图做下采样即平均池化,在减少数据量的同时保证信息量的不丢失,如此在做一次卷积和下采样,图片尺寸变小,数据量合适,做全连接层,传统神经网络,构造输出层。训练时采用BP反向传播,梯度下降法,优化参数。
- 2022-03-06 18:17:03下载
- 积分:1
-
数据由多项式逼近
该程序从 APPROKSK 文件中读取数据。DAT 和发现多项式的系数数据进行拟合。在最后一步的计算结果表明在图表上。
- 2022-01-31 16:49:16下载
- 积分:1