代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/283091/9043200
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/283091/9043213
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/283091/9043234
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/185305/9043754
c sh307.c
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit P1_0=P1^0;
void INITIAL(void);
www.eeworm.com/read/185303/9043852
c keystate.c
#include
#include
#include
/* define variable type */
#define uchar unsigned char
void INITIAL(void); /*液晶显示初始化*/
void CLEAR(void);
www.eeworm.com/read/185268/9046403
cpp printserver.cpp
// PrintServer.cpp : Defines the entry point for the console application.
//
#include
#include
#include
#include "TCPListen.h"
#include "OS.h"
void catch
www.eeworm.com/read/185192/9052159
c issue.c
/*
* issue.c --
*
* This file contains issue engines for different DLX processors.
*
* This file is part of DISC. It was written by Yinong Zhang
* (yinong@ecn.purdue.edu)
*
*/
#include
www.eeworm.com/read/185152/9054762
m estidlt.m
function [DLT, errstat] = estiDLT( data )
p = data(:, 1 : 3);
q = data(:, 4 : 5);
[n m] = size(p);
NDX=768; NDY=576; Sx=6.2031; Sy=4.6515; f0=16;
%NDX=sys(1); NDY=sys(2); Sx=sys(3); Sy=sys(4); f0=sy
www.eeworm.com/read/185152/9054778
m estdlt.m
function [DLT, errstat, errors] = estDLT(coords, showres)
% ONLY FOR TESTING PURPOSES
%
% coords ... n x 4 (x, y, u, v)
% showres (default TRUE) ... TRUE -> show results, FALSE -> do not show results
www.eeworm.com/read/185138/9056104
h debug.h
#ifdef DEBUG /* keep these macros common so they are same for both versions */
CONST int debugCompile = 1;
extern int debug;
extern void DebugIO(CONST char *s); /* display the debug output */
#defi