-
MATALB 程序
说明: 这是张小飞的阵列信号的全部MATLAB代码,内容详尽!(This is zhang xiaofei's array signal all MATLAB code, the content is detailed)
- 2021-04-27 11:08:45下载
- 积分:1
-
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出No...
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.-4. Establish an orderly sequence (10,30,35,50,56,100,120) using binary search method in this table as a whole you, if the output is found in this round table position serial number, Otherwise output Not found.
- 2023-05-10 10:35:04下载
- 积分:1
-
StaMPS_v3.2.1.tar
stamps软件,处理PS-InSAR的软件,hooper(stamps method for ps-insar)
- 2012-02-06 00:17:23下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
Crawling data
用来爬取天天基金中的股票型基金净值信息代码(Used to crawl the net value information code of stock funds in Tiantian Fund)
- 2018-12-23 12:22:08下载
- 积分:1
-
EDA考试的五种题目编程,其中包括五人表决器,抢答器,乘法器,自动售货机等,
编译环境为ISE,程序语言VHDL...
EDA考试的五种题目编程,其中包括五人表决器,抢答器,乘法器,自动售货机等,
编译环境为ISE,程序语言VHDL-eda text ise vhdl
- 2023-05-09 05:55:03下载
- 积分:1
-
ddispersion (2)
用于非线性材料的二阶色散,即群速度色散,对非线性过程的相位匹配有一个很好的评估,带图像(it is useful to calculate two-order dispersion,)
- 2017-11-14 09:36:27下载
- 积分:1
-
TMQTTClient-delphi
delphi mqtt通讯。没有用到第三方的控件。可以在delphi7编译通过。(Delphi mqtt communication. No third-party controls are used. It can be compiled and passed in Delphi 7.)
- 2018-12-08 12:49:05下载
- 积分:1
-
Mouse programming tht can be added as a component as Graphical Programmin
Mouse programming tht can be added as a component as Graphical Programmin
- 2022-10-19 09:40:03下载
- 积分:1
-
CAN code
聂飞平教授提出的新的聚类方法CAN,是一种新的聚类方法,可以有效的处理各种数据(CAN, a new clustering method proposed by Professor Nie Feiping, is a new clustering method, which can deal with various data effectively)
- 2021-03-22 19:59:16下载
- 积分:1