代码搜索:Struct

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

代码结果 10,000
www.eeworm.com/read/348943/10859464

c pid-struct.c

typedef struct DeltPID //定义增量式PID的结构 { int Goal; //设定目标,为实际值的10倍 float P; //比例常数,规范化后取值为1~99 float I; //积分常数,规范化后取值为1~99 float D;
www.eeworm.com/read/274071/10888905

html svm_struct.html

SVM-Struct Support Vector Machine for Complex
www.eeworm.com/read/271634/10985879

h book_struct.h

#include #include"iostream.h" #include #define OVERFLOW -2 typedef struct bookmassage { char book_name[50];//书名 char book_concern[50];//出版社 char date[8];//出版日期 char aut
www.eeworm.com/read/416787/11012948

h com_struct.h

#ifndef __MV_COM_STRUCT_H__ #define __MV_COM_STRUCT_H__ #include "com_define.h" #define GET_ALL 0xFF #define ID_UNKNOWN 0x7F #define MAX
www.eeworm.com/read/416306/11034167

h struct_stu.h

/************************ 学生信息结构体的定义 英语很菜哈,抱歉,大家认真 看就OK了 *************************/ struct stu { char num[15]; char name[20]; char yuwen[20]; char shuxue[20]; char englise[
www.eeworm.com/read/470835/6901060

html structsystem__struct.html

YAVRTOS: system_struct Struct Reference
www.eeworm.com/read/470397/6909932

c pid-struct.c

typedef struct DeltPID //定义增量式PID的结构 { int Goal; //设定目标,为实际值的10倍 float P; //比例常数,规范化后取值为1~99 float I; //积分常数,规范化后取值为1~99 float D;
www.eeworm.com/read/469497/6929067

gif struct_intro.gif

www.eeworm.com/read/408948/7153309

h struct_caches.h

#ifndef CAN_READ_CACHE #define CAN_READ_CACHE #include //this is the video cache #define VIDEO_CACHE_SIZE 16*160*120/8 #define VIDEO_PER_LINE_CACHE_SIZE 16*160/8 #define VIDEO_CACHE_NU
www.eeworm.com/read/461264/7230352

pro copy_struct.pro

;+ ; NAME: ; COPY_STRUCT ; PURPOSE: ; Copy all fields with matching tag names from one structure to another ; EXPLANATION: ; COPY_STRUCT is similar to the intrinisc STRUCT_ASSIGN procedure but