Location:
Search - T112
Search list
Description: T112 MCU源程码,用于T112外接MCU篇程,用来驱动模拟屏
Platform: |
Size: 293106 |
Author: 谭健超 |
Hits:
Description: t112 参考文件,使用KEIL C51编译器。AU 7寸模拟屏幕资料。
Platform: |
Size: 450028 |
Author: zhangjian |
Hits:
Description: 车载显示屏,T112芯片驱动程序,大家可以参考一下
Platform: |
Size: 300564 |
Author: 李洪锋 |
Hits:
Description: 数字屏驱动芯片T112源代码,主要驱动小尺寸数字屏,可作为开发参考
Platform: |
Size: 487638 |
Author: 严义伟 |
Hits:
Description: Terawins的芯片T112的源程序,内有原理图和T112的规格书。
Platform: |
Size: 930578 |
Author: mjack |
Hits:
Description: source code
Platform: |
Size: 566020 |
Author: scofeel@tom.com |
Hits:
Description: T112 MCU源程码,用于T112外接MCU篇程,用来驱动模拟屏-Cheng T112 MCU source code for external MCU Part T112-way, used to drive simulation screen
Platform: |
Size: 292864 |
Author: |
Hits:
Description: t112 参考文件,使用KEIL C51编译器。AU 7寸模拟屏幕资料。-t112 reference document, use the KEIL C51 compiler. AU 7 inch simulation screen information.
Platform: |
Size: 449536 |
Author: zhangjian |
Hits:
Description: 车载显示屏,T112芯片驱动程序,大家可以参考一下-Car display, T112 chipset driver, you can refer to
Platform: |
Size: 300032 |
Author: 李洪锋 |
Hits:
Description: 数字屏驱动芯片T112源代码,主要驱动小尺寸数字屏,可作为开发参考-The number of T112 chip screen drivers source code, a key driver of small-size digital screen, can be used as the development of reference
Platform: |
Size: 487424 |
Author: 严义伟 |
Hits:
Description:
Platform: |
Size: 930816 |
Author: mjack |
Hits:
Description: sunplus平台驱动T112点7寸屏,该代码只是实现了点亮显示,不带OSD,希望可以帮助到有需要的人士-T112-point platform sunplus drive 7-inch screen, the code is only a light show that non-OSD, hope to help those who are in need
Platform: |
Size: 806912 |
Author: rong |
Hits:
Description: VIDEO解码IC(T112)DATASHEET-VIDEO decoder IC (T112) DATASHEET
Platform: |
Size: 821248 |
Author: tham |
Hits:
Description: T112 driver Toppoly2.5 inch panel
Platform: |
Size: 817152 |
Author: crs |
Hits:
Description: T112 Pvi3.6 source code-T112 pvi 3.6 soucre code
Platform: |
Size: 384000 |
Author: crs |
Hits:
Description: T112 driver Casco 3.0 source code-T112 Driver casco 3.0 source code
Platform: |
Size: 1089536 |
Author: charles |
Hits:
Description: T112 driver Qilin8.4 source-T118 driver Qilin8.4 source
Platform: |
Size: 705536 |
Author: crs |
Hits:
Description: 宏芯T112屏DOME软件最新能点模拟屏-failed to translate
Platform: |
Size: 449536 |
Author: wang |
Hits:
Description: T112芯片液晶屏的驱动IC全部原程序,和源代码用于车载液晶系统的开发-Hardware interface circuits between embedded microprocessor S3C2410X and TFT-LCD TD035STEB1 are designed. Embedded Linux device driver of LCD module is developed,ASCII characters,Chinese and basic graph are shown and touch screen is used for control.
Platform: |
Size: 886784 |
Author: liu |
Hits:
Description: function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p)
G=6.67e-11
t222=myfun(x,y,z,x2,y2,z2)
t122=myfun(x,y,z,x1,y2,z2)
t212=myfun(x,y,z,x2,y1,z2)
t221=myfun(x,y,z,x2,y2,z1)
t211=myfun(x,y,z,x2,y1,z1)
t121=myfun(x,y,z,x1,y2,z1)
t112=myfun(x,y,z,x1,y1,z2)
t111=myfun(x,y,z,x1,y1,z1)
dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u.
function y=myfun(x,y,z,xi,eta,zeta)
R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2)
temp1=(xi-x).*log((eta-y)+R)
temp2=(eta-y).*log((xi-x)+R)
temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式
temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换
y=temp1+temp2+temp3 -function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3
Platform: |
Size: 290816 |
Author: 周峰 |
Hits: