-
CHOLESKI_ 算法
以因子正定 N 由 N 矩阵 A 的 LL * * T,
L 在哪里低三角。
输入: 维度 N;1 条目 A(I,J) < = I J < = A.N
输出: 条目 L(I,J) 1 < = J < = I 1 < = I < = L.N
条目 U = L * * T 是 U(I,J)=L(J,I),我 < = J < = N,1 < = I < = N
- 2022-08-26 04:44:12下载
- 积分:1
-
纯软件的光线追踪算法 可以满足你的要求
纯软件的光线追踪算法 可以满足你的要求-pure software ray tracing algorithm can satisfy your request
- 2023-05-21 11:20:04下载
- 积分:1
-
一个菲波拉契数列的DEMO程序
一个菲波拉契数列的DEMO程序-a Fibonacci series of procedures DEMO
- 2023-07-27 09:45:04下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
基于神经网络的高校科研能力评估研究
资源描述通过对20所高校的科研能力进行了调研和评价,选取其中较为重要的11个评价指标的数据,并结合离散Hopfield神经网络的联想记忆能力,建立离散Hopfield高校科研能力评价模型,并对其进行仿真测试。
- 2022-01-26 01:23:35下载
- 积分:1
-
C++ 数据结构 源码
谭浩强版本的C语言教材或C++教材,书本上主要的程序讲解,实例,在包中都基本已经包含了的
另外包含了一个用C语言实现的基本的公交车系统
- 2023-01-08 15:50:03下载
- 积分:1
-
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。...
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。-From. Txt file to read data, and data Haar wavelet transform and compression operations.
- 2022-08-25 09:02:02下载
- 积分:1
-
opencv人脸检测程序
在vs2010环境下,使用c++对opencv进行配置使用,本程序是在配置成功后为大家进行人脸检测的程序,可以对所有正脸进行检测追踪。是一个非常方便简单的程序,但是效果十分好。
- 2023-02-22 19:30:04下载
- 积分:1
-
n皇后问题的进阶解法,算法简单,注意输入的N可能没有解,比如2...
n皇后问题的进阶解法,算法简单,注意输入的N可能没有解,比如2-n Queen of the intermediate solution, the algorithm is simple, pay attention to the N input may not solved, such as the two
- 2022-07-08 20:45:07下载
- 积分:1
-
classic Chinese Remainder Theorem solving program, you have to import the soluti...
经典的中国剩余定理求解程序,输入你所要解的同余式即可按定理求解!-classic Chinese Remainder Theorem solving program, you have to import the solution congruence theorems can be solved by!
- 2022-02-24 09:16:20下载
- 积分:1