代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/169277/9870666
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,
www.eeworm.com/read/364674/9898614
m hpsooptions.m
function options=hPSOoptions(varargin)
%Syntax: options=hPSOoptions(varargin)
%_____________________________________
%
% Options definition for PSO.
%
% options is the options struct:
%
www.eeworm.com/read/364497/9905378
cpp rsa.cpp
// rsa.cpp : Defines the entry point for the console application.
//
// rsa.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
// RSA.cpp : Defines the entry
www.eeworm.com/read/364264/9916900
m checkvarsparams.m
function params=checkvarsparams(start,continuing,params,n);
%CHECKVARSPARAMS Initializes GPLAB algorithm parameter variables.
% CHECKVARSPARAMS(START,CONTINUE,PARAMS,POPSIZE) returns a complete
www.eeworm.com/read/364250/9917219
cpp dyz2.cpp
#include "stdio.h"
#include "math.h"
#include "stdlib.h"
#define N 24
#define M 3
void main()
{
int equal(float R1[][N],float R2[][N]);
int i,j,k;
int r,c;
float R[N][N]={0};//相似矩阵
flo
www.eeworm.com/read/168118/9938062
m flattentd.m
% flattenTD - flattens the TD curve (td) to the reference TD curve
% (tdref) and returns the flattened curve and velocity corresponding
% to the timeshift required to flatten them.
%
% Input:
% td
www.eeworm.com/read/167036/9984000
c 辅助变量法.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
void brmul(a,b,m,n,k,c)
int m,n,k;
double a[],b[],c[];
{ int i,j,l,u;
for (i=0; i
www.eeworm.com/read/166825/9996261
c apriori.c
/*----------------------------------------------------------------------
File : apriori.c
Contents: apriori algorithm for finding association rules
Author : Christian Borgelt
History : 14.
www.eeworm.com/read/166778/9998624
c bitsetv-print.c
/* Bitset vectors.
Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of Bison.
Bison is free software; you can redistribute it and/or modify it under
the terms of th
www.eeworm.com/read/166778/9999255
c closure.c
/* Closures for Bison
Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you