代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/284747/8903466
cpp studentdialog.cpp
// StudentDialog.cpp : implementation file
//
#include "stdafx.h"
#include "CourseChose.h"
#include "StudentDialog.h"
#include ".\studentdialog.h"
#include "MysqlOperat.h"
#include "LoadDialo
www.eeworm.com/read/186676/8918824
c parse.c
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/parse.c,v $
* $Rev
www.eeworm.com/read/427442/8944553
cpp hid_recv.cpp
#include "stdafx.h"
#include
#include "resource.h"
extern "C"
{
#include "setupapi.h"
#include "hidsdi.h"
}
#pragma comment(lib,"setupapi")
#pragma comment(lib,"hid")
#define MA
www.eeworm.com/read/427440/8944630
cpp hid_recvdlg.cpp
// HID_RECVDlg.cpp : implementation file
//
#include "stdafx.h"
#include "HID_RECV.h"
#include "HID_RECVDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/282542/9084277
c mon_p.c
/*****************************************************************************/
/* MON_P.C */
/* */
/* Copyright (c) Mox
www.eeworm.com/read/184304/9111650
m exm041~8.m
%exm0414_1.m
rand('state',0);a=rand(2,2); %产生 随机阵
s1=num2str(a) %把数值数组转换为串数组
s_s=sprintf('%.10e\n',a) %10数位科学记述串,每写一个元素就换行。
fprintf('%.5g\\',a) %以5位数位最短形式显示。不能赋值用
s_sscan=sscanf(s_s,
www.eeworm.com/read/182126/9215800
c vgamodesel.c
/* */
/* This library is free software; you can redistribute it and/or */
/* modify it without any restrictions. This library is dist
www.eeworm.com/read/178299/9408934
h sense.h
// sense.h
// Pierre Bomel - LESTER/UBS - janvier 2005
// Formation chez France Telecom R&D
#include
#include
template
// T = samples type
SC_MODULE(sense){
www.eeworm.com/read/177506/9450489
m fuzwizmask.m
function fuzwizmask(CB,varargin)
%FUZWIZMASK Initialization for FIS Wizard components.
%
% This function is meant to be called by the FIS Wizard block.
%
% See also FUZBLOCK.
% Authors: P
www.eeworm.com/read/176627/9489601
c mgetfeebz.c
/*
MGETFEE(MQRYFEE):取费用(或查询费用)(该文件有改动需要同步更新mqryfee.cpp,完全一致,只有函数名不相同)
Input :
序号 说明 长度 备注
1 客户编号 10
2 查询类别 1 0-只取该客户编号费用1-按该户合同号取费用
3 起始日期 8 YYYYMMDD,空白--不限制
4 截止日期 8 YYYYMMDD,空白--不限制