代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/356688/10222916
cpp analysis.cpp
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#define MaxLength 100
const int WORDNUM = 32,OPERATORNUM = 44;
const int SPECIALNUM = 3,TYPENUM = 6;
char *Words[]={"char", "double", "
www.eeworm.com/read/356682/10222952
m dirprob.m
echo on
%--------------------------------------------------
% DirProb
% Example direct geodetic problem. Computes
% lat,lon,ht of 2nd point from distance,azimuth,
% vertical angle from 1st poin
www.eeworm.com/read/356682/10222972
m invprob.m
echo on
%--------------------------------------------------
% InvProb
% Example inverse geodetic problem. Computes
% azimuth, vertical angle and distance from 1st
% to 2nd point.
% 7 Jul 96
%
%
www.eeworm.com/read/356682/10222974
m dirinv.m
%echo on
%--------------------------------------------------
% DirInv
% Script to perform direct or inverse geodetic
% problem.
% 01 May 96
%
% Required M-files: dms2rad, rad2dms, inverse, direct
www.eeworm.com/read/356654/10223393
m blackscholes.m
% PURPOSE : Demonstrate the differences between the following
% filters on an options pricing problem.
%
% 1) Extended Kalman Filter (EKF)
% 2) Unscented Kalman Filter
www.eeworm.com/read/356255/10233953
c iv.c
#include"stdio.h"
#include"math.h"
#include"stdlib.h"
#include"brmul.c"
//#define B 0.23
int main()
{
FILE *fp1,*fp2,*fp3;
static double u[650],e[650],z[650],x1[650];
static double
www.eeworm.com/read/356044/10237957
c main.c
/*******************************************/
/* Simple Genetic Algorithm - SGA */
/* Haploid Version */
/* (c) David Edward Goldberg 1986 */
/*
www.eeworm.com/read/356044/10237960
c report.c
/*----------------------------------------------------------------------------*/
/* report.c - generation report files */
/*----------------------------------
www.eeworm.com/read/356044/10237966
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/218821/10246429
cpp bianyidlg.cpp
// bianyiDlg.cpp : implementation file
//
#include "StrOper.h"
#include "stdafx.h"
#include "bianyi.h"
#include "bianyiDlg.h"
#include "LlFenxi.h"
#include
#include
#include