代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/186118/8958922
c keystate.c
#include
#include
#include
/* define variable type */
#define uchar unsigned char
void INITIAL(void); /*液晶显示初始化*/
void CLEAR(void);
www.eeworm.com/read/186080/8960983
c bcast.c
/* bcast.c :
*
* Broadcast Ticker Updates
*/
#include "quotes.h"
void
broadcast(
int s, /* Socket */
TickReq *quote, /* Quote */
struct sockaddr *bc_addr, /* addr *
www.eeworm.com/read/383177/8964580
c output_seed.c
/*===========================================================================*/
/* SEED reader | output_seed | subprocedure */
/*=====================================
www.eeworm.com/read/185934/8972362
~cpp setdlg.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "SetDlg.h"
//-----------------------------------------------------------
www.eeworm.com/read/185934/8972405
cpp setdlg.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "SetDlg.h"
//-----------------------------------------------------------
www.eeworm.com/read/382761/9001287
cpp id.cpp
//根据网卡ID号自动注册
#include
#include
#include
//通过DOS中断的eeH功能可以获取网卡的ID号
mov ah,eeH;
int 21H
//当ax返回值不是ee00H时,cx、bx、ax返回网卡ID号
void getNicID(char *nicID)
{
un
www.eeworm.com/read/426630/9010709
c keystate.c
#include
#include
#include
/* define variable type */
#define uchar unsigned char
void INITIAL(void); /*液晶显示初始化*/
void CLEAR(void);
www.eeworm.com/read/283509/9015028
m set_up.m
% script file to set up a vehicle run for subsequent
% filtering and localisation algorithms
% HDW 28/04/00
globals; % define global variables
ginit; % set global variables
% first step i
www.eeworm.com/read/283509/9015047
m set_up_old.m
% script file to set up a vehicle run for subsequent
% filtering and localisation algorithms
% HDW 28/04/00
globals; % define global variables
ginit; % set global variables
% first step i
www.eeworm.com/read/185600/9026447
h dblibrarymsg.h
//int msgCount=0;
#ifndef SYS_MSG_H
#define SYS_MSG_H
//#define MAXPROCS 25
int dbproc_status[MAXPROCS];//dbprocess 状态 0 表示无效,1表示空闲,2表示忙
typedef struct ErrStruct{
INT serverity;
INT dbe