代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/280048/10358919
h functions.h
www.eeworm.com/read/161836/10366777
c functions.c
#include
#include
#include"definition.h"
LinkList FormList()//正向形成链表
{
ElemType temp;
LinkList h, head, end;
if( !( h=head=(LinkList)malloc(sizeof(Node)) ) ){
print
www.eeworm.com/read/161836/10366824
c functions.c
#include
#include"definition.h"
void Init(component *L)//初始化静态链表
{
unsigned short i;
for(i=0; i
www.eeworm.com/read/161836/10366839
c functions.c
#include
#include
#include"definition.h"
LinkList FormList()//正向形成链表
{
LinkList h, head, end;
ElemType temp;
if( !( h=head=(LinkList)malloc(sizeof(Node)) ) ){
print
www.eeworm.com/read/424444/10447186
obj functions.obj
www.eeworm.com/read/424444/10447193
sbr functions.sbr
www.eeworm.com/read/424444/10447234
h functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
#include "windows.h"
#include "ACPH_H.H"
extern char * pbBaseAdress;
extern BOOL DriveExist[256];
typedef struct
{
ULONG ulIdent_Nbr;
US
www.eeworm.com/read/424444/10447268
c functions.c
#include "Functions.h"
pthread_t root_thread;
pthread_t acph_thread;
pthread_t syst_thread;
pthread_t diag_thread;//not used yet
BOOL bhard_enable_irq;
T_IPC_HANDLES ipc_handles;
SCS_TASK_t