代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/250797/12384612
c fuzzy02.c
/* fuzzy02.c */
#include
#include
#include
#include
float Gas_NM[] = {
1.0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
float Gas_NS[] = {
0, 0, 0.5,
www.eeworm.com/read/250797/12384616
c fuzzy01.c
/* fuzzy01.c */
#include
#include
#include
#include
float Gas_NM[] = {
1, 0.8, 0.6, 0.4, 0.2, 0, 0, 0, 0, 0, 0
};
float Gas_Z[] = {
0, 0, 0
www.eeworm.com/read/129891/14219549
c xti_setopt.c
#include "unpxti.h"
int
xti_setopt(int fd, int level, int name, void *optval, socklen_t optlen)
{
int rc;
struct t_optmgmt *req, *ret;
struct t_opthdr *topt;
req = T_alloc(fd, T_OPTMGMT, T_
www.eeworm.com/read/129891/14219553
c xti_getopt.c
#include "unpxti.h"
int
xti_getopt(int fd, int level, int name, void *optval, socklen_t *optlenp)
{
int rc, len;
struct t_optmgmt *req, *ret;
struct t_opthdr *topt;
req = T_alloc(fd, T_OPTM
www.eeworm.com/read/129726/14231316
c imagesiz.c
#include
#include
#include
void main()
{
int gd=0,gm;
void *buf;
int size,i;
initgraph(&gd,&gm,"");
rectangle(320-8,200-8,320+8,200+8);
circle(320,200,8);
s
www.eeworm.com/read/128927/14272504
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/227371/14429987
h cdib.h
// cdib.h 对CDib类中数据和函数进行进行声明
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的
www.eeworm.com/read/226770/14452858
c multilog.c
#include
#include
#include
#include "direntry.h"
#include "alloc.h"
#include "buffer.h"
#include "strerr.h"
#include "error.h"
#include "open.h"
#include "lock.h"
www.eeworm.com/read/124485/14565207
cpp test.cpp
#include "video.h"
#include
#define BOX_LEFT 200
#define BOX_TOP 200
#define BOX_RIGHT 400
#define BOX_BOTTOM 400
#define GRID_STEP 20
#define BOX_WIDTH 200
void DrawGrid(int iBa
www.eeworm.com/read/124283/14578448
c qrng.c
/* Author: G. Jungman
*/
#include
#include
#include
#include
#include
gsl_qrng *
gsl_qrng_alloc (const gsl_qrng_type * T, unsigne