代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/170245/9813557

inc jsyks.inc

include \masm32\include\head.inc DlgProc PROTO :HWND,:UINT,:WPARAM,:LPARAM My_Quit PROTO :HWND My_Init PROTO :HWND My_Proc PROTO :HWND QueryProc proto hWin:DWORD, uMsg:DWORD, wParam:
www.eeworm.com/read/366434/9814549

txt rfc2471.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:安智平(fivestar anzp@xanet.edu.cn) 译文发布时间:2001-4-13 版权:本中文翻
www.eeworm.com/read/366205/9824661

map t6963.map

RAM Allocation Variable Address Size -------------------------------------------------------------------------------- EEPROM Allocation
www.eeworm.com/read/365168/9875729

lst chap17.lst

listing 1 #include #include float *get_mem(void) { float *p; p = calloc(100, sizeof(float)); if(!p) { printf("Allocation Error\n"); exit(1); } ret
www.eeworm.com/read/363672/9940452

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Allocation.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/359831/10121504

c util.c

/* * FAAC - Freeware Advanced Audio Coder * Copyright (C) 2001 Menno Bakker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/359462/10144598

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/359215/10160892

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/163075/10176818

c nrutil.c

#include #include #include //报告错误 void nrerror(char *error_text) { printf("Numerical Recipes run-time error...\n"); printf("%s\n",error_text); printf("..now e
www.eeworm.com/read/357734/10202087

cpp strtype.cpp

// StrType.cpp: implementation of the StrType class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "StrType.h" #include #i