代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/337148/12387333
c i2cmst.c
/*****************************************************************************
* i2cmst.c: main C entry file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semicondu
www.eeworm.com/read/149124/12402676
c sis5513.c
/*
* linux/drivers/ide/sis5513.c Version 0.13 March 6, 2002
*
* Copyright (C) 1999-2000 Andre Hedrick
* Copyright (C) 2002 Lionel Bouton , Maintaine
www.eeworm.com/read/232923/14177743
c main.c
#include "CPLD.h"
void main(void)
{ unsigned char i,j=0;
float r;
//jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
unsigned char idata result[16];
char word2[]="Press r
www.eeworm.com/read/232923/14177779
c main.c
#include "CPLD.h"
void main(void)
{ unsigned char i,j=0;
float r;
//jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
unsigned char idata result[16];
char word2[]="Press r
www.eeworm.com/read/232597/14190148
c param.c
/*
!C****************************************************************************
!File: param.c
!Description: Functions for accepting parameters from the command line or
a file.
!Revis
www.eeworm.com/read/232374/14196464
c dtest.c
/*
* Test code for the "direct" interface.
*/
#include
#include
#include
#include
#include "yaffsfs.h"
void dumpDir(const char *dname);
char xx[600];
v
www.eeworm.com/read/232339/14197351
m fmri_cluster_report.m
function [cluster_info, cluster_fig] = fmri_cluster_report(varargin)
%
% USAGE: cluster_info = fmri_cluster_report(min_size, min_dist)
%
% Input:
% min_size - minimum number of voxels withi
www.eeworm.com/read/129753/14228412
c pydemo.c
/*
pyDemo.c - 调用例程
*/
#include
char *py_ime(char *);
void myDemo(void)
{
char input_string[]="yI";
char chinese_string[255];
sprintf(chinese_string,"
www.eeworm.com/read/129337/14251161
c popen2.c
#include
#include
#include
int main()
{
FILE *write_fp;
char buffer[BUFSIZ + 1];
sprintf(buffer, "Once upon a time, there was...\n");
write_fp = popen
www.eeworm.com/read/230933/14267187
cpp textreportview.cpp
// TextReportView.cpp : implementation file
//
#include "stdafx.h"
#include "cvenus.h"
#include "TextReportView.h"
#include "MainFrm.h"
#include "resource.h"
#ifdef _DEBUG
#define new DEBU