代码搜索:如何学习 common?

找到约 10,000 项符合「如何学习 common?」的源代码

代码结果 10,000
www.eeworm.com/read/371198/9562116

h common.h

#ifndef __common_h_ #define __common_h_ #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif #ifndef STD_IN #define STD_IN 0 #endif #ifndef STD_OUT #define S
www.eeworm.com/read/175022/9564044

gif common.gif

www.eeworm.com/read/371109/9566792

js common.js

var postSubmited = false; function popnew(url,title,width,height){ var w = 1024; var h = 768; if (document.all || document.layers){ w = screen.availWidth; h = scre
www.eeworm.com/read/174894/9570557

bas common.bas

Attribute VB_Name = "Common" '*************************************************************** '*公司名:华夏学院晨光网络公司 '*系统名:红杉图书信息管理系统 '*模块名:主模块 '*模块ID:Common '* '*------------------------------------
www.eeworm.com/read/371025/9571025

pas common.pas

unit Common; interface const nProductVersion = 2007325; //QQ号码 nUserKey0 = 13677866; //飞尔世界 nUserKey1 = 720916; nUserKey2 = 410105; nUserKey3 = 501943321; nUserKey4 = 258338
www.eeworm.com/read/174850/9571532

h common.h

#ifndef _COMMON_H_ #define _COMMON_H_ #include "../global.h" /* --- macroblock coding modes --- */ #define MODE_INTER 0 #define MODE_INTER_Q 1 #define MODE_INTER4V 2 #define MODE_INTRA
www.eeworm.com/read/174850/9571579

c common.c

/* A MPEG4 video encoder/decoder Portions Copyright
www.eeworm.com/read/174717/9575171

js common.js

var flag=false; function DrawImage(ImgD){ var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ flag=true; if(image.width>=20){ ImgD.width=20; Im
www.eeworm.com/read/174714/9575888

mk common.mk

# %W% %G% %U% # # 1991 makefile SHELL=/bin/sh CHMOD=chmod CP=cp RM=rm SED=sed LN=ln # flags for common K&R compiles # CFLAGS=-O CC=cc # winners that may be ok to compile with common K&R # WINNERS=
www.eeworm.com/read/174714/9575956

mk common.mk

# %W% %G% %U% # # 1990 makefile SHELL=/bin/sh CHMOD=chmod CC=gcc CP=cp RM=rm SED=sed LN=ln # flags for common K&R compiles # CFLAGS=-O CC=cc # winners that may be ok to compile with common K&R # WI