代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/145407/12726227
cmd codec.cmd
MEMORY
{
PAGE 0: PRAM: origin = 0100h, length = 3000h /* Internal Program RAM */
PAGE 1: SCRATCH: origin = 0060h, length = 0020h /* Scratch Pad Data RAM */
DRAM: origin =
www.eeworm.com/read/331910/12801972
c dw_image.c
/*
* File: dw_image.c
*
* Copyright (C) 2001 Sebastian Geerken ,
* Jorge Arellano Cid
*
* This program is free software; you can redistrib
www.eeworm.com/read/331910/12801991
c edillo.c
/*
** $Id: edillo.c,v 1.51 2005/07/01 07:05:28 weiym Exp $
**
** Copyright (C) 2004 Feynman Software.
**
** License: GPL
*/
#include
#include
#include
#include
www.eeworm.com/read/143957/12827529
cpp initializetraining.cpp
#include "stdafx.h"
#include
#include
#include
#include
#include
#include "initializeTraining.h"
FeaturePtr **example;
int * target;
www.eeworm.com/read/143954/12827634
cpp initialize.cpp
#include
#include
#include
#include
#include "initialize.h"
//#include "classify.h"
FeaturePtr **example;
FeaturePtr **sv;
double *lambda;
int *s
www.eeworm.com/read/331315/12833719
cpp fdtd_3d.cpp
#include "FDTD_3D.h"
#include "run_enviroment.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////
www.eeworm.com/read/330219/12906378
cpp 14_1.cpp
//14_1
#include
class Samp{
public:
void Setij(int a, int b){i=a,j=b;}
~Samp(){ cout
www.eeworm.com/read/243410/12943283
cpp nrutil.cpp
//nrutil.cpp
#include "StdAfx.h"
#include
#include
#include
//报告错误
void nrerror(char *error_text)
{
printf("Numerical Recipes run-time error...\n");
printf
www.eeworm.com/read/329239/12967695
cmd serial.cmd
-stack 40
-l rts2xx.lib
/*-------------------------------------------------------------------------*/
/* 命令文件 - 存储空间 F2407 */
/*--------------------------------------------
www.eeworm.com/read/141545/13001292
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)