代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/144202/12809775
c rhine_proc.c
/*****************************************************************************
*****************************************************************************
Copyright (c) 2001 - 2002, VIA Technologi
www.eeworm.com/read/331438/12829021
-
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_stri
www.eeworm.com/read/141321/13023010
txt 使用说明.txt
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_stri
www.eeworm.com/read/140635/13071004
-
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_stri
www.eeworm.com/read/136431/13379444
c set_driver.c
/*
* Compaq Hot Plug Controller Graphical User Interface
* Copyright 2000, 2001 Compaq Computer Corporation
* All rights reserved.
*
* This program is free software; you can redistri
www.eeworm.com/read/315806/13536062
c tcp.c
#include "nids.h"
/* Libnids的头文件,必须包含 */
char ascii_string[10000];
char *char_to_ascii(char ch)
/* 此函数的功能主要用于把协议数据进行显示 */
{
char *string;
ascii_string[0] = 0;
string = ascii_string
www.eeworm.com/read/307780/13715068
c ppf_pointing_c.c
/* This version number is the SCCS version number valid only for internal configuration and control. */
/* The oficial version number can be found in the History box below. */
static char PPF_POINTIN
www.eeworm.com/read/303523/13813497
txt 使用说明.txt
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_stri
www.eeworm.com/read/152843/5661204
c isdn_ttyfax.c
/* $Id: isdn_ttyfax.c,v 1.1.2.2 2004/01/12 22:37:19 keil Exp $
*
* Linux ISDN subsystem, tty_fax AT-command emulator (linklevel).
*
* Copyright 1999 by Armin Schindler (mac@melware.de)
* Copyr