代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/278764/10511344

c inp.c

/* * inp.c -- read all the ports specified in hex on the command line. * The program uses the faster ioperm/iopl calls on x86, /dev/port * on other platforms. The program acts as inb/inw/i
www.eeworm.com/read/278764/10511348

c wmapper.c

/* * wmapper.c -- simple file that mmap()s a file region and writes to it */ #include #include #include #include #include #include
www.eeworm.com/read/352754/10515290

c configure.c

/* * sound/configure.c - Configuration program for the Linux Sound Driver * * Copyright by Hannu Savolainen 1993 * * Redistribution and use in source and binary forms, with or without *
www.eeworm.com/read/352732/10521051

c chm_http.c

/* $Id: chm_http.c,v 1.7 2002/10/08 03:43:33 jedwin Exp $ */ /*************************************************************************** * chm_http.c - CHM archive test driver
www.eeworm.com/read/278599/10526786

m ex4_2.m

% 输入文本文件名 qname=input('Enter file containing questions : ','s'); ip=fopen(qname,'rt'); % 打开该文本文件 if (ip
www.eeworm.com/read/278580/10527195

c capture.c

#include "cgic.h" int cgiMain() { cgiWriteEnvironment("/CHANGE/THIS/PATH/capcgi.dat"); cgiHeaderContentType("text/html"); fprintf(cgiOut, "Captured\n"); fprintf(cgiOut, "Captur
www.eeworm.com/read/423896/10527843

m ex612.m

%《MATLAB及其在理工课程中的应用指南》第六章例6-1-2程序 % 多种单位换算 % 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版 % clear all; disp(' 长度单位换算程序') fprintf('长度单位: \n'); %@ 选择输入输出的单位 fprintf(' 1) 厘米 2) 米 3) 千米 4) 英寸 \
www.eeworm.com/read/423896/10527854

m ex643.m

%《MATLAB及其在理工课程中的应用指南》第六章例6-4-3程序 % 电位分布及电场计算 % 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版 % fprintf('输入电位分布方程 V(x,y) \n'); fprintf('例如: log(x.^2 + y.^2) \n'); V = input(': ','s');
www.eeworm.com/read/278517/10528844

cpp createps.cpp

// CreatePS.cpp : Defines the entry point for the console application. // #include "stdafx.h" static char* g_pszUsage = "This program generates a makefile and a .def file to\n" "for creating
www.eeworm.com/read/423819/10531095

m newton.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% 计算方法实验 %%% %%% ---Newon插值与三次样条插值 %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc %清除命令窗的指令 clear