-
PPTcompressive_sensing
一个牛人写的关于压缩感知的PPT,浅显易懂的介绍了压缩感知的知识,对于初步学习压缩感知理论的新人比较有用。(Written by a cow on compressed sensing PPT, easy to understand introduced knowledge of compressed sensing, preliminary study for the compressed sensing theory of new more useful. )
- 2016-04-19 19:16:03下载
- 积分:1
-
Isaac_Newton_Philosophiae_naturalis_principia_mat
Isaac Newton Philosophiae naturalis principia mathematica
- 2009-05-16 00:19:54下载
- 积分:1
-
wang2013.pdf
一篇关于matlab仿真锁模激光器的文献,附有matlab code(Comparison of numerical methods for modeling laser mode-locking with saturable gain, with Matlab code)
- 2018-11-01 14:10:54下载
- 积分:1
-
移动通信系统中的通信信号调制的MATLAB仿真,包括BPSKQPSK等调制方法...
移动通信系统中的通信信号调制的MATLAB仿真,包括BPSKQPSK等调制方法-Mobile communication systems Communications of the MATLAB simulation of signal modulation, including BPSK QPSK modulation method, etc.
- 2023-06-09 04:50:03下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "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 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float 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, p
- 2022-03-22 16:15:25下载
- 积分:1
-
*银江行情接口规范V1.02,包含股票分析软件所需的基本数据结构。...
*银江行情接口规范V1.02,包含股票分析软件所需的基本数据结构。
-* Quotes Interface Specification Yinjiang V1.02, stock analysis software contains the basic data structure.
- 2022-03-22 20:15:28下载
- 积分:1
-
多功能计算器
void
mainmenu() /*主菜单*/
void
Integermenu /*整数运算的菜单*/
void
realnumbermenu() /* 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-12 13:04:39下载
- 积分:1
-
三跨斜拉桥
说明: 本命令流为三跨斜拉桥的命令,用apdl进行编制,供参考(This command flow is a three-span cable-stayed bridge command, compiled with apdl for reference)
- 2021-03-19 12:49:19下载
- 积分:1
-
xian2
说明: 通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1
-
read_grib2
在matlab中读取grib文件,GRIB 码是与计算机无关的压缩的二进制编码,主要用来表示数值天气预报的产品资料。现行的GRIB 码版本有GRIB1 和GRIB2 两种格式。(Reading grib file in matlab, GRIB code is a computer-independent compression binary code, which is mainly used to represent the product data of numerical weather forecast. The current version of GRIB code has two formats: GRIB1 and GRIB2.)
- 2020-06-20 19:20:02下载
- 积分:1