-
运放设计的一些注意点,如何实际一个稳定的运放的一些小技巧...
运放设计的一些注意点,如何实际一个稳定的运放的一些小技巧-OPAMP design point some attention to how real a stable OPAMP some tips
- 2022-02-13 23:16:07下载
- 积分:1
-
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教...
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教-With E written in a simple game, for the first time doing the not very good, please the exhibitions
- 2022-02-01 18:35:11下载
- 积分:1
-
对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加...
对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加-The signal of the superimposed display and spectrum simulation, the main signal is the superposition of SIN
- 2022-03-21 22:26:59下载
- 积分:1
-
easyarm2200 the entire CD
easyarm2200整个光盘内容,包括在ADS的实验,UCOS的移植,以及在ucos下的实验,还有部分软件,有了这个就全了-easyarm2200 the entire CD-ROM content, including the ADS experiment, UCOS transplant, as well as in the experiment under uCOS, there are some software, with this on a wide
- 2022-04-22 08:09:36下载
- 积分:1
-
labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压...
labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压-LabVIEW courseware materials with the book. The production of detailed, for reference. A total of 6 parts, download decompression unification
- 2022-01-25 15:20:12下载
- 积分:1
-
上载的是c++源代码
上载的是c++源代码-uploaded the source code is c
- 2022-03-26 05:09:19下载
- 积分:1
-
用vb实现快速傅立叶变换,运行速度达到最优化,可以c代码媲美,因此可以实现实时傅立叶变换。实现模块化,直接作为一个模块调用即可,非常方便!...
用vb实现快速傅立叶变换,运行速度达到最优化,可以c代码媲美,因此可以实现实时傅立叶变换。实现模块化,直接作为一个模块调用即可,非常方便!-with vb fast Fourier transform, speed of operation to achieve the most optimized code can be comparable to c, it can achieve real-time Fourier transform. To achieve modular, as a direct call modules can be very convenient!
- 2022-03-22 07:18:51下载
- 积分:1
-
数据结构教材中的全部排序算法,结构清楚 很好用的
数据结构教材中的全部排序算法,结构清楚 很好用的-data structure of all materials sorting algorithm, the structure clearly good use
- 2022-04-29 10:24:44下载
- 积分: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
-
关于sdram学习的方法和心得,属于菜鸟进阶型资料
关于sdram学习的方法和心得,属于菜鸟进阶型资料-About sdram learning methods and experiences, advanced type of information belongs to rookie
- 2022-12-06 02:25:03下载
- 积分:1