-
关于AD9833开发的论文,原理应用写的都很好,还指出实际调试中容易出现的问题,很不错,大家参考参考!...
关于AD9833开发的论文,原理应用写的都很好,还指出实际调试中容易出现的问题,很不错,大家参考参考!-AD9833 developed on paper, the principle of application is well written, but also pointed out that the actual commissioning of easier problems, it is true that your information!
- 2023-04-15 17:25:03下载
- 积分:1
-
拼图游戏,可选择图像和难易程度,益智类游戏,可休闲可学习...
拼图游戏,可选择图像和难易程度,益智类游戏,可休闲可学习-Jigsaw puzzle, choose images, and degree of difficulty, puzzle games, can be casual to learn
- 2022-03-01 06:25:36下载
- 积分:1
-
一个我在夏季学期用VB做的程序,作为夏季学期的作业我拿了个A哦.请各位指教一下.其中的悔棋功能实现了,但撤销悔棋却失败了.给点意见吧....
一个我在夏季学期用VB做的程序,作为夏季学期的作业我拿了个A哦.请各位指教一下.其中的悔棋功能实现了,但撤销悔棋却失败了.给点意见吧.-a summer semester, I do VB procedures, as the summer semester of operation, I took a long, oh. Please enlighten about. The realization he never cheat in spain, but he never cheat in spain has withdrawn failed. Point to it.
- 2022-01-22 11:18:07下载
- 积分:1
-
无源低通滤波器的模型,可以用hfss仿真,能对微波器件有很好的认识。...
无源低通滤波器的模型,可以用hfss仿真,能对微波器件有很好的认识。-Passive low-pass filter model, can be used hfss simulation, microwave devices can have a good understanding.
- 2022-02-05 19:05:55下载
- 积分:1
-
jquery版小型婚礼(可动态添加祝福语
1:场景一主要有两个功能,第一个是控制左边图片,第二个是让右边文字逐一显示。2:场景二功能简单一点,只控制左边人物出现,紧接着是文字显示。3:场景三功能控制图片弹跳显示,我用for循环控制弹跳距离。4:场景四控制图片从顶部往下滑落,停留1秒然后滑向右侧直至消失。5:场景五慢慢显现,可点击进入婚礼。6:场景六显现停留1.6秒,然后以碎片的形式向外散开。7:场景七祝福贴纸随机排布,并且可拖动祝福贴纸。8:添加祝福语中,需填写祝福语,否则不让提交。可提交的祝福语便随机散布在祝福墙中,可实现随意拖动功能
- 2022-03-04 20:21:00下载
- 积分:1
-
First of all English documents to establish inverted file, and then in accordanc...
首先对英文文档建立倒排文档,然后根据建立的倒排文档,按照此检索算法对文档进行检索-First of all English documents to establish inverted file, and then in accordance with the establishment of the inverted file, in accordance with the retrieval algorithms for document retrieval
- 2022-03-12 20:07:01下载
- 积分:1
-
基于哈日日食的角点检测程序,使用ZNCC进行匹配
基于哈日日食的角点检测程序,使用ZNCC进行匹配-yet the solar eclipse on the corner detection, the use of matching ZNCC
- 2022-05-30 00:44:16下载
- 积分:1
-
PWM的驱动完整例子,非常有帮助,使用于各种PWM的应用
PWM的驱动完整例子,非常有帮助,使用于各种PWM的应用-Complete example of the PWM driver, very helpful, the use of the applications in a variety of PWM
- 2023-08-18 20:35:03下载
- 积分:1
-
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢...
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢-This is our teachers to our software engineering experiment detailed guidance on the original code and the results] hope you like
- 2023-05-22 02:45:03下载
- 积分: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