-
gprs read data simple.
atmega8 with communication by com port with meastro heri...
gprs read data simple.
atmega8 with communication by com port with meastro heritage
- 2022-07-13 21:01:59下载
- 积分:1
-
VC++拼图游戏 智能打散
九宫格拼图游戏,基于VC++的拼图游戏,可智能打散图片,玩法,相信都知道怎么玩吧?点击空白处的图片到方块中,组合成一个完整的图片。游戏可适时显示游戏次数,自制的个性拼图,分享快乐。
- 2023-04-18 00:25:03下载
- 积分:1
-
rrdddwq
这是运用LabVIEW图形化编程语言开发虚拟数字滤波器的方法,对数字滤波器原理的分析。提出了利用虚拟仪器软件平台构建数字滤波器的设计思想,并在此基础上开发出了一套数字滤波器实例(This is the use of LabVIEW graphical programming language to develop a virtual digital filter methods, the principle of the digital filter analysis. Proposed the use of virtual instrument software platform for building a digital filter design, and on this basis to develop a set of examples of digital filter)
- 2009-04-10 00:52:59下载
- 积分:1
-
image_example
image decomposition example for python
- 2020-06-16 12:40:02下载
- 积分:1
-
例题
初学随机过程在MATLAB仿真上会有不懂,关于谱密度的几个例题(Some examples about spectral density are not clear in MATLAB simulation of initial stochastic process.)
- 2020-06-24 19:20:02下载
- 积分:1
-
二叉树遍历图形化界面
说明: 二叉树遍历图形化界面展示,课程设计。能够实现前序、中序、后序遍历。并实现良好的图形化界面及单步演示功能。(Binary tree traversal graphical interface display, course design. It can traverse pre-order, middle-order and post-order. And realize a good graphical interface and single-step presentation function.)
- 2020-03-01 17:52:33下载
- 积分: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
-
滤波法
说明: A、名称:限幅滤波法(又称程序判断滤波法)
B、方法:
根据经验判断,确定两次采样允许的最大偏差值(设为A),
每次检测到新值时判断:
如果本次值与上次值之差A,则本次值无效,放弃本次值,用上次值代替本次值。
C、优点:
能有效克服因偶然因素引起的脉冲干扰。
D、缺点:
无法抑制那种周期性的干扰。
平滑度差。(A. Name: Limited filter method (also known as program judgement filter method)
B. Method:
Based on experience, the maximum allowable deviation (set to A) of two sampling times is determined.
Judge each time a new value is detected:
If the difference between the current value and the previous value is
- 2020-06-24 18:20:01下载
- 积分:1
-
forth
说明: 植被指数计算
% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850)(% VARI=(R530-R675)/(R530+R675-R450)
% NDVI=(R850-R675)/(R850+R675)
% CIgreen=(R850-R530)-1
% CIre=(R850/R730)-1
% MTCI=(R850-R730)/(R730-R675)
% mNDblue=(R450-R730)/(R450+R850))
- 2019-09-23 21:49:56下载
- 积分:1
-
diffusionTest
说明: 非线性扩散滤波,matlab程序,适用于SAR图像,kaze算法。(Nonlinear diffusion filtering, kaze algorithm.)
- 2019-05-15 14:47:14下载
- 积分:1