代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/243660/12929288
c mark.c
/**************************************************************************
*
* ROUTINE
* mark
*
* FUNCTION
*
* display prompts to indicate processin
www.eeworm.com/read/243660/12929573
c mark.c
/**************************************************************************
*
* ROUTINE
* mark
*
* FUNCTION
*
* display prompts to indicate processin
www.eeworm.com/read/329843/12929833
txt quanke.txt
#include
#include
#include
#define MAX 100
#define MAXVALUE 10000
typedef struct
{
int weight;
int flag;
int parent;
char ch;
int
www.eeworm.com/read/243651/12929944
m outputresult.m
function OutputResult(History,EndTime,NProcess)
fprintf('-Time-----RunningP------ReadyQ---------DiskQ--------------------------------\n');
for i=1:EndTime
if sum(History(:,i)~=0)
fprin
www.eeworm.com/read/243651/12929954
m inqueue3qready.m
%flag 'D'-diskqueue, 'R'-readyqueue
function [Q,pos]=InQueue3QReady(p,value,newStartFlag,Q,Qlen,flag)
%disp('=========in InQueue2================');
i=1;
while i
www.eeworm.com/read/243650/12929980
m outputresult.m
function OutputResult(History,EndTime,NProcess)
fprintf('-Time-----RunningP------ReadyQ---------DiskQ--------------------------------\n');
for i=1:EndTime
if sum(History(:,i)~=0)
fprin
www.eeworm.com/read/243649/12929998
m outputresult.m
function OutputResult(History,EndTime,NProcess)
fprintf('-Time-----RunningP------ReadyQ---------DiskQ--------------------------------\n');
for i=1:EndTime
if sum(History(:,i)~=0)
fprin
www.eeworm.com/read/243648/12930024
m outputresult.m
function OutputResult(History,EndTime,NProcess)
fprintf('-Time-----RunningP------ReadyQ---------DiskQ--------------------------------\n');
for i=1:EndTime
if sum(History(:,i)~=0)
fprin
www.eeworm.com/read/243648/12930032
m inqueue.m
function [Q,pos]=InQueue(p,Q,Qlen)
i=1;
while iQlen
fprintf('Not Postion Available In The
www.eeworm.com/read/243648/12930039
m inqueue2.m
function [Q,pos]=InQueue2(p,value,Q,Qlen)
disp('=========in InQueue2================');
i=1;
while i