代码搜索:common 有哪些应用?

找到约 10,000 项符合「common 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/184501/9098993

js common.js

function appendFace(face) { parent.document.post.body.value=parent.document.post.body.value+face; } function openFace() { showModalDialog('/faces.html',parent,'dialogHeight:170px;d
www.eeworm.com/read/184426/9100863

css common.css

body { margin: 10px; background-color: white; } a,a:link,a:visited { color: #03006D; text-decoration: underline; } a:hover { color: white; background-color: #03006D; text-decoration:
www.eeworm.com/read/184390/9107098

obj common.obj

www.eeworm.com/read/184390/9107247

c common.c

/**************************************************************************************** ** ** ITU-T Wideband Coder Candidate (G.WB) Source Code ** **
www.eeworm.com/read/184327/9109991

css common.css

a:link,a:visited{color:blue} body{background:AABBEE;font-family:Verdana;font-size:13} table{border-left:1 solid #7788BB;border-top:1 solid #7788BB} td,th{border-right:1 solid #7788BB;border-bottom:
www.eeworm.com/read/184327/9110018

txt common.txt

sub prob(status,detail) select case num mod 20 case 0 document.write "" case 10 document.write "" end select document.write "
www.eeworm.com/read/184199/9117570

h common.h

www.eeworm.com/read/380937/9121830

c common.c

# include void main() { int x, y, num1, num2, temp; printf("请输入两个正整数:\n"); scanf("%d %d", &num1, &num2); if(num1 < num2) { temp = num1; num1 = num2; num2 = temp; }
www.eeworm.com/read/281831/9131207

headset_common

headset_common.o: headset_common.c headset_private.h headset_battery.h \ D:/BlueLab/tools/lib/gcc-lib/xap-local-xap/3.3.3/include/csrtypes.h \ D:/BlueLab/tools/include/battery.h D:/BlueLab/tools
www.eeworm.com/read/281822/9131754

js common.js

// 将一个变量转换为对象 function var_to_obj(val) { this.value=val; } // 判断是否大于某个数 function is_greater(field,crit,limit) { var Ret = (is_numeric(field,-1) ) ? (field.value > limit ) : false; if (!Re