代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/363072/9969042
cpp stationview.cpp
#include "Stdafx.h"
#include "StationView.h"
IMPLEMENT_DYNAMIC(CStationView, CWnd)
BEGIN_MESSAGE_MAP(CStationView, CWnd)
ON_WM_CREATE()
ON_WM_PAINT()
END_MESSAGE_MAP()
//构造函数
CStationV
www.eeworm.com/read/167001/9986140
c send_setup_reply.c
/* *
* $Id: send_setup_reply.c 350 2006-05-31 18:22:15Z shawill $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/166918/9990197
txt lcdw.txt
/************************************************************
项目: lcdw
版本: 1.1
日期: 2001-8-1
作者: will
广州市天河双龙电子有限公司
芯片型号: AT90S8515
时钟频率: 8.000000 MHz
存储器类型: Small
内部SRAM 大小: 512
外部SRAM 大小:
www.eeworm.com/read/166876/9991865
c rad.kerberos.c
/*
* Copyright [C] The Regents of the University of Michigan and Merit Network,
* Inc. 1992, 1993, 1994, 1995, 1996, 1997, 1998 All Rights Reserved
*
* Permission to use, copy, and modify this sof
www.eeworm.com/read/166473/10018935
m count.m
function varargout = count(data_src,data_est,varargin)
%COUNT Error counter.
% ERR = COUNT(DATA_SRC,DATA_EST) simply counts an error occurrence
% of data estimations.
%
% [ERR,SER] = COUNT(DATA_
www.eeworm.com/read/164629/10099611
m demo2.m
P = [1 2; 2 2; 1 1]';
Tc = [1 2 3];
T = ind2vec(Tc);
spread = 1;
net = newpnn(P,T,spread);
A = sim(net,P);
Ac = vec2ind(A);
plot(P(1,:),P(2,:),'.','markersize',30)
axis([0 3 0 3])
for i=1:3,t
www.eeworm.com/read/357358/10211594
c writepic.c
/* writepic.c, write reconstructed pictures */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/356406/10228410
c usb_auto_mount.c
#include
#include
#include
//char sysFileName;
char g_hdPath[10][30];//zhb for hdd missed 20061205
int part_in_use[10] = {0};
#define MAX_READ_BUFFER_SIZE
www.eeworm.com/read/280896/10281210
c le1vediag.c
/*****************************************************************************
* 版权所有 (C)2001-2005, 深圳市中兴通讯股份有限公司。
*
* 文件名称: Diagnose_prj_lib.c
* 文件标识:
* 内容摘要: 诊断模块源文件
* 其它说明:
www.eeworm.com/read/353769/10418615
cpp version.cpp
#include
#include
#include "version.h"
static char version[200];
char *get_version()
{
sprintf(version, "%s R%d compiled: %s %s", SOM_VERSION, SOM_REVISION,
__DATE_