-
图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行...
图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行-graph theory with the use of branch and bound for traveling salesman problem, which directly vc compiler can run
- 2022-07-23 07:17:14下载
- 积分:1
-
CUDA SDK示例代码
文件中包含有三个CUDA的SDK示例代码,分别为cudaEncode,cudaDecodeGL,cudaDecodeD3d9,三个代码分别讲述了CUDA环境下调用编码库对YUV文件进行编码,和解码部分与OpenGL,D3D9的转化,代码内容简单,很适合初学者学习。
- 2022-03-09 09:56:31下载
- 积分:1
-
这是一个利用simpson求积公式来计算近似积分值,精度比较高
这是一个利用simpson求积公式来计算近似积分值,精度比较高-This is an advantage of simpson quadrature formula to calculate the approximate integral value, high precision
- 2022-06-20 05:09:16下载
- 积分:1
-
socket 加法
这是一款socket加法代码,希望有帮助,有客户端和服务器,从客户端输入数字,返回到服务器,服务器经计算将其结果返回到客户端。
- 2022-08-08 23:19:19下载
- 积分:1
-
道格拉斯算法
这里介绍的是利用道格拉斯算法实现制图综合,特别是图像的处理,方便而实用,代码简单,原理清楚,希望大家下载互相学习,共同进步!
- 2022-08-18 17:25:29下载
- 积分:1
-
crc计算字符串的代码
han"scrc计算字符串的代码,里面还包含有日期转换,字符串转换为日期等例子,CRC计算安装16或10进制输入,系统自行判断。
- 2022-03-28 21:23:18下载
- 积分:1
-
对于无约束问题,给出的共轭梯度法,内涵多个函数实例
对于无约束问题,给出的共轭梯度法,内涵多个函数实例-For the unconstrained problem, given by the conjugate gradient method, the connotation of a number of examples of function
- 2022-06-19 20:03:59下载
- 积分:1
-
FFT算法的C++代码
fft algorith and the c++ code
- 2023-08-05 23:55:03下载
- 积分:1
-
anti
反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。-anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.
- 2022-05-27 07:09:18下载
- 积分: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