登录
首页 » 算法 » 矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍

矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍

于 2022-11-26 发布 文件大小:94.25 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍- The matrix operation, concrete showing sees in the procedure, all has the detailed introduction in each procedure

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

发表评论

0 个回复

  • 1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度...
    1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度确定,不能改变)。 2.功能 a)数据库存储: 一个数据库存储于一个文件中,打开文件将数据库载入到内存。 保存时将内存中数据重新写到文件中去。 b)数据库管理: 提供数据库的创建,表的创建,字段的创建 提供对数据的查询,删除,修改,排序功能 c)支持SQL部分语句: 支持SELECT 和DELETE语句-1. Introduction of this program is pure C language based on a series of menu command-line database system. You can create multiple databases, database tables, fields. The type field which can only plastic, floating point, character and string (maximum length and can not be changed). 2. A function) database storage : a database stored in a document, the document will open the database to include memory. When will preserve memory data re-wrote a document. B) database management : to provide database creation, table creation, the field for the creation of data inquiries, delete, modify, sequencing feature c) some support SQL statement : support DELETE and SELECT statements
    2023-05-12 09:50:03下载
    积分:1
  • NSGA-Ⅱ多目标优化
    nsga2算法优化ZDT2测试函数。收敛到Pareto最优前沿,对于从事这方面算法工作的初学者们有很大的帮助。可以借鉴学习下
    2022-03-05 21:57:29下载
    积分:1
  • 机器臂,UKF和PF的对比程序
    这是一个在能量控制下的,作用PF和UKF对比的,机器人控制语言,主要是C#编写。PF使用重采样算法,能够看出在PF系统下比UKF更好的预测结果,但是却需要更多计算时间。
    2022-02-03 21:36:20下载
    积分:1
  • 共轭梯度求解有限元线性方程组,用列为20阶对称正定矩阵
    共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
    2022-03-31 01:59:29下载
    积分:1
  • 蓝桥杯-六角幻方-代码
    应用背景 这是蓝桥杯往年的一个题目,类似的题目有六角填数、4*4魔方阵等。题目如下图: 将1,2,3,...19填进去,图中已经填了两个数15和13,填完后要求每条直线上的数字之和相等,图中共有十五条直线。 关键技术代码在VS2010上运行。 设和为a, 则a*15/3=(1+19)/2*19  所以 a=38 前两个数已经填好,开始填第三个数,将满足vis=0的数依次填进去。填完第三个数,第一行已经形成了直线,判断第一行的和是不是38. 填完第七个数,新增加了一条直线(第二行),判断它的和。填完第八个数,增加了一条线(45°方向),判断其和。以此类推。程序关键是:每填完一个数,看有没有新增加的直线,并判断数字和,不能全部填完19个数再判断,因为计算量太大,程序运行不出来。
    2022-02-07 04:51:19下载
    积分:1
  • 手写字体的检测C++
    使用C++程序语言编写的手写字体识别程序。方法应用了深度学习的方法中的深度神经网络和玻尔兹曼机技术。内附了程序的使用说明。
    2022-05-17 18:43:19下载
    积分:1
  • ids classification algorithms csharp
    ids classification algorithms csharp-ids classification algorithms csharp
    2022-03-18 23:19:29下载
    积分:1
  • rand.rar随机数发生器的C++代码
    rand.rar 随机数生成C++代码-rand.rar random number generator C++ code
    2022-08-18 16:40:35下载
    积分:1
  • 3d cylinder vortex meshing
    3d cylinder vortex meshing
    2022-02-12 07:27:22下载
    积分:1
  • A program to demonstrate the optimization process of ant colony optimization for...
    A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
    2022-02-19 22:51:42下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载