代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/277715/10611097
m ext_ica_mod1.m
% ==========================================================================
%
% This function performs ICA on mixtures
% of super Gaussian and sub Gaussian distributions.
%
% EXTENDED ICA
%
% [u,w,w
www.eeworm.com/read/422760/10612000
txt primsalgorithm.txt
%Prims Algorithm
%coded by Vikramaditya V. Kundur
%more information www.matlabsky.cn
clc
fid = fopen('testfile1.txt', 'r'); % Input file
%Input file should be in the form of a text file.
www.eeworm.com/read/159516/10644865
c goppa_code.c
/*
From: prometheus@olympus.uucp (prometheus)
this program is a compact implementation of goppa codes with parameters
m=10, t=37 for 32-bit machines. the decoding is due to nicholas
patterson, algeb
www.eeworm.com/read/351176/10676480
m erica.m
function [BW,B,W,A,y] = erica(x,nsou,whitening,MaxIter,stop);
% ERICA: Equivariant Robust Indepedent Component Analysis algorithm
% (Asymptotically equivariant for sufficient number of samples
%
www.eeworm.com/read/421659/10716139
c cjpeg.c
/*
* cjpeg.c
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/276620/10722398
c shell.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/421570/10728881
cpp cfd eno格式.cpp
#include
#include
#include
#define T 0.5
#define h 1
void main()
{
int j,n;
int P=1000,M=100,G=80;
int i;
int k=2;
double ub[1000][2];
int is[1000];
www.eeworm.com/read/420417/10796528
c step2_clae_first_follow_select.c
#include
#include
#include
#define DEBUG 1
#define MAX_SETENCE_LEN 2000
#define MAX_GRAM_LEN 255
#define MAX_ELE_NUM 40
#define MAX_GRAM_ELE_NUM 30