代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/127781/5995067

gal ld.script.gal

OUTPUT_FORMAT("elf32-bigmips") OUTPUT_ARCH(mips) ENTRY(startup) SECTIONS { kernel_location_start = 0x80100000; . = 0x80400000; .text : { *(.text) } .bss : { *(.bss) } .data :{ *(.d
www.eeworm.com/read/110034/6166317

gal ld.script.gal

OUTPUT_FORMAT("elf32-bigmips") OUTPUT_ARCH(mips) ENTRY(startup) SECTIONS { kernel_location_start = 0x80100000; . = 0x80400000; .text : { *(.text) } .bss : { *(.bss) } .data :{ *(
www.eeworm.com/read/101042/6258166

c mem.c

/* crypto/mem.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The im
www.eeworm.com/read/101042/6258474

c ex_data.c

/* crypto/ex_data.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * Th
www.eeworm.com/read/493479/6393975

makefile

CC = gcc LINKER = gcc CFLAGS = -g LDFLAGS = -lm MAKEFILE= ./Makefile HDRS = initial.h\ globalval.h\ process.h\ fd2d.h\ fd3d.h\ my_file.h\
www.eeworm.com/read/264253/11324268

c qr_value.c

#include "stdio.h" #include "stdlib.h" #include "mpi.h" #include "math.h" #define E 0.0001 #define intsize sizeof(int) #define floatsize sizeof(float) #define a(x,y) a[x*M+y] #define q(x,y) q[x*M+y] #
www.eeworm.com/read/158702/11592243

c svm_learn.c

/***********************************************************************/ /* */ /* svm_learn.c
www.eeworm.com/read/151612/12187402

c svm_learn.c

/***********************************************************************/ /* */ /* svm_learn.c
www.eeworm.com/read/151191/12230324

c svm_learn.c

/***********************************************************************/ /* */ /* svm_learn.c
www.eeworm.com/read/251632/12329760

txt 在simulink环境下实现实时仿真.txt

在simulink环境下实现实时仿真 众所周知,基于simulink的仿真属于伪实时仿真,其仿真时间并不与实际时间同步,而与机器执行速度和模型复杂度有关。那么怎样实现simulink环境下的实时仿真呢。Matlab提供一个实时工作环境(RTW)用于将simulink模型转化成C程序,在外部模式下这个C程序 是可以和simulink进行数据交换的。如果在C程序中加入时钟中断, ...