代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/399677/7842942
txt constopti.txt
// constOpti.cpp: implementation of the CconstOpti class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "constOpti.h"
www.eeworm.com/read/399677/7842953
txt midcode.txt
// midcode.cpp: implementation of the Cmidcode class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "face.h"
#include "midcode.h"
#if
www.eeworm.com/read/199572/7844159
c nsgaorig.c
/********************************************************************\
*** NON-DOMINATED SORTING ***
*** using
www.eeworm.com/read/299527/7846115
c 正弦生成函数.c
#include
#include
#include
#define pi 3.14
main()
{
float sinval,normalval;
int i,dacval;
FILE *fp;
fp=fopen("sinwave.h","w");//打开一个名为sinwave.h的文件,操作为写
www.eeworm.com/read/299459/7849896
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/199451/7850607
cpp p1-95.cpp
#include
#include
#include
int main(void)
{
//声明变量
char ch;
char str[20];
int n;
float x;
//用stdin从键盘上输入数据
fprintf(stdout,"ch
www.eeworm.com/read/299459/7850696
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/299459/7850706
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/299440/7855098
c 1_pro.c
#include
#include
void countValue(int *a,int *n)
{
int i;
*n=0;
for(i=1;i