-
蓝桥杯十六进制转换八进制
说明: 十六进制转换八进制,可以把一个十六进制的数转换成八进制(Hexadecimal to octal, you can convert a hexadecimal number to octal)
- 2020-04-25 22:27:57下载
- 积分:1
-
ofdm_EM_channel
基于OFDM系统的信道估计算法研究,包括OFDM系统仿真和基于导频的信道估计算法(Research on channel estimation algorithm based on OFDM system)
- 2017-11-01 10:52:54下载
- 积分: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
-
the boat are so strong that it can afford two item
the boat are so strong that it can afford two item
- 2022-02-13 07:50:28下载
- 积分:1
-
Flash图片广告特效 广告切换
Flash图片广告特效 广告切换,可调节横幅banner的尺寸,功能说明:Flash格式,可灵活的调用图片,可上下翻页,修改尺寸:var FP = new zadaiFlash("flipper.swf", "FP_L_swf", 950, 90, "7", "#FFFFFF", false, "High");
- 2022-03-25 21:07:38下载
- 积分:1
-
圆柱拟合
可以进行圆柱的拟合,保存成TXT文件,复制到matlab中即可运行(It can fit cylinders, save them as TXT files and copy them to matlab to run.)
- 2020-06-21 01:40:01下载
- 积分:1
-
登录窗体的验证,可以使得验证更加容易实现,
登录窗体的验证,可以使得验证更加容易实现,-Login Window certification, certification can be made more easily achieved,
- 2022-03-19 21:10:31下载
- 积分:1
-
埋藏史计算软件,用于石油系统;非原创,欢迎下载交流
埋藏史计算软件,用于石油系统;非原创,欢迎下载交流-Burial history calculation software for the oil system non-original, welcome to download the exchange of
- 2022-06-21 22:51:25下载
- 积分:1
-
XilinxFPGA器件的底层硬件设计技巧
XilinxFPGA器件的底层硬件设计技巧-XilinxFPGA the bottom of the device hardware design techniques
- 2022-08-04 10:23:51下载
- 积分:1
-
enfcm
实现ENFCM图像分割(Realization of ENFCM image segmentation)
- 2020-11-21 16:59:35下载
- 积分:1