代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/413179/11164038
m plotbar.m
function plotbar;
include_flags;
% check if user defined the bar plot
if strcmpi(plot_bar,'yes')==1;
for i = 1:nel
XX = [x(IEN(1,i)) x(IEN(2,i)) x(IEN(3,i)) x(IEN(1,i)) ];
www.eeworm.com/read/265993/11247122
c globaldata.c
// global data structures for mean shift tracking and image processing
// Bob Collins, Carnegie Mellon University, July 31, 2001
//#include "stdafx.h"
#include
#include "globaldata.h"
char
www.eeworm.com/read/265721/11255718
m sprintsi.m
function s=sprintsi(x,d,w)
%SPRINTSI Print X with SI multiplier S=(X,D,W)
% D is number of decimal places (+ve) or significant digits (-ve) [default=-3]
% |W| is total width including multiplier
%
www.eeworm.com/read/148257/12479708
m ag45.m
%《线性代数实验践及MATLAB入门》第四章第五节演示程序ag45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 龚杰民合著 2005年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1=['
www.eeworm.com/read/148256/12480122
m q45.m
%《MATLAB及在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
clear, echo on
s='abyzABYZ0189'
size(s)
abs(s)
setstr(abs(s))
dec2hex(abs(s))
s1=[' welcome ',s
www.eeworm.com/read/148255/12480836
m ex45.m
%《MATLAB及其在理工课程中的应用指南》第四章第五节演示程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
echo on
s='abyzABYZ0189'
size(s)
abs(s)
setstr(abs(s))
dec2hex(abs(s))
s1=[' welcome ',s]
s2 =['a=5 ' ; 'b
www.eeworm.com/read/249433/12505904
cpp show.cpp
/******************************************************************************
* ONLINE SUPPORT VECTOR REGRESSION *
* Copyright 2006
www.eeworm.com/read/248950/12534098
m svmlwrite.m
function svmlwrite(fname, X, Y, floatformat)
% SVMLWRITE - Write matrix into data file for SVM light
%
% SVMLWRITE(FNAME, X) writes out matrix X into file FNAME, in the format
% needed for SVM li
www.eeworm.com/read/335362/12534291
c ctlstr.c
#include "calld.h"
/*
* Make a printable string of the character "c", which may be a
* control character. Works only with ASCII.
*/
char *
ctl_str(unsigned char c)
{
static char tempstr[6]; /*
www.eeworm.com/read/335362/12534315
c request.c
#include "calld.h"
int /* return 0 if OK, -1 on error */
request(Client *cliptr)
{
pid_t pid;
/*
* Position where this client left off last (or rewind).
*/
errmsg[0] = 0;
sys_posn(clip