-
source and detailed experimental procedures report
源程序及详细程序实验报告-source and detailed experimental procedures report
- 2022-02-05 08:40:28下载
- 积分:1
-
calculate_phase
计算贝塞尔光束的相位代码,分别从不同拓扑合数研究不同阶在自由空间中的传输相位分布情况。(Phase calculation code of Bessel beam, respectively, from the transmission phase distribution of different topological number of different order in the free space.)
- 2017-06-19 23:27:09下载
- 积分:1
-
matlab求积分实例
插值型求积方法 275
8.1.1 梯形公式 276
8.1.2 辛普森公式 277
8.1.3 柯特斯公式 278
8.2 复化求积公式 279
8.2.1 复化梯形公式 279
8.2.2 复化辛普森公式 281
8.2.3 复化柯特斯公式 283
8.2.4 复化求积公式误差分析 285
8.3 步长逐次减半求积方法 286
8.3.1 步长逐次减半梯形求积公式 287
8.3.2 步长逐次减半辛普森求积公式 288
8.3.3 步长逐次减半柯特斯求积公式 290
8.3.4 Romberg求积公式 291
8.4 自适应求积方法 293
8.5 Gauss求积方法 295
8.5.1 Gauss求积公式的构造 295
8.5.2 几种常用的Gauss求积公式 297
8.6 重积分的数值解 303
8.7 MATLAB自带函数应用 304
8.7.1 trapz函数 304
8.7.2 integral函数 305
8.7.3 integral2函数 307
8.7.4 integral3函数 307(Interpolation Method for Integral Program Code)
- 2019-02-13 10:54:13下载
- 积分:1
-
FileLogger.V0.6
for logger using arduino UNO etc.
- 2013-08-05 02:41:29下载
- 积分:1
-
ABC_MATLAB_web
it was fine for man that work on optimization. and
- 2017-08-05 10:54:58下载
- 积分:1
-
three_machines_nine_buses
电力系统三机九节点模型,基于模块搭建的仿真、simulink(Power system three-machine nine-node model, simulation based on module construction, simulink)
- 2021-03-19 15:19:19下载
- 积分:1
-
1602显示驱动程序
LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
PCB
... 超全的AD库 包含了比较全的一些常用库文件,常用51单片机以及C8051F系列,还有一些常用的IC(...(Ultra-wide AD library contains more full of some commonly used libraries, common C8051F series microcontrollers and 51, there are some common IC))
- 2019-02-23 09:40:28下载
- 积分:1
-
FWM
基于四波混频效应来实现全光逻辑门,有时域谱和频域谱,基于四阶龙格库塔法求解。(All optical logic gates are realized based on the four wave mixing effect, and sometimes the domain spectrum and frequency domain spectrum are solved based on the four order Runge Kutta method.)
- 2020-09-13 14:17:59下载
- 积分:1
-
改变byteblasterii SCH
altera byteblasterII sch
- 2022-01-25 16:22:37下载
- 积分:1