登录
首页 » 算法 » 对公司的主要宗旨的实现计算组件和功能…

对公司的主要宗旨的实现计算组件和功能…

于 2022-07-08 发布 文件大小:19.99 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

运算器部件的实现和功能 主要为学习计算机组成原理的同学 提供-computing components and functions of the realization of the main tenets of computer components provide students

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

发表评论

0 个回复

  • Lsr2d
     LSR2D - Build projection matrix L for straight rays in 2D. % Input %    Tx: transmitter coordinates, nTx by 2 %          1st column contains X coordinates, 2nd contains Z coordinates %    Rx: receiver coordinates, nRx by 2 %          1st column contains X coordinates, 2nd contains Z coordinates %    grx: vector of X coordinates of cell boundaries (sorted increasing) %    grz: vector of Z coordinates of cell boundaries (sorted increasing) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-13 10:35:57下载
    积分:1
  • C均值聚类随机点
    模糊聚类分析作为无监督机器学习的主要技术之一,是用模糊理论对重要数据分析和建模的方法,建立了样本类属的不确定性描述,能比较客观地反映现实世界,它已经有效地应用在大规模数据分析、数据挖掘、矢量量化、图像分割、模式识别等领域,具有重要的理论与实际应用价值,随着应用的深入发展,模糊聚类算法的研究不断丰富。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功C,本算法用了几十个随机点的聚类来简单的阐述C++算法的基本原理,
    2022-01-22 00:13:22下载
    积分:1
  • HRV频率分析
    计算使用FFT,AR,和Lomb-Scargle频率域HRV
    2023-04-13 05:35:03下载
    积分:1
  • 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符...
    设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a string B. Operation of characters are talking about here include: 1. Delete a character 2. Insert a character 3. Will be replaced by one character to another character will be transformed into a string A string of at least B operand used by A to B is called the edit distance is extremely d (A, B). Design an algorithm to calculate any two of the string edit distance.
    2022-01-26 03:32:59下载
    积分:1
  • basic huffman code, visual c
    basic huffman code, visual c-basic huffman code, visual c++
    2022-03-16 14:22:58下载
    积分:1
  • 最大生命周期的贪婪连通控制集构造
    应用背景算法有三个阶段组成,在第一个阶段生成一个最大生命周期的独立集,在第二个阶段,通过Steiner树连通生成的极大独立集,并保证选择Steiner节点来连通控制集,仍要保证尽可能的满足最大生命周期,第三个阶段,通过删除冗余的控制节点来减少cds规模。关键技术减小cds的规模,在这个阶段,我们通过将一些冗余控制节点变为被控制节点来减小cds的规模。一个控制节点v是冗余的,如果我们删除节点v之后,产生的cds仍可以控制图中所有的飞cds节点,且仍是连通的。此时,节点v可以被cds中的其他节点所控制。删除冗余节点遵循某些规则,算法中有体现!
    2022-05-08 16:40:01下载
    积分:1
  • 非常快的字符搜索。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER...
    非常快的字符搜索算法。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER -characters very fast search algorithm. Note : uploads, I wonder why, when the C programming language elected BUILDER, the category is not an option, so I have elected to VCC, is the actual C BUILDER
    2022-03-25 14:59:46下载
    积分:1
  • 眼睛闪烁
    这个项目是一个眼睛跟踪和闪烁检测使用 opencv 库、 算法的第一步是找到眼区域,然后模板匹配算法用于跟踪、 下一步是眨眼检测、 眨眼检测算法的第一步是要减去从最后一个图像,然后阈值结果与某一值,当前的眼睛图像和终于形态运算符 (开放) 用于筛选从噪音。
    2023-04-09 08:20:03下载
    积分:1
  • 这个代码执行术运。这只是一个计器。非常…
    This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C-This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
    2022-03-01 14:40:36下载
    积分:1
  • 雅可比迭代解线性方程组 这个也是计中另一种 求解线性方程组的计程序...
    雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
    2022-03-22 12:52:53下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载