液晶 OCM/TG240128 驅動 編程語言: C
原產品硬件ATMega128/1280 ,晶振14.7456M
軟件AVR ICC7.14C 破解版
由產品源碼中提取,詳細的字符和圖行操作.實現(xiàn)LCD內任何位置的定位操作.
void LCD_Init(void)
void GMoveTo(U8 yline, U8 xcolumn)
void TMoveTo(U8 y, U8 x,U8 len)
void DispStartLine(U8 gt, U8 line)
void LCD_ClrRam (void)
void LCD_ON(unsigned char on)
void Draw_Pixel(U8 x, U8 y)
void LineTo(U8 x0, U8 y0, U8 x1, U8 y1)
void Draw_Line(unsigned char x0, unsigned char y0, unsigned char yl)
void disp_img(unsigned int x0, unsigned int y0, unsigned int xl, unsigned int yl, const U8 *img)
void DispString(unsigned char x, unsigned char y, char* string)
void Printf(U8 x, U8 y, char *fmt, ...)
......
標簽:
14.7456
240128
ATMega
1280
上傳時間:
2013-12-27
上傳用戶:youke111
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn
step5:If the first packet was generated at time [0], than the
second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2],
and so on ….
Random-number generation
1.static method random from class Math
-Returns doubles in the range 0.0 <= x < 1.0
2.class Random from package java.util
-Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values
-Is seeded with the current time of day to generate different sequences of numbers each time the program executes
標簽:
Generate
Possion
between
random
上傳時間:
2017-05-25
上傳用戶:bibirnovis