-
opencl dct
此算法有很好的表现。有人想要研究 opencl 使用这将会非常简单。与该应用程序有很多的命令。输入-h 以显示所有的命令。例如,-t 是打印的时间它成本。— — 设备 gpu 是选择 gpu 为执行设备。内核是非常简单易懂。我们可以使用 opencl 加速应用程序。使用 opencl 将是主要趋势。而且我很运气的 sdk 开发的惠顾。我们做大量的测试。和修复一些 bug。和优化内核。它是非常酷。
- 2022-04-19 19:53:20下载
- 积分:1
-
中国跳棋程序源码
用java编写的一个跳棋游戏程序,jdk1.5以上即可运行,并附有源代码,游戏界面很美观,是用来学习Java的不错的例子!界面比较美观,完全解压后才能运行,有利于菜鸟自学啦……望资源上传者能够更多地价格自己的资源进行分享,以及交流讨论!
- 2022-10-22 10:25:04下载
- 积分:1
-
MD5算法说明
MD5算法说明-MD5 Algorithm Description
- 2022-01-27 15:00:30下载
- 积分:1
-
用fdtd计算电磁场的程序,可模拟电磁场在介质中的传播!
用fdtd计算电磁场的程序,可模拟电磁场在介质中的传播!-fdtd calculated using electromagnetic procedures, can simulate the electromagnetic field of transmission medium!
- 2023-01-19 20:55:03下载
- 积分:1
-
leetcode可过OJ的Java代码
本人写的leetcode的Java版本答案,可过online judge。Github地址:https://github.com/SiyuanXing/leetcode.git
- 2022-02-12 08:08:37下载
- 积分:1
-
主要用于半导体激光器的调制程序的计算;…
主要用于计算半导体激光器调制的程序;可以针对常用的半导体激光器的调制进行数值分析-mainly used in the calculation of the semiconductor laser modulation procedures; can address common semiconductor laser modulation Numerical Analysis
- 2023-03-13 07:10:04下载
- 积分:1
-
C++ net time 读取网洛时间
C++ net time 读取网洛时间-C net Luo time reading time
- 2022-08-03 15:31:02下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
割线算法
* To find a solution to the equation f(x) = 0* given initial approximations p0 and p1:** INPUT: initial approximation p0, p1; tolerance TOL;* maximum number of iterations N0.** OUTPUT: approximate solution p or* a message that the algorithm fails.*
- 2022-01-25 15:06:45下载
- 积分:1
-
编写另一版本结构手册,有待学习并进一步提高
编写另一版本结构手册,有待学习并进一步提高-Another version of the structure of the preparation of manuals, to be learning and to further improve
- 2022-04-13 04:35:21下载
- 积分:1