代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/387560/8665194
m eml_sps_os_test.m
% eml_sps_os_test.m
% compare aspire and matlab versions of E-ML-SPS-OS
% Copyright Apr 2000, Jeff Fessler, The University of Michigan
%
% generate data
%
if ~isvar('yi'), printm 'data'
if has_aspi
www.eeworm.com/read/387560/8665204
m eql_sps_os_test.m
% eql_sps_os_test.m
% compare aspire and matlab versions of E-QPL-SPS-OS
% Copyright Apr 2000, Jeff Fessler, The University of Michigan
%
% generate data
%
if ~isvar('yi'), printm 'data'
if has_aspi
www.eeworm.com/read/431395/8682094
cpp dbvariantex.cpp
#include "stdafx.h"
#include "DBVariantEx.h"
void CDBVariantEx::GetStringValue(LPSTR lpsz)
{
switch(m_dwType)
{
case DBVT_STRING:
sprintf(lpsz, "%s", m_pstring->GetBuffer(m_pstring->Ge
www.eeworm.com/read/287059/8728726
c main1.c
/*
*************************************************************************************************************
* ----------------------
*
www.eeworm.com/read/286642/8752619
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/286641/8752679
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/430342/8755341
cpp skilltool.cpp
#include "stdafx.h"
#include "stdio.h"
#include
#include "Resource.h"
#include "SkillTool.h"
#include "Map.h"
#include "gameproc.h"
#include "Char.h"
#include "Tool.h"
#include "
www.eeworm.com/read/383171/8965641
c error_handler.c
/*===========================================================================*/
/* DMC interim out | error_handler | Utility */
/*======================================
www.eeworm.com/read/283196/9036812
c memory5a.c
#include
#include
#include
int main() {
char *some_memory = (char *)0;
printf("A read from null %s\n", some_memory);
sprintf(some_memory, "A write to nul
www.eeworm.com/read/375452/9359772
cpp flwparser.cpp
// FlwParser.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "FlwParser.h"
#include "stdio.h"
#include "stdlib.h"
#include "time.h"
#include "flowanalys