-
逐步演示试用modelsim建立仿真的过程,初学者应该
逐步演示试用modelsim建立仿真的过程,初学者应该-Step by step demonstration of the trial to establish modelsim simulation process, beginners should look at the
- 2022-03-25 11:44:30下载
- 积分:1
-
很好的C++学习课件,内容很全面,讲解也很详细.
很好的C++学习课件,内容很全面,讲解也很详细.-Good C++ Learning courseware, content is very comprehensive, very detailed brief.
- 2023-07-04 03:30:04下载
- 积分:1
-
可以看看啊!对学习操作系统又急于做课程设计的同学有帮助!!1...
可以看看啊!对学习操作系统又急于做课程设计的同学有帮助!!1-Can look at ah! Also eager to learn the operating system to do the curriculum design has helped the students! ! 1
- 2022-01-24 13:31:57下载
- 积分:1
-
这是关于802.11协议如何让接受,如何发送数据包的一个很精彩.希望对大家有所帮助...
这是关于802.11协议如何让接受,如何发送数据包的一个很精彩.希望对大家有所帮助-This is the 802.11 protocol on how to get accepted, how to send packets of a very splendid. Hope to help everyone
- 2022-07-24 10:37:01下载
- 积分:1
-
最短路径c++实现
实现对图的一个指定的操作或用图解决一个应用问题问题描述:n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度.现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短.设计一程序求解此问题. 基本要求:用邻接矩阵表示无向网,应显示所选中的村庄到各村庄的最短距离。
- 2022-11-20 16:35:03下载
- 积分:1
-
mlp_v061693是一个网上看电影和电视的工具,它和PPPLAY,PP LIVE一样,满好用的。...
mlp_v061693是一个网上看电影和电视的工具,它和PPPLAY,PP LIVE一样,满好用的。-mlp_v061693 is an online movies and television tool, and PPPLAY. PP LIVE, full user-friendly.
- 2022-11-24 01:20:03下载
- 积分:1
-
some avr jtag schematics
some avr jtag schematics
- 2022-03-29 14:47:18下载
- 积分: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
-
用HFSS仿真的微带天线,初学HFSS的朋友可以使用一下
用HFSS仿真的微带天线,初学HFSS的朋友可以使用一下-using HFSS simulation microstrip antenna, beginner HFSS friends can use this
- 2022-08-15 11:35:51下载
- 积分:1
-
This system is a competition I took part in ESRI works mainly use the GIS capabi...
本系统是我参加ESRI大赛的一个作品
主要利用GIS功能对水土流失模型USLE中的各个因子的提取(如根基降雨量站点插值生成等值线,利用等高线生成TIN提取坡度,坡向等)再生成专题图输出。系统包含数据采用的ACCESS,有对数据库的通用操作,以及各种绘图分析,如对年、月、日的降雨量,流量等的图形对比分析等等。系统功能还算比较完善。
是基于VB6.0+ArcEngine9.2开发,皮肤界面用的是Activebar3.0
里面的数据比较大,不便上传,需要的可向我索要。-This system is a competition I took part in ESRI works mainly use the GIS capabilities of the USLE soil erosion model for the extraction of the various factors (such as the foundations of rainfall site, contour interpolation, using contour lines generated TIN extraction slope, aspect, etc. ) and then generate the thematic map output. System contains the data used in ACCESS, there is a common database operations, and a variety of mapping analysis, such as year, month, day of rainfall, flow, etc. graphic correlation and so forth. Relatively perfect system functions fairly. Is based on VB6.0+ ArcEngine9.2 development, the skin interface, using a relatively large data inside Activebar3.0, inconvenience upload, need to be to my request.
- 2023-06-23 08:40:03下载
- 积分:1