代码搜索:Demand
找到约 1,286 项符合「Demand」的源代码
代码结果 1,286
www.eeworm.com/read/471460/6894173
m barcycle.m
% This function obtains a plot of the load cycle for a given interval.
% The demand interval and the load must be defined by the variable data
% in a three-column matrix. The first two columns are
www.eeworm.com/read/193642/8210028
c globals.c
#include "defs.h"
/*********************************************************************/
/* Variable Declaration */
/********************************
www.eeworm.com/read/193641/8210068
c globals.c
#include "defs.h"
/*********************************************************************/
/* Variable Declaration */
/********************************
www.eeworm.com/read/389989/8490263
bat 万能.bat
@shift 1
@echo off
color 0a
MODE con COLS=30 LINES=5
:start
title 万能批处理工具包 最终版
cls
color
for /f "delims=" %%i in ("%0") do set cdname=%%~dpi
MODE con: COLS=55 LINES=25
set tm1=%time:~0,2%
www.eeworm.com/read/431224/8694692
m fm_base.m
function fm_base
%FM_BASE report component parameters to system bases
%
%FM_BASE
%
%see also FM_SPF
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 04-Jan-2007
%
%E-mail: Federico
www.eeworm.com/read/431224/8698406
m growth.m
function growth(a,type)
global Bus PQ PV SW Demand Supply
rr = a.con(:,6)/100;
if sum(abs(rr)) < 1e-5
fm_disp('Likely no annual growth has been defined.',2)
return
end
switch type
case 'area'
www.eeworm.com/read/384940/8827896
m fm_base.m
function fm_base
%FM_BASE report component parameters to system bases
%
%FM_BASE
%
%see also FM_SPF
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 04-Jan-2007
%
%E-mail: Federico
www.eeworm.com/read/384940/8832330
m growth.m
function growth(a,type)
global Bus PQ PV SW Demand Supply
rr = a.con(:,6)/100;
if sum(abs(rr)) < 1e-5
fm_disp('Likely no annual growth has been defined.',2)
return
end
switch type
case 'area'
www.eeworm.com/read/428670/8852762
mtrc hurst method 1.mtrc
[ 0] DIRECTION DEMAND| 1 FWD/BKWD
[ 1] CONTROL MODE | 0
[ 2] Lock Pos.1 Time| 0.50 10ms/bit
[ 3] Lock Pos.2 Time| 0.50 10ms/bit
[ 4] L
www.eeworm.com/read/379716/9180978
txt 最高优先级程序源码.txt
#include
using namespace std;
#define error 0
#define ok 1
#define NULL 0
enum process_state{W,R,F}; //状态枚举类型(等待,运行,就绪)
typedef struct PCBNode //PCB结构体
{
char name; //名字
int prio