代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/149950/12329588
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/251577/12333762
hpp file_operations.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: winstl/shell/file_operations.hpp (formerly ::SynesisWin, ShellFileOp.h)
*
* Purpose: Shell file op
www.eeworm.com/read/337525/12364827
cpp main.cpp
#include "MemoryMgr.h"
#include "HeapFactory.h"
#include "GameEntity.h"
#include "PhysicsInfo.h"
int main()
{
int bookmark = HeapFactory::GetMemoryBookmark ();
// This is just a
www.eeworm.com/read/337282/12379569
py widget.py
#!/usr/bin/python
import sys
import gobject
import pango
import gtk
from gtk import gdk
if gtk.pygtk_version < (2, 8):
print "PyGtk 2.8 or later required for this example"
raise SystemExit
www.eeworm.com/read/336904/12407717
cmd volume55.cmd
MEMORY
{
PAGE 0:
ROM (RWIX) : origin = 0400h, length = 0f000h /* Program Memory */
VECS (RWIX) : origin = 0200h length = 00200h /* Reset Vector */
PAGE 1:
www.eeworm.com/read/336902/12407801
cmd volume55.cmd
MEMORY
{
PAGE 0:
ROM (RWIX) : origin = 0400h, length = 0f000h /* Program Memory */
VECS (RWIX) : origin = 0200h length = 00200h /* Reset Vector */
PAGE 1:
www.eeworm.com/read/336902/12407858
cmd volume55.cmd
MEMORY
{
PAGE 0:
ROM (RWIX) : origin = 0400h, length = 0f000h /* Program Memory */
VECS (RWIX) : origin = 0200h length = 00200h /* Reset Vector */
PAGE 1:
www.eeworm.com/read/250225/12423251
m radchanalloc.m
function [k, obkn] = radchanalloc(b, obk, bdes)
% DESCRIPTION [k ,obkn] = radchanalloc(b, obk, bdes)
% Radio Channel Allocation.
% INPUT
% b -- Bases where channels are requested.
% obk --
www.eeworm.com/read/148696/12440212
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
www.eeworm.com/read/148696/12442071
cpp new_far.cpp
#include
void main(void)
{
char far *pointer;
do
{
pointer = new far char[10000];
if (pointer)
cout