代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/285972/8798951
cpp protcoloutdlg.cpp
// ProtcolOutDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Invoice.h"
#include "ProtcolOutDlg.h"
#include "OlddatDlg.h"
#include "MdbSaveDat.h"
#ifdef _DEBUG
#define new D
www.eeworm.com/read/186676/8918763
c syscall.c
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/syscall.c,v $
* $R
www.eeworm.com/read/184137/9120459
m solution_diophantine_prime.m
%judge that a nature number is a prime or not
function solution_diophantine_prime(cir_num_start,cir_num_end,cir_interval)
value_n=0;
value_n_divide_3=0;
for j=cir_num_start:cir_interval:cir_num_en
www.eeworm.com/read/281384/9158848
c dtest.c
/*
* YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Char
www.eeworm.com/read/377467/9275502
h branding.h
// Date : 2005-05-28
//
// Author : HOUHH
//
// File : Branding.h
//
// Version : ver1.0.0
#ifndef __BRANDING_H__
#define __BRANDING_H__
const char* BRANDING_GetAppNameLong();
cons
www.eeworm.com/read/375925/9342203
c dtest.c
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning
www.eeworm.com/read/375214/9368598
c aodv_utils.ex.c
/** Aodv_Utils.ex.c **/
/****************************************/
/* Written */
/* by */
/* Lyes Guemari
www.eeworm.com/read/374466/9404141
m image_optimization.m
function image_optimization()
cameraman=imread('cameraman.tif');
imhist(cameraman);
cameraman=double(cameraman);
[row,colume]=size(cameraman);
num_pixel=row*colume;
Lmax=max(max(cameraman));
Lm
www.eeworm.com/read/366692/9803564
c dtest.c
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning
www.eeworm.com/read/170484/9803740
c syscall.c
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/syscall.c,v $
* $R