-
实现例的聚合
com 中聚合的情况实现范例-com Polymerization of achieving example
- 2022-01-25 17:49:34下载
- 积分:1
-
basic amplifier based courseware amplification circuit of negative feedback base...
基本放大电路 基础教学课件 放大电路中的负反馈 基础课件部分3 集成运算放大器 -basic amplifier based courseware amplification circuit of negative feedback based courseware part 3 Integrated Operational Amplifiers
- 2022-01-25 22:52:56下载
- 积分:1
-
用Wilson方法计算结构动力反应(无阻尼)
用Wilson方法计算结构动力反应(无阻尼)-Wilson calculated using the structure of dynamic response (without damping)
- 2022-08-15 16:59:35下载
- 积分:1
-
很棒的网页音乐播放器,可以嵌入网页。界面很漂亮,功能也很强。...
很棒的网页音乐播放器,可以嵌入网页。界面很漂亮,功能也很强。-Great web page music player can be embedded in web pages. Interface is very beautiful, very strong function.
- 2022-02-01 20:08:21下载
- 积分:1
-
lpd8803和lpd8806数据表
lpd8803/8806是深圳英盛美半导体公司09年出品的新款高性能led驱动芯片,该芯片具有如下特点: 三/六路输出,恒流驱动;直接256级PWM输出,无亮度损失,降低数据传输量,有效减少电磁干扰(EMI)。 扫描频率高(约4000HZ)。 仅需时钟线/数据线的两线传输结构,级联能力超强。 内建振荡器,支持FREE-RUN模式,降低控制电路成本,输出耐压高(LED灯供电电压可达12V)。 简化外围配套,可扩充性好,也可作为PWM发生器控制大电流器件驱动大功率LED灯。 该芯片特别适合用于led幕墙灯、led全彩点光源、广告字、异型屏等产品,相对于9712/6106/595/5026/62726等芯片来说,外围器件少,电路简单, 布线容易,使用电线节省,控制器也简单。-Datasheet for LPD8803 & LPD8806
- 2023-08-25 12:35:03下载
- 积分:1
-
地球物理勘探的射线追踪和迁移问题的反演程序
基于matlab的反演程序,用于地球物理勘探中射线追踪及偏移成像程序.-the inversion procedure for geophysical exploration ray tracing and migration procedures.
- 2022-01-25 21:22:10下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路...
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。
#include
int number //队列类型
typedef struct{
int q[20]
-[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
- 2022-01-25 22:50:29下载
- 积分:1
-
七彩俄罗斯方块,用c语言写的。
七彩俄罗斯方块,用c语言写的。-Discus Russian squares with c written language.
- 2022-02-05 18:25:25下载
- 积分:1
-
这是一个段式lcd显示,利用OKI单片机的外部时钟直接分频,得到0.5秒的时钟,进而利用段式lcd显示时钟。...
这是一个段式lcd显示,利用OKI单片机的外部时钟直接分频,得到0.5秒的时钟,进而利用段式lcd显示时钟。-This is a piece lcd shows that the use of OKI MCU directly external clock frequency, the 0.5 seconds of the clock, and the use of struts lcd display clock.
- 2022-07-09 05:18:52下载
- 积分:1