代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/180137/5290473
sun
# Values for Sun MC680x0 binaries
0 short 2 mc68020
>2 short 0407 executable
>2 short 0410 pure executable
>2 short 0413 demand paged executable
>16 long >0 not stripped
0 short 1 mc68010
www.eeworm.com/read/136989/5829374
cpp server_manager.cpp
// Server_Manager.cpp,v 1.20 2003/11/10 16:55:36 jwillemsen Exp
#include "Server_Manager.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
ACE_RCSID(On_Demand_Loading, Server_Manager, "
www.eeworm.com/read/136989/5831633
bor server.bor
# server.bor,v 1.2 2003/12/23 21:20:19 dhinton Exp
#
# Makefile for building the Smart_Proxies On_Demand server
#
NAME = server
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -G
www.eeworm.com/read/136989/5831636
bor client.bor
# client.bor,v 1.2 2003/12/23 21:20:19 dhinton Exp
#
# Makefile for building the Smart_Proxies On_Demand client
#
NAME = client
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -G
www.eeworm.com/read/386978/8714830
m cw.m
function route=CW(x,l)
global demand;
for v=lenth(l)
Rset(x(v,1))=[Rset(x(v,1)),v(2:length(l)+1)];
end
for j=1:lenth(l)
for i=j+1:lenth(l)
Dd(i,j)=distance(v(j),v(i));
www.eeworm.com/read/386978/8714891
asv cw.asv
function route=CW(x,l)
global demand;
for v=lenth(l)
Rset(x(v,1))=[Rset(x(v,1)),v(2:length(l)+1)];
end
for j=1:lenth(l)
for i=j+1:lenth(l)
Dd(i,j)=distance(v(j),v(i));