登录
首页 » 算法 » LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。...

LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。...

于 2022-07-18 发布 文件大小:66.57 kB
0 99
下载积分: 2 下载次数: 1

代码说明:

LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。-LDL decomposition source. Import data from the document, compiled the results after the operation output in the output document.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 隐马尔可夫模型,训练阶段数据必须给予模型。
    hmm model, training phase data has to be given to the model .-hmm model, training phase data has to be given to the model .
    2022-02-06 05:00:23下载
    积分:1
  • pitch detection
     代码用于检测给定的语音信号的音调轮廓。
    2022-06-30 14:20:35下载
    积分:1
  • 分形云
    分形云(或灰尘)开始形成从一个用户定义的点P(A,B,X,Y),并通过大量的重复一些变换得到一些很酷的照片。因为事实上,我们可以顺着小径起点是离开(P0开始吧,p1-1st迭代,P2第二,的…PX即点图)图也被称为轨道(轨迹)的动态系统。得到一个粗鲁的估计是,B,X和Y是很好用的我你准备好clouds.xls。1 6张显示计算的序列这里给出的模式实例1 6。x()表显示图形的样子计算序列低接参数(有一些评论为什么)。提交575 K因为xls文件。
    2022-01-24 12:31:54下载
    积分:1
  • 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运的表达式,恰好用上这这个整数各一次,计结果为24,超出时间为...
    一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序的数组,则可以降低一个组合数的数量级别;二、使用动态规划中的备忘录方法,比如你计算出2和3所有可能的计算结果,则他们与4结合的时候,要用到,与1结合的时候,也要用到,使用备忘录,可以只计算一次,大大降低运算复杂度。 三、设计 整体设计:分别设计4个类:游戏、表达式、运算、分数,各司其责,结构清晰,易于扩展。 -First, the preamble 24-point game is a common game, give the title are four integer requiring answer within a specified period of time in a four calculations give the expression, just use that the integral of the time, results for the 24, beyond the time to lose. Second, analysis Use computers to count the title, the search speed of course, there is a great advantage, I enjoy taking generic programming that does not restrict the importation of the volume and the number of results, and even limiting the number of operators. So on a large number of combinations, if you
    2022-04-21 18:17:05下载
    积分:1
  • 经典循环赛日程表
    经典循环赛日程表算法-classic round robin schedule algorithm
    2023-05-19 15:40:03下载
    积分:1
  • Numerical Recipes in C++ 书中的程序的源代码
    Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program"s source code
    2022-10-01 16:05:03下载
    积分:1
  • 最小二乘在曲线拟合中的运用,工程上运用很多。
    最小二乘法在曲线拟合中的运用,工程上运用很多。-err
    2022-05-12 19:13:44下载
    积分:1
  • 本文件为线性方程组求解的指导,并赋有代码
    本文件为线性方程组求解的指导,并赋有代码-This document is for the linear equations to solve the guidance of, and are endowed with the code
    2022-04-02 03:14:45下载
    积分:1
  • 不能移动的石子合并
    资源描述做如下两个模型的石子合并,如下模型石子都不能移动出列,且合并都仅发生在相邻两堆石子中: (1)第一个模型:一行排列且相邻合并 有n堆石子A1,A2,...,An形成一行,每堆石头个数记为ai(1
    2022-03-06 16:38:01下载
    积分:1
  • dxf 读取
    应用背景Build Instructions: Make sure you have autoconf, swig, texinfo, python-dev, build-essential packages or equivalent installed via your package manager. cd libredwg ./autogen.sh && ./configure && make && sudo make install cd ../dxflib ./configure && make && sudo make install cd .. Once the above dependencies have been built, edit /usr/local/include/dwg.h, and rename the THICKNESS constant (or add _ to end). It conflicts with another constant included in the converter, but is not used itself. After that, just run "make". That"s it! 关键技术GNU LibreDWG 是一个免费开源的 C 库用来处理 DWG 文件,这
    2022-12-18 16:30:03下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载