登录
首页 » 其他项目 » You need to download the general purpose toolbox and the signal toolbox. Y...

You need to download the general purpose toolbox and the signal toolbox. Y...

于 2022-03-12 发布 文件大小:615.00 B
0 260
下载积分: 2 下载次数: 1

代码说明:

You need to download the general purpose toolbox and the signal toolbox. You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory. -You need to download the general purpose toolbox and the signal toolbox. You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory.

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

发表评论

0 个回复

  • 基本操作的基本操作是四大操作,符号…
    浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
    2022-05-22 17:45:03下载
    积分:1
  • 是一个赛车的游戏 有远代码 可以正常运行 希望和大家在一起 讨论 关注...
    是一个赛车的游戏 有远代码 可以正常运行 希望和大家在一起 讨论 关注-Is a racing game has much code can be the normal operation of the hopes and everyone together to discuss issues
    2022-05-29 10:38:00下载
    积分:1
  • linux下的俄罗斯方块,程序短小精悍,代码仅有不到100k,适合于初学C++语言想看看大程序结构的同行们。...
    linux下的俄罗斯方块,程序短小精悍,代码仅有不到100k,适合于初学C++语言想看看大程序结构的同行们。-Russia under linux box, procedures small and code with less than 100k, suitable for a novice C language to look at the program structure counterparts.
    2022-12-28 22:30:04下载
    积分:1
  • 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn...
    算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
    2022-03-02 12:22:07下载
    积分:1
  • 介绍属性包 IPersistPropertyBag 接口的实现方法和调用方式。属性包,是以“名称...
    介绍属性包 IPersistPropertyBag 接口的实现方法和调用方式。属性包,是以“名称 - 值”的方式提供组件持续性的支持,而“名称 - 值”恰恰又适合于用文本方式来表现。下面的片段是在 HTML 中插入 Microsoft MonthView Control ActiveX 控件后的样式: -briefing packet attributes IPersistPropertyBag interface method and the use of methods. Attribute packets based on the "name-value" component in the form of continuing support, and "name-value" precisely tailored to the text mode is used to show. The following is the HTML fragment inserted Microsoft ActiveX Control MonthView the Styles :
    2022-05-18 23:18:47下载
    积分:1
  • 改进的虚拟激励法,用于大型结构的随机频域计算,在建筑、航天、机械领域已得到广泛的应用。...
    改进的虚拟激励法,用于大型结构的随机频域计算,在建筑、航天、机械领域已得到广泛的应用。-Improved pseudo-excitation method for the large-scale structure of random frequency-domain calculation, in the construction, aerospace, mechanical field has been widely used.
    2023-01-07 09:20:03下载
    积分:1
  • Python简单的基于角色的访问控制
    一个简单的基于角色的Python访问控制实用程序。
    2023-01-08 13:30:03下载
    积分:1
  • 一种快速准确的网络入侵检测系统
    2022-02-05 09:00:19下载
    积分:1
  • 用c++实现的模拟自动取款机功能的代码!
    用c++实现的模拟自动取款机功能的代码!-Using c++ implementation of analog automatic teller machine function of code!
    2022-03-31 17:05:55下载
    积分:1
  • 在MATLAB环境中的WCDMA Design using Simulink,和功能演示.对做第三代移动通信仿真非常有用...
    在MATLAB环境中的WCDMA Design using Simulink,和功能演示.对做第三代移动通信仿真非常有用-in MATLAB environment WCDMA Design using Simulink. and functional demo. right to do the 3rd Generation Mobile Communication Simulation very useful
    2022-05-22 07:11:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载