代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/238831/7101628
cpp sgalib.cpp
// SGAlib.cpp : implementation file
//
#include "stdafx.h"
//#include "SGA for testing.h"
#include "SGAlib.h"
#include "iostream.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/238831/7101632
cpp sga for testing.cpp
// SGA for testing.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "SGA for testing.h"
#include "SGAlib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/296134/7103045
m fir.m
%
% FIR filter design using Hamming window
%
ORD1=511;
F=8000;
N=128;
x=(0:127)/256*F;
% Nth order Lowpass
f1=1200;
Wn=f1/F*2;
blp=fir1(ORD1,Wn);
BLP=blp*32767;
m=freqz(blp,1,N);
plot(x
www.eeworm.com/read/223598/7104093
c dpid_common.c
#include
#include
#include
#include
#include "dpid_common.h"
/*
* Send a verbose error message.
*/
void errmsg(char *caller, char *called, int errornum, cha
www.eeworm.com/read/186628/7107289
c fdtd3d.c
/* program fdtd3d.c - last modified 7/26/94 */
/* Executable 3-D FDTD modeling code. Reads in the binary parameter file
"fdmenu.par" during program execution.
Derived from Yee, IEEE T
www.eeworm.com/read/286802/7107658
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/452312/7107798
m output.m
%*******************************
%Filename:output.m
%Author:Hweel_Zheng(郑奕辉)
%First created:2008.08.23
%Last mended:2008.08.25
%******************************
fid=fopen(resultfile,'a'
www.eeworm.com/read/452312/7107807
m opendatafile.m
%*******************************
%Filename:opendatafile.m
%Author:Hweel_Zheng(郑奕辉)
%First created:2008.08.23
%Last mended:2008.08.25
%******************************
%打开bus、line数据文件并创建
www.eeworm.com/read/296774/7113558
h iris6.h
/* Definitions of target machine for GNU compiler. Iris version 6.
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistrib
www.eeworm.com/read/296774/7113808
h crds.h
/* Definitions of target machine for GNU compiler;
Charles River Data Systems UNiverse/32.
Copyright (C) 1987, 1993, 1994 Free Software Foundation, Inc.
Contributed by Gary E. Miller (Gary_Ed