代码搜索:Function
找到约 10,000 项符合「Function」的源代码
代码结果 10,000
www.eeworm.com/read/424180/10485210
c function.c
#pragma NOIV
#include "testheader.h"
#include "testregs.h"
extern BOOL Rwuen;
extern BOOL GotSUD;
extern BOOL Sleep;
extern BOOL Selfpwr;
BOOL TestISO;
BOOL StartGo;
BYTE Con
www.eeworm.com/read/160747/10503358
asp function.asp
0 then
getFileExtName=mid(fileName,pos+1)
else
getFileExtName=""
end if
end function
function gotTopic(str,st
www.eeworm.com/read/278758/10512015
txt function.txt
const a=30,b=4;
var x :integer;
function f(c,d:integer):integer;
begin
if c
www.eeworm.com/read/278705/10517921
c function.c
//*************************************************************************
//**模 块 名:function.c
//**说 明:功能函数
//*************************************************************************
#includ
www.eeworm.com/read/352662/10527673
i function.i
#line 1 ".\function.c" /0
#line 1 "C:\KEIL\C51\INC\STDIO.H" /0
typedef unsigned int size_t;
#pragma SAVE
#pragma REGPARMS
extern char _getkey (void);
extern
www.eeworm.com/read/352662/10527718
lst function.lst
C51 COMPILER V6.02 FUNCTION 09/15/2002 23:41:50 PAGE 1
C51 COMPILER V6.02, COMPILATION OF MODULE FUNCTION
OBJECT MODULE PLACED I
www.eeworm.com/read/352662/10527731
obj function.obj
www.eeworm.com/read/352662/10527734
c function.c
#include
#include "def.h"
/* getline :取一行放到s 中,并返回该行的长度*/
int getline(char s[ ], int lim)
{
int c, i;
i = 0;
while ( -- lim > 0&& ( c = getchar() ) != EOF&&c!='\n')
s[i++] = c