代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/416247/11036636
m sprec.m
%This programme solves various formulaes for single phase half wave rectifier
%This function runs independently as well as with "power_electronics"
%In order to execute this function type ''sprec''
www.eeworm.com/read/270417/11038995
c main.c
/****************************************************/
/* File: main.c */
/* Main program for TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/270407/11039151
l ch2-02.l
%{
unsigned charCount = 0, wordCount = 0, lineCount = 0;
%}
word [^ \t\n]+
eol \n
%%
{word} { wordCount++; charCount += yyleng; }
{eol} { charCount++; lineCount++; }
. charCount++;
%%
main(argc,argv
www.eeworm.com/read/270404/11039260
cpp util.cpp
#include "globals.h"
#include "util.h"
void printToken( TokenType token, const char* tokenString )
{
switch(token)
{
case ELSE:
case IF:
case INT:
case RETURN:
case VOID:
case WHI
www.eeworm.com/read/270404/11039283
cpp util.cpp
#include "globals.h"
#include "util.h"
void printToken( TokenType token, const char* tokenString )
{
switch(token)
{
case ELSE:
case IF:
case INT:
case RETURN:
case VOID:
case WHI
www.eeworm.com/read/416075/11042330
m exam6_6.m
N=0;
a=load('zhong.txt');
b=load('zdm.txt');
fid=fopen('zhong2.txt','a');
for i=1:length(a);
N=N+1;
S=a(i);
Y=b(i);
fprintf(fid,'%d',N);
fprintf(fid,'%s',' ');
fprintf(fid,
www.eeworm.com/read/416075/11042341
m exam6_5.m
fid=fopen('zhong.txt','r');
[a,count]=fscanf(fid,'%g');
status=fclose(fid);
fid=fopen('zdm.txt','r');
[b,count]=fscanf(fid,'%g');
status=fclose(fid);
fid=fopen('zhong1.txt','a');
for i=1:length
www.eeworm.com/read/416009/11044661
c getline.c
getline(void)
{
int i;
for (i = 0; (line[i] = getchar())!='\n' && i
www.eeworm.com/read/471241/6900226
txt pq.txt
#include "stdio.h"
#include "math.h"
#define M 20 /*节点数、支路数极限值*/
#define N 5 /*迭代次数极限值*/
int n,m,dd=0,pq=0,pv=0,tt,qy;
float eps; /*节点数、支路数、对地支路数、pq节点数、pv节点数、控制打印、互联网数、精度*/
struct ji
www.eeworm.com/read/470596/6904734
cpp main_genetic.cpp
#include
#include
#include
#include
#include
#include "rand32.h"
#include "metagenetic.h"
const int nSwitches = 10;
const char * swi