-
高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序...
高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
- 2022-07-07 19:04:25下载
- 积分:1
-
用C# 生成128CODE条形码图片
应用背景扫描枪在扫描货品条码时,虽然可以在电脑上显示出扫描到的数字,但是不能显示条码图片。我们在应用的过程中可能需要将条码一起打印出来显示在一张A4纸上。所以可以利用这个类生成相应的128条形码图片,然后插入到word中,并将相应的条码(包含条码图形)打印出来。这类应用在仓库管理中应用较多,比如要把一个货架上的所有箱码打印显示在A4纸上。然后扫描枪只要扫描这张纸上的条码就可以知道这个货架上有哪些货。关键技术代码的核心是它将128码的码制定义在一张DataTable表中,这个表中记录了每个数字和字母对应的条形码编号,用这些编号来生成条形码。比如你给一串数字,要生成一个条形码时,代码会取出这串数字每个数,然后查询这张表格,记录每个数在表格中对应的位置。这些索引形成一个list,然后根据这个list生成一个bimap,最后保存为图片。
- 2022-12-19 03:25:02下载
- 积分:1
-
Hidden Markov classic algorithms, as well as generic algorithms, linux environme...
隐MARKOV经典算法,也是通用算法,linux环境,可以移植到windows-Hidden Markov classic algorithms, as well as generic algorithms, linux environment, can be transferred to the windows
- 2023-01-16 17:00:04下载
- 积分:1
-
Simulation of Ant Colony Algorithm for Routing in the Internet, given normal cir...
蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
- 2022-05-16 14:04:48下载
- 积分:1
-
rapid power level with the previous two are together
快速幂级2 跟前面的是一起的-rapid power level with the previous two are together
- 2022-10-07 18:05:02下载
- 积分:1
-
外部排序算法C++实现
这是我们数据结构与算法设计的一次作业,是一个外部排序的算法实现,希望对刚刚学数据结构的同学有一点帮助。
- 2022-01-26 02:10:11下载
- 积分:1
-
梯度函数的逆。我已经提供了1个版本的工作
The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
- 2022-06-02 09:40:06下载
- 积分:1
-
上证指数开盘指数变化趋势和变化空间预测研究
资源描述本程序利用SVM对进行模糊信息化后的上证每日的开盘指数进行了变化趋势和变化空间的预测。
- 2022-03-06 09:38:48下载
- 积分:1
-
基于opcv的实例程序,提供源码,欢迎下载
基于opcv的实例程序,提供源码,欢迎下载-Based on opcv instance procedures to provide source code
- 2022-02-22 06:18:21下载
- 积分:1
-
二维元胞自动机模拟
二维元胞自动机模拟-疯云游戏。元胞自动机 (复数的元胞自动机,缩写。加利福尼亚州) 的可计算性理论、 数学、 物理、 复杂性科学、 理论生物学和微观组织模拟研究了一类离散模型。元胞自动机也称为细胞空间、 镶嵌机、 均匀的结构,细胞结构、 镶嵌结构和迭代数组。在该例中探讨了模式生成的二维元胞自动机规则只取决于给定的单元格周围的黑细胞数目。每个规则陈列大量的步骤运行时其独特的行为。
- 2022-08-19 00:33:55下载
- 积分:1