代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/460492/7248803
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the C_Minus compiler
www.eeworm.com/read/460435/7250444
m prwarning.m
%PRWARNING Show PRTools warning
%
% PRWARNING(LEVEL,FORMAT,...)
%
% Shows the message (given as FORMAT and a variable number of arguments),
% if the current PRWARNING level is >= LEVEL. Output is wr
www.eeworm.com/read/460435/7250491
m disperror.m
%DISPERROR Display error matrix with information on classifiers and datasets
%
% DISPERROR(DATA,CLASSF,ERROR,STD,FID)
%
% INPUT
% DATA Cell array of M datasets or dataset names (strings)
% CLAS
www.eeworm.com/read/460435/7251191
m confmat.m
%CONFMAT Construct confusion matrix
%
% [C,NE,LABLIST] = CONFMAT(LAB1,LAB2,METHOD,FID)
%
% INPUT
% LAB1 Set of labels
% LAB2 Set of labels
% METHOD 'count' (default) to count n
www.eeworm.com/read/460375/7252430
c rcservo_app.c
/*
rcservo_app.c
*/
/*
THIS SOFTWARE WAS PRODUCED BY EMPLOYEES OF THE U.S. GOVERNMENT AS PART
OF THEIR OFFICIAL DUTIES AND IS IN THE PUBLIC DOMAIN.
*/
#include
#include /
www.eeworm.com/read/459795/7264660
m logreport.m
%LOGREPORT Create simulation log-file.
% LOGREPORT simply archives simulation environment variables and
% running conditions into a log-file named `mimotools.log'. In fact
% LOGEPORT script
www.eeworm.com/read/459754/7264895
c webserv.c
#include
#include
#include
#include
#include
#include
void read_til_crnl(FILE *fp);
void process_rq(char *rq, int fd);
void header
www.eeworm.com/read/459528/7274285
m parsegsa.m
function gsa_out = parsegsa(line)
% gsa_out = parsegsa(line);
%
% Function to parse GSA NMEA messages.
%
% Input:
% line - string with NMEA GSA data for one message
% Output:
% gsa_ou
www.eeworm.com/read/459319/7277244
m chuankou.m
clc,clear
%s = serial('COM1', 'BaudRate', 9600);
%set(s)
%s=serial('COM1','BaudRate',9600,'Parity','odd','DataBits',8,'StopBits',1);
%fopen(s);
%fprintf(s,'31')
%s=serial('com1','BaudRate',960