代码搜索结果

找到约 10,000 项符合 Power 的代码

pnlausn5e.h

// for AU 170N53 #define PanelName "AU170N5E" #define PanelDither 6 #define PanelTTL 0 #define PanelTCON 0 #define PanelLVDS 0xFF #define PanelRSDS 0 #define LVDS_TIMode 0xff #defi

pnlsameu6.h

// for Samsung 170 EH #define PanelName "SAM LTM170EU/E6" #define PanelDither 8 #define PanelTTL 0 #define PanelTCON 0 #define PanelLVDS 0xFF #define PanelRSDS 0 #define PanelDualPor

pnlqdi17l.h

// for Samsung 170 E3 #define PanelName "HYUNDAI 17" #define PanelDither 8 #define PanelTTL 0 #define PanelTCON 0 #define PanelLVDS 0xFF #define PanelRSDS 0 #define LVDS_TIMode 0xff

pnlause3.h

// for Samsung 170 E3 #define PanelName "SAM170E3" #define PanelDither 8 #define PanelTTL 0 #define PanelTCON 0 #define PanelLVDS 0xFF #define PanelRSDS 0 #define PanelDualPort 0xFF

al7_5.c

/*案例代码文件名:AL7_5.C*/ /*功能:通过函数的递归调用计算阶乘*/ long power(int n) {long f; if(n>1) f=power(n-1)*n; else f=1; return(f); } main() {int n; long y; printf("input a inteage

ch03.02.c

// #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { int value = 2; int pow = 10; cout

ch03.02.c

// #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { int value = 2; int pow = 10; cout

小写金额转换成大写中文.txt

小写金额转换成大写中文: 1首先在Form1的私有声明中加入一个函数声明 private {private declarations} function conert(money:real):string; 2编写其代码 function TForm1.convert(money:real):string; var smallmode:string; bigchar,powe

global.bas

Attribute VB_Name = "global" Public method As String Public user_id As String Public pwd As String Public database As String Public servername As String Public bordercolorlight As String Public

test_double3.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a