-
F3_1_single_phase_hw_R
说明: 单相半波可控整流电路电阻负载,实现单相整流电路的正常工作测试(Single_phase_hw_R.mdl)
- 2020-04-23 09:15:03下载
- 积分:1
-
OFDM with PAPR reduction
说明: 怎么样写好一篇文章很重要,不仅要会创新还要掌握一定的技巧,OFDM频分复用(How to write a good article is very important, not only to be able to innovate but also to master certain skills,OFDM frequency division multiplexing)
- 2020-11-13 21:35:05下载
- 积分:1
-
95302921xitongjianmo
雷达系统的模拟仿真对雷达的研究和发展有很重要的意义,这里提供了几个简单的模型
- 2009-03-31 12:48:40下载
- 积分:1
-
随意PHP多功能留言板 SyGuestBook v1.0
随意PHP+MYSQL多功能留言板 SyGuestBook,以前学PHP时候拿留言板练手的,最近清理电脑翻出来的,花了点时间继续做完了,也是我发布的第一个PHP程序。这个留言本的特点:
1、SpeedPHP框架驱动,高效轻快。
2、可创建多个留言板;每个留言板都能设置不同的模板;每个留言板都能设置单独管理员;
3、模板、程序分离,尽量标签化,可快速自制模板(懂一点前台技术就能自己做模板)。内置两套模板一个默认模板一个响应式模板(后期有时间会发布新模板)
4、每个留言板都能调用。支持IFRAME调用和JS调用。
5、每个留言板支持自定义导航、自定义LOGO图片、Banner图片、SEO优化
6、更多特色自行挖掘
随意PHP多功能留言板 SyGuestBook安装说明:
直接访问留言板首页会自动进入安装页面
管理员默认帐号admin 密码 admin888
后台地址:http://你的域名/index.php?c=adminlogin
如果有需求的话会一直更新下去,将留言板做到极致!
- 2023-05-09 00:10:03下载
- 积分:1
-
通过把彩票每期的重奖号码保存在文件中,通过读取数据,对其进行分析及概率论的知识可以得出彩票中将号码分析图...
通过把彩票每期的重奖号码保存在文件中,通过读取数据,对其进行分析及概率论的知识可以得出彩票中将号码分析图-Through the lottery each重奖numbers stored in the document, by reading the data analysis and probability theory of knowledge can be drawn lottery numbers Lieutenant analysis
- 2022-04-01 06:06:48下载
- 积分:1
-
合成孔径雷达干涉测量技术 INSAR
合成孔径雷达干涉测量技术(INSAR,Interferometric Synthetic Aperture Radar;简称:干涉雷达测量)是以同一地区的两张SAR图像为基本处理数据,通过求取两幅SAR图像的相位差,获取干涉图像,然后经相位解缠,从干涉条纹中获取地形高程数据的空间对地观测新技术。(INSAR (Interferometric Synthetic Aperture Radar) is a new technology of space-to-Earth observation, in which two SAR images in the same area are used as basic processing data. The phase difference between two SAR images is calculated to obtain the interferometric image, and then the terrain elevation data is obtained from the interferometric fringes by phase unwrapping.)
- 2018-12-19 16:40:09下载
- 积分:1
-
Mib for snmp protocol management software, easy to use, the interface is simple,...
用于snmp协议的mib管理软件,使用方便,界面操作简单,易于使用-Mib for snmp protocol management software, easy to use, the interface is simple, easy-to-use
- 2022-09-08 02:55:02下载
- 积分:1
-
humanfacedetection
关于人脸检测的小程序,重装了系统,还没装matlab,所以只能已word文档的方式上传,文档为论文形式,附源码及处理效果,以及处理思想.(Face Detection of the small program, reinstall the system, not loaded Matlab. Therefore, it can only have the word upload files, file papers to form, with source and the effect of treatment, and handling thinking.)
- 2006-07-16 10:13:47下载
- 积分:1
-
自己做的小东西,传上来和大家分享一下,谢谢大家!
自己做的小东西,传上来和大家分享一下,谢谢大家!-xiaodong,zijizuode
- 2022-01-26 17:49:42下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1