代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/391275/8413107
m alltests.m
global meshsizesum
global aspprod
if ~exist('beginat')
beginat = 1;
meshsizesum = 0;
aspprod = 1;
end
matversion = version;
matvnum = str2num(matversion(1:3));
if matvnum < 5.3
disp('gmevall
www.eeworm.com/read/391275/8413136
m test9.m
% QMG test 9: an object like a hex nut with a triangular crack.
% Make the brep 'from scratch'.
% get a 6-segment circle approximation.
global GM_BREP_TYPE_CODE
hexobj = zba({GM_BREP_TYPE_CODE; 3;
www.eeworm.com/read/391248/8414238
cpp counter.cpp
#include
#include "counter.h"
Counter::Counter( QWidget *parent, const char *name ):QWidget( parent, name )
{
counter = 0;
label = new QLabel( "0", this );
label->setAlignment( Alig
www.eeworm.com/read/391248/8414266
cpp~ counter.cpp~
#include
#include "counter.h"
Counter::Counter( QWidget *parent, const char *name ):QWidget( parent, name )
{
counter = 0;
label = new QLabel( "0", this );
label->setAlignment( Alig
www.eeworm.com/read/391063/8424343
m dispmat.m
function dispMat(M,name,form)
% Matrix data display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for informa
www.eeworm.com/read/391063/8424362
m dispeh.m
function dispEh(Eh)
% Eh matrix display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for information on SA T
www.eeworm.com/read/391063/8424389
m dispet.m
function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft)
% Et data display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software f
www.eeworm.com/read/190924/8436480
cpp call.cpp
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
www.eeworm.com/read/190808/8438002
c httpmin.c
#include
#include
#include "httppil.h"
#include "httpapi.h"
int MyUrlHandler(UrlHandlerParam* param);
int MyUrlHandlerInit(HttpParam* hp, int uninit);
//URL handler list
www.eeworm.com/read/190618/8440607
c dis16.c
/*************************************************************
* File: dis16.c
* Purpose: disassembler for mips16
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970505 Created
* 980