代码搜索:structs
找到约 2,696 项符合「structs」的源代码
代码结果 2,696
www.eeworm.com/read/392414/8344230
c tools.c
#include
#include
#include
#include "../include/structs.h"
#include "../include/stddef.h"
int getSHM(){
SHM *shm;
int shmid;
int index;
key_t key;
key
www.eeworm.com/read/392414/8344242
c login.c
#include
#include // malloc
#include
#include
#include "../include/tools.h"
#include "../include/structs.h"
#include "../include/stddef.h"
void sig_clien
www.eeworm.com/read/392414/8344272
c_bak login_assist.c_bak
#include
#include
#include
#include "../include/stddef.h"
#include "../include/structs.h"
extern SHM *shm;
int getInput(USER *user){
char *s;
char c;
char *p
www.eeworm.com/read/367875/9724750
m som_write_data.m
function som_write_data(sData, filename, missing)
%SOM_WRITE_DATA Writes data structs/matrices to a file in SOM_PAK format.
%
% som_write_data(data,filename,[missing])
%
% som_write_data(sD,'system.
www.eeworm.com/read/235928/14041298
m som_write_data.m
function som_write_data(sData, filename, missing)
%SOM_WRITE_DATA Writes data structs/matrices to a file in SOM_PAK format.
%
% som_write_data(data,filename,[missing])
%
% som_write_data(sD,'system.
www.eeworm.com/read/175598/9540426
c sizes.c
#define _WIN32_WINNT 0x400
#include "test.h"
#include "../implement.h"
int
main()
{
printf("Sizes of pthreads-win32 structs\n");
printf("-------------------------------\n");
printf("%30s %4d\n
www.eeworm.com/read/165123/10075693
c std_calculation_funcs.c
#include
#include
#include
#include
#include
#include "structs.h"
#include "funcs.h"
//#define DEBUG_LABELING_UPDATE
//#define DEBUG_DEALLOCATE_
www.eeworm.com/read/417321/10994553
c sizes.c
#define _WIN32_WINNT 0x400
#include "test.h"
#include "../implement.h"
int
main()
{
printf("Sizes of pthreads-win32 structs\n");
printf("-------------------------------\n");
printf("%30s %4d\n
www.eeworm.com/read/137878/13282679
h oglviewer.h
#ifndef _OGL_VIEWER_H_
#define _OGL_VIEWER_H_
#include
#include
#include
#include
#include "structs.h"
class OGLViewer : public QGLWidget {
Q_OBJEC
www.eeworm.com/read/302053/13843701
h text_code.h
#ifndef _TEXT_CODE_H_
#define _TEXT_CODE_H_
#include "momusys.h"
#include "mom_structs.h"
#include "text_defs.h"
#include "text_bits.h"
//#include "text_util.h"
#ifdef __cplusplus
exte