代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/338523/12301287
m ga_alloc.m
% GA_alloc.m file
% Fin max profits of an allocation process
% PenChen Chou, 4-8-2002
clear all
ans=1;
who
fprintf('>>>Start this program [GA_alloc.m] now. Please wait!\n');
pause(1)
globa
www.eeworm.com/read/338523/12302423
m ps_alloc.m
% PS_alloc.m file
% Fin max profits of an allocation process
% PenChen Chou, 4-8-2002
% PenChen Chou. 2005-4-18.
clear all
ans=1;
who
fprintf('>>>Start this program [PS_alloc.m] now. Please
www.eeworm.com/read/149850/12340801
h stack_alloc.h
/* Copyright (C) 2002 Jean-Marc Valin
File: stack_alloc.h
Temporary memory allocation on stack
Redistribution and use in source and binary forms, with or without
modification, are pe
www.eeworm.com/read/251206/12357882
h my_alloc.h
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/337040/12400926
h pthread_alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/337040/12400946
h stl_alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/250225/12423302
m resource_alloc.m
function [st_baseStation] = resource_alloc(st_baseStation, st_mobileStations, st_initConfig)
switch st_baseStation.scheduler_Algo
case 0
st_baseStation.allocation(1,1,1:st_baseStation
www.eeworm.com/read/148696/12441438
rc global_alloc.rc
#include "windows.h"
#include "Global_Alloc.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/148696/12441441
h global_alloc.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/148696/12441443
mak global_alloc.mak
# Nmake macros for building Windows 32-Bit apps
all: Global~1.exe
# Update the resource if necessary
Global~1.res: Global~1.rc Global~1.h
rc -r -fo Global~1.res Global~1.rc
# Update t