代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/165697/10053965

c fvs_matching.c

/*############################################################################# * 文件名:fvs_minutia.c * 功能: 指纹图像细节点提取 * modified by PRTsinghua@hotmail.com ##########################################
www.eeworm.com/read/165697/10053967

c main.c

/*############################################################################# * 文件名:fvs_enhancer.c * 功能: 指纹图像增强 * modified by PRTsinghua@hotmail.com ########################################
www.eeworm.com/read/165536/10057885

c num.c

/* ========================================================= * * NUM.C --- Numerical conversions. * * Version 1.0 * * CREATED : 21.3.1992 * LAST UPDATE : */ static char *VERSIO
www.eeworm.com/read/165536/10058235

c kill.c

/* ========================================================= * * KILL.C --- Kill a process. * * Version 1.0 * * CALLED BY : * CALLS : * * COPYRIGHT(c) : Martti Ylikoski */ s
www.eeworm.com/read/165536/10058441

c dos2unix.c

/* * DOS2UNIX.C - Translates files between DOS/OS/2 and UNIX. * * * PROGRAMMER: Martti Ylikoski * CREATED: 24.11.1991 */ static char *VERSION = "Version 1.0, Copyright(c) Martti Ylikosk
www.eeworm.com/read/165501/10059282

c savepart.c

#include #include #include #include #include void helpmsg(void); /*自定义函数原型说明,用来显示提示信息*/ int main(int argc,char * argv[]) {
www.eeworm.com/read/361273/10062306

m recognition.m

% % 文本文件sDataFile必须为以下格式: % Database D:\kk.h\study\人脸库\ORL\92x112\ % TrainSet 1 % TestSet 2,3,4,5,6,7,8,9,10 % % Database D:\kk.h\study\人脸库\ORL\92x112\ % TrainSet 1,2,3 % TestSet 4,5,6,7,8,
www.eeworm.com/read/165405/10063765

c loopwave.c

/* Program to load a wave file and loop playing it using SDL sound */ /* loopwaves.c is much more robust in handling WAVE files -- This is only for simple WAVEs */ #include #include
www.eeworm.com/read/361084/10066922

bat compile.bat

cc86 ABS.C masm ABS.mac\; rm ABS.mac cc86 ATOI.C masm ATOI.mac\; rm ATOI.mac cc86 ATOIB.C masm ATOIB.mac\; rm ATOIB.mac cc86 AVAIL.C masm AVAIL.mac\; rm AVAIL.mac cc86 CALLOC.C masm
www.eeworm.com/read/361001/10069701

m lmvu.m

function [Y,details]=lmvu(DD,B,k,varargin) % % [Y,details]=lmvu(DD,B,k,pars) % % INPUT: % % DD = Squared Distance Matrix of Input Vectors % B = Number of Landmarks (Default = 30) (fewer is faster) %