代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/449771/7496753
m abspackedheight.m
function AbsPackedHeight
% Gas Absorption in Packed Towers
% 计算填料吸收塔的总传质单元数NOG
%
% 采用自适应Lobatto求积(Adaptive Lobatto quadrature)函数quadl()进行数值积分
%
% Author: HUANG Huajiang
% Copyright 2003 UN
www.eeworm.com/read/449771/7496760
m boilingpoint.m
function BoilingPoint
% 计算混合液体的沸点及平衡蒸汽组成
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision
www.eeworm.com/read/449771/7496787
m enzymereactdiff.m
function EnzymeReactDiff
% 氧扩散进入球形细胞中进行酶催化反应
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revi
www.eeworm.com/read/449771/7496815
m xfminbnd.m
function xFminbnd
% 单变量最优化--函数fminbnd()的简单应用示例
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Re
www.eeworm.com/read/449771/7496826
m pfrtempopt_b.m
function PFRTempOpt_B
% 求反应管最优温度分布(用最优化方法搜索k,其它同PFRTempOpt_A.m)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shang
www.eeworm.com/read/449771/7496829
m doe.m
function DOE
% D-优化试验设计
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision: 1.0 $ $Date: 2
www.eeworm.com/read/449694/7497916
c 读写文本文件.c
#include "stdio.h"
void main()
{
FILE *funny,*printer,*fp;
char c;
funny = fopen("TENLINES.TXT","r"); /*打开文本文件 */
printer = fopen("PRN","w"); /*开启打印机*/
fp = fopen("weew.
www.eeworm.com/read/449568/7500717
c oops_test.c
/*
* This is a small test program for generating a kernel protection fault
* using the oops loadable module.
*
* Fri Apr 26 12:52:43 CDT 1996: Dr. Wettstein
* Initial version.
*/
/* Includes.
www.eeworm.com/read/449504/7501966
m bino_d.m
% PURPOSE: demo of binomial distribution functions
% prints mean and variance of 1000 draws
% plots pdf,cdf,inverse
%
%---------------------------------------------------
% USA
www.eeworm.com/read/449504/7501968
m logt_d.m
% PURPOSE: demo of logistic distribution functions
% prints mean and variance of 1000 draws
% plots pdf,cdf,inverse
%
%---------------------------------------------------
% USA