-
JPEG解码
JPEG的解压算法,可以帮助初学者明确了解JPEG格式信息,对照代码可以明白数据标识码在那边表示,也可以修改他们做出相应调整。对于刚接触JPEG格式的人来说是有用的。
- 2022-04-11 10:46:23下载
- 积分:1
-
用C语言实现的各种算法,可以用于参考。适合于初学者,或者需要了解算法在c语言中的实现的朋友们。...
用C语言实现的各种算法,可以用于参考。适合于初学者,或者需要了解算法在c语言中的实现的朋友们。-Using C language to achieve a variety of algorithms can be used for reference. Suitable for beginners, or need to understand the algorithm in c language realize friends.
- 2022-01-20 22:53:39下载
- 积分:1
-
可以进行无限制的整数计算
可以进行无限制的整数计算-can unrestricted rounding
- 2022-02-14 01:33:35下载
- 积分:1
-
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2023-08-17 15:20:03下载
- 积分:1
-
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算...
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
- 2023-06-02 04:45:03下载
- 积分:1
-
a_star_pathfinder明星路径可以用来研究路由方法的发展。
a_star_pathfinder A星路径寻找可以用来学习寻路的方法 可以用到很多地方 比如脱机的AI寻路就可以用到他 -a_star_pathfinder A Star path finding can be used to study routing methods can be used in many places such as the AI offline Wayfinding can be used on him
- 2022-02-04 14:10:32下载
- 积分:1
-
点到线段距离,在进行画图时,在选择线时有重要作用,
点到线段距离,在进行画图时,在选择线时有重要作用,-Point to a line distance
- 2022-12-25 12:00:03下载
- 积分:1
-
基本矩阵运算
它是包括矢量和矩阵加,减,乘,转置和逆一个简单的矩阵操作包。
- 2022-08-17 07:07:47下载
- 积分:1
-
数值分析中的分段线性插值问题,程序中含插入点个数输入界面。...
数值分析中的分段线性插值问题,程序中含插入点个数输入界面。-Numerical Analysis of piecewise linear interpolation, the program containing the insertion point in the number of input interfaces.
- 2023-08-25 20:45:02下载
- 积分:1
-
蚁群算法在数值方法中的应用以及求解最优化函数的极值问题...
蚁群算法在数值方法中的应用以及求解最优化函数的极值问题-Ant Algorithm in numerical methods and applications to solve the optimization problem function extremum
- 2022-05-30 08:56:54下载
- 积分:1