代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/468916/6981793
c util.c
/****************************************************/
/* File: util.c */
/* Utility function implementation */
/* for the TINY compiler
www.eeworm.com/read/468916/6981794
c main.c
/****************************************************/
/* File: main.c */
/* Main program for TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/468916/6981803
c code.c
/****************************************************/
/* File: code.c */
/* TM Code emitting utilities */
/* implementation for the TINY c
www.eeworm.com/read/468948/6982536
m norm2lzw.m
function [output, table] = norm2lzw (vector, maxTableSize, restartTable)
%NORM2LZW LZW Data Compression Encoder
% For vectors, NORM2LZW(X) is the compressed vector of X using the LZW algorithm.
%
www.eeworm.com/read/468644/6986152
m alg022.m
% FIXED-POINT ALGORITHM 2.2
%
% To find a solution to p = g(p) given an
% initial approximation p0
%
% INPUT: initial approximation p0; tolerance TOL;
% maximum number of iterati
www.eeworm.com/read/468652/6986198
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
www.eeworm.com/read/468666/6986259
m alg024.m
% SECANT ALGORITHM 2.4
%
% To find a solution to the equation f(x) = 0
% given initial approximations p0 and p1:
%
% INPUT: initial approximation p0, p1; tolerance TOL;
% maxim
www.eeworm.com/read/468694/6986627
txt vq.txt
/****************************************************************************
* *
* VECTOR QUANTIZATION
www.eeworm.com/read/468788/6988558
cpp quisort.cpp
#include
#include
#include
using namespace std;
void exchange(long A[],long &i,long &j){
long x;
x=i;
i=j;
j=x;
}
long Partition(long A[],long p,long
www.eeworm.com/read/468365/6989170
m awgn_conv_r12_k3_hard.m
% Name: AWGN_conv_R12_K3_hard.m
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2006. Robert Morelos-Zaragoza. All rights reserved.
clear al