代码搜索:structures

找到约 10,000 项符合「structures」的源代码

代码结果 10,000
www.eeworm.com/read/147341/12562007

c pc_error.c

/****************************************************************************** pc_report_error() - Report internal error: (MUST BE USER SUPPLIED !) Summary Description When th
www.eeworm.com/read/203067/15365959

c xgpaintvec.c

#include "xgrafixint.h" #define Vlength(x,y) (sqrt((x)*(x)+(y)*(y))) void Paint_Vector_Window(WindowType theWindow) { DataType data_Ptr; LabelType label_Ptr; char buffe
www.eeworm.com/read/106974/15615748

h pm_defs.h

#ifndef _pm_defs_ #define _pm_defs_ #define byte unsigned char #define word unsigned int #define dword unsigned long /* Access byte's flags */ #define ACS_PRESENT 0x80 /* pres
www.eeworm.com/read/104361/15697213

h color.h

/* * color.h - Data structures and function prototypes for coloring algorithm * to determine register allocation. */ struct COL_result {Temp_map coloring; Temp_tempList spills;};
www.eeworm.com/read/104048/15711819

c main.c

/* Copyright (C) 2000-2001 Fujitsu Siemens Computers Joachim Braeuer This file is part of smbios smbios is free software; you can redistribute it and/or modify it under the terms of the G
www.eeworm.com/read/391209/8416806

cmd c2812iqsinetest.cmd

/* This linker command file is generated by the Target for TI C2000(tm). */ MEMORY { PAGE 0: /* Program Memory */ ZONE6 : origin = 0x100000, length = 0x008000 OTP
www.eeworm.com/read/391208/8416889

cmd c2812adcpwmtest.cmd

/* This linker command file is generated by the Target for TI C2000(tm). */ MEMORY { PAGE 0: /* Program Memory */ ZONE6 : origin = 0x100000, length = 0x008000 OTP
www.eeworm.com/read/391205/8417071

cmd c2812rtdxtest.cmd

/* This linker command file is generated by the Target for TI C2000(tm). */ _RTDX_interrupt_mask = ~0x0000; MEMORY { PAGE 0: /* Program Memory */ ZONE6 : origin = 0x100000,
www.eeworm.com/read/391199/8417227

cmd c2812pwmtest.cmd

/* This linker command file is generated by the Target for TI C2000(tm). */ MEMORY { PAGE 0: /* Program Memory */ ZONE6 : origin = 0x100000, length = 0x008000 OTP
www.eeworm.com/read/278507/10531731

h pthread09.h

typedef struct { pthread_t thread_tid; /* thread ID */ long thread_count; /* #connections handled */ } Thread; Thread *tptr; /* array of Thread structures; calloc'ed */ int listenfd, nthr