代码搜索:s_int

找到约 27 项符合「s_int」的源代码

代码结果 27
www.eeworm.com/read/298623/7949188

h fs.h

#include "stdio.h" #include "string.h" #include "stdlib.h" #include "def.h" /* define DEBUG_MODE here to enable all debuging methods. */ #define DEBUG_MODE /* panic.c ======= D
www.eeworm.com/read/317298/13506475

asm 泵控制.asm

;************************************口线定义 KEY_1 BIT P1.2 LED_1 BIT P1.1 OUT_1 BIT P1.7 KEY_2 BIT P1.0 LED_2 BIT P3.7 OUT_2 BIT P1.5 KEY_3 BIT P3.5 LED_3 BIT
www.eeworm.com/read/298623/7949174

c file.c

#include "fs.h" file g_file[NFILE]={0}; /* 打开文件函数*/ file *open(char *fname,s_int op) { file *fp; inode *ip; /* find a free file record */ for(fp=&g_file[0];fp
www.eeworm.com/read/298623/7949176

c fs.c

#include "fs.h" static s_int logged=0; struct passwd g_user; /*用户登陆函数*/ s_int login() { char uname[30]; file *fp; s_int gc,uc; //clrscr(); printf("Welcome to UNIX
www.eeworm.com/read/434645/7851324

pas get_fft.pas

Procedure get_FFT(var data: array[l0..h0:s_int] of real; var r_pt: array[l1..h1:s_int] of real; var i_pt: array[l2..h2:s_int] of real; size: s_int); var i: s_int; begin i = 1; while i
www.eeworm.com/read/298623/7949185

c dir.c

#include "fs.h" s_int g_curdir_ino=0; char g_curdir_name[256]=""; /* char * get_last_name(char *path) path must be absolute directory(start with '/') or relative directory(star
www.eeworm.com/read/298623/7949191

h def.h

#ifndef KENSTA_FS_DEF_HEADER #define KENSTA_FS_DEF_HEADER typedef short int s_int; typedef unsigned short int us_int; typedef long int s_long; #define NINODE 100 #define NBLOCK 16384 /* 16
www.eeworm.com/read/298623/7949195

c main.c

#include "fs.h" #include "conio.h" #include "string.h" #include "stdarg.h" char* get_curr_dirt(char *path) { char *curdir_path; int i=strlen(g_curdir_name)-1; for(curdir_path=g_curdir_n
www.eeworm.com/read/312145/13618311

c haifile.c

//--------------------------------------------------------------------------------- // Copyright (c) Haisoft 2006-9-1 // Copyright jinhailiao 2008-2010 // E-mail: jinhailiao@163.com // Project:
www.eeworm.com/read/312145/13618316

h haifile.h

//--------------------------------------------------------------------------------- // Copyright (c) Haisoft 2006-9-1 // Copyright jinhailiao 2008-2010 // E-mail: jinhailiao@163.com // Project: