代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/332034/12784365
txt 获得计算机信息.txt
我要获得计算机的主板的ID ,网卡的ID,CUP的ID等应该怎样获得谢谢!
---------------------------------------------------------------
// CHardwareID.cpp : Implementation of CHardwareID
#include "stdafx.h"
#incl
www.eeworm.com/read/331922/12800536
txt calculate it.txt
#include
#include
int main()
{
int n,i;
long a;
char s[50];
double sum;
while(scanf("%d",&n)!=EOF)
{
sum=0;
while(n--)
{
scanf("%ld",&a);
www.eeworm.com/read/144361/12800587
c tst-printf.c
/* Copyright (C) 1991,92,93,95,96,97,98,99, 2000, 2002
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it an
www.eeworm.com/read/144361/12800667
c bug8.c
#include
#include
int
main(int argc, char *argv[])
{
char buf[100];
int point, x, y;
int status = 0;
sscanf("0x10 10", "%x %x", &x, &y);
sprintf(buf, "%d %d"
www.eeworm.com/read/144361/12800772
c bug13.c
#include
int
main (void)
{
int res = 0;
char buf[100];
#define TEST(nr, result, format, args...) \
if (sprintf (buf, format, ## args) != result) \
{ \
www.eeworm.com/read/245358/12802736
c swi.c
/* SWI.C : 用户数据管理系统交换机接口
Jason Chen, 97.11.18
*/
#include
#include
#include
#include
#include
#include "commsdms.h"
#include "swi.h"
www.eeworm.com/read/331655/12816596
c computor.c
#include
#include
#include
#include
#include
char *mumber(char* p,double *num)
{ int l=10,j,i=0;double k=1;char s='\0';
*num=0;
www.eeworm.com/read/331448/12827416
m som_stats_table.m
function [sTstats,csThist] = som_stats_table(csS,histlabel)
%SOM_STATS_TABLE Statistics table.
%
% [sTstats,csThist] = som_stats_table(csS)
%
% sTstats = som_stats_table(csS);
% som_table_pri
www.eeworm.com/read/244945/12829453
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/244945/12829494
m optimfcnchk.m
function [allfcns,msg] = optimfcnchk(funstr,caller,lenVarIn,gradflag,hessflag,constrflag)
% OPTIMFCNCHK Pre- and post-process function expression for FUNCHK.
% [ALLFCNS,MSG] = OPTIMFCNCHK(FUNSTR,C