代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/280048/10358865

cpp main.cpp

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/425378/10359666

m display.m

function display(q,ki,kj) %QUEUE\DISPLAY command window display of a queue object. % 调用格式 % display(q) 笼统显示整个队列 % display(q,ki) 单下标法显示具体队列元素的内容 % display(q,ki,kj) 双下标法显示具体队列元素的内容 if nargin==
www.eeworm.com/read/354378/10360905

m ssqmain.m

function []=ssqmain() clc; clear; %随机产生彩票号码 ssqredno=6;%定义双色球的红球号码个数 %ssqblueno=1;%定义双色球的蓝球号码个数 ssqred=zeros(1,ssqredno);%初始化双色球红球号码全部为0 %ssqblue=zeros(1,ssqblueno);%初始化双色球蓝球号码为0 flag=false;%定义一个标志变量
www.eeworm.com/read/161855/10360908

c bayesol.c

/* * Copyright (C) 2002 Laird Breyer * * 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
www.eeworm.com/read/425341/10363356

bak p_i_dte.bak

#include #include #include double Kp,Ti,Td,Ts; double E[100],U[100],P[100]; double e_2,e_1,e, u,u_1; double sp,y,c,fb; double Emax; double feedback(); int i;
www.eeworm.com/read/425341/10363365

c p_i_dte.c

#include #include #include double Kp,Ti,Td,Ts; double E[100],U[100],P[100]; double e_2,e_1,e, u,u_1; double sp,y,c,fb; double Emax; double feedback(); int i;
www.eeworm.com/read/161803/10372661

c font.c

/* font.c ** ** create pixmaps from text using freetype ** Copyright (C) 2001 Florian Berger ** Email: harpin_floh@yahoo.de, florian.berger@jk.uni-linz.ac.at ** ** This program is free so
www.eeworm.com/read/161772/10375910

c ftell.c

/* Demonstrates ftell() and rewind(). */ #include #include #define BUFLEN 6 char msg[] = "abcdefghijklmnopqrstuvwxyz"; int main( void ) { FILE *fp; char buf[
www.eeworm.com/read/161772/10375942

c fscanf.c

/* Reading formatted file data with fscanf(). */ #include #include int main( void ) { float f1, f2, f3, f4, f5; FILE *fp; if ( (fp = fopen("INPUT.TXT", "r"))
www.eeworm.com/read/161772/10376787

c week3.c

/* Program Name: week3.c */ /* Program to keep track of names and phone numbers. */ /* Information is written to a disk file specified */ /* with a command-line para