-
对于初学基础巴利语指南
elementary pali guide for beginner
- 2022-04-24 16:58:56下载
- 积分:1
-
基于AGC的空中声音目标探测和识别技术的研究
基于AGC的空中声音目标探测和识别技术的研究-AGC based on the sound of air target detection and recognition technology research
- 2022-03-01 15:30:49下载
- 积分:1
-
《jsp设计(第三版)》 英文版
jsp入门知识,从入门到精通
《jsp设计(第三版)》 英文版
jsp入门知识,从入门到精通-" Jsp design (Third Edition)"
- 2022-04-28 19:22:50下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
C Primer Plus 5thC
C Primer Plus 5thC
- 2022-03-11 03:46:02下载
- 积分:1
-
IGBT保护设计方面的资料,很有参考价值
IGBT保护设计方面的资料,很有参考价值-igbt design handbook
- 2022-04-07 01:51:25下载
- 积分:1
-
孙鑫的书 vc++深入详解全套代码 希望对大家有帮助
孙鑫的书 vc++深入详解全套代码 希望对大家有帮助-SUN Xin book vc++ Depth explain a full set of code would like to have everyone help
- 2022-07-03 10:38:07下载
- 积分:1
-
移动机器人跟踪
Mobile robot tracking of pre-planned paths是国外顶尖级专家篆写的有关机器人路径规划的文章。虽然是2000年的,但是很有价值。-Mobile robot tracking of pre-planned paths top-level foreign experts to write Fragrance of the robot path planning articles. Although in 2000, but of great value.
- 2022-05-29 01:32:44下载
- 积分:1
-
zemax源码:
This DLL models an anamorphic aspheric surface.
This surface is...
zemax源码:
This DLL models an anamorphic aspheric surface.
This surface is essentially an even aspheric surface with different terms for
the x and y directions.
The sag is given by:
Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y)))
+ AR*( (1 - AP)*x*x + (1 + AP)*y*y )^2
+ BR*( (1 - BP)*x*x + (1 + BP)*y*y )^3
+ CR*( (1 - CP)*x*x + (1 + CP)*y*y )^4
+ DR*( (1 - DP)*x*x + (1 + DP)*y*y )^5
Note the terms AR, BR, CR, and DR ... have units of length to the -3, -5, -7, and -9 power.
The terms AP, BP, CP, and DP are dimensionless.
The surface is rotationally symmetric only if AP = BP = CP = DP == 0 and CX = CY and KX = KY.
-ZEMAX source: This DLL models an anamorphic aspheric surface.This surface is essentially an even aspheric surface with different terms forthe x and y directions.The sag is given by: Z = ((CX* x* x)+ (CY* y* y))/(1+ sqrt (1- ((1+ KX)* CX* CX* x* x)- ((1+ KY)* CY* CY* y* y)))+ AR* ((1- AP)* x* x+ (1+ AP)*
- 2022-04-21 04:49:04下载
- 积分:1
-
详细介绍了java3d开发的基础,希望大家都能在游戏开发的路上走的更好...
详细介绍了java3d开发的基础,希望大家都能在游戏开发的路上走的更好-Described in detail the basis for the development java3d, I hope people will take in the game development of better road
- 2022-05-31 12:59:38下载
- 积分:1