登录
首页 » 算法 » 多元数组得各类运算

多元数组得各类运算

于 2022-07-17 发布 文件大小:1.07 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

多元数组得各类运算-multiple arrays in various operations

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

发表评论

0 个回复

  • C语言实现GBK与UTF-8编码的转换
    C语言实现GBK与UTF-8编码的转换
    2022-02-26 11:13:22下载
    积分:1
  • fpga直流电机程序
    资源描述大家互相学习,共同进步!fpga也是比较好的!
    2022-07-12 08:01:57下载
    积分:1
  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • 一个二十四点的游戏
    一个二十四点的游戏-a 24-point game
    2023-08-21 01:10:03下载
    积分:1
  • Win32 Assembly to write small programs, including Source Code!
    -Win32 Assembly写的小程式,含 Source Code! -工程计算机,可达112 bits !--Win32 Assembly to write small programs, including Source Code!- Works the computer, up to 112 bits!
    2023-06-10 01:35:04下载
    积分:1
  • 二叉树排序输出
    应用背景 此算法容易被理解,运用,或会有更大的利用价值,用于实际生活中,例如甲地到达乙地,可以用此二叉树发现不同路线供使用人使用。或正在学习有关二叉树的初学者们使用,此代码更容易被初学者学习和使用,此代码是用五个节点,也可以发展到更多的节点。 关键技术 用五个节点的二叉树的排序输出,涉及到先序便利,中序便利,后序便利,运用六个节点使用其相应的便利方式是问题得到不同的方案,二叉树进行展示,可以用于三种二叉树学习,用于实际生活中,例如甲地到达乙地,可以用此二叉树发现不同路线供使用人使用。
    2022-09-01 01:35:03下载
    积分:1
  • 一个用来计矩阵运的函数库,希望对大家有用
    一个用来计算矩阵运算的函数库,希望对大家有用-One used to calculate the matrix operations of the library and hope for all of us
    2023-06-13 21:55:05下载
    积分:1
  • EStereo/Stereo Plus
    EStereo is a C++ library that enables to perform real-time dense stereo from 2 or 3 rectified images. StereoPlus is a GUI-based application allowing a user to load images and compute their disparity image and visualize/manipulate their 3D reconstruction (requires DirectX 9.0 or higher). 
    2022-06-13 01:41:19下载
    积分:1
  • 0 / 1背包问题是一个N P
    0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0/1 knapsack problem is a P-complex issues, in order to solve the problem, and will be used backtracking algorithm to solve the problem. As to the choice of a subset of object, they will load a backpack, in order to obtain the greatest profits, the solution should be organized into space subset of the shape of the tree (Figure 1 6-2 below). The backtracking algorithms and 4. Two loading problem is very similar. Forming a recursive algorithm to get the maximum benefit available. Then, this algorithm is modified to form code. Improved code can be found at the maximum benefits included in the backpack of a collection of objects.
    2022-02-26 09:06:08下载
    积分:1
  • SPHysics - SPH Free-surface Flow Solver
    SPHysics is a platform of Smoothed Particle Hydrodynamics (SPH) codes inspired by the formulation of Monaghan (1992) developed jointly by researchers at the Johns Hopkins University (U.S.A.), the University of Vigo (Spain), the University of Manchester (U.K.) and the University of Rome La Sapienza (Italy). Developed over a number of years primarily to study free-surface flow phenomena where Eulerian methods can be difficult to apply, such as waves, impact of dam-breaks on off-shore structures.
    2022-05-26 05:01:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载