代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/436446/7769691
m store_results.m
function results = store_results (results, observations, GT, H),
%-------------------------------------------------------
% University of Zaragoza
% Centro Politecnico Superior
% Robotics and Real
www.eeworm.com/read/436446/7769706
m data_association.m
%-------------------------------------------------------
function [H, GT, compatibility] = data_association(map, observations, step),
%-------------------------------------------------------
global
www.eeworm.com/read/435844/7782928
m callcheck.m
function callcheck(htext,str1,z,vchk1,vchk2)
cla,set(htext,'string',[str1,sprintf('%1.4g\',z)]); %更新静态文本框内容
dt=0.1;t=0:dt:15;N=length(t);y=step(1,[1 2*z 1],t);plot(t,y);
if vchk1 %假如峰值
www.eeworm.com/read/299910/7824215
y c--.y
%{
#include
#include
#include
#include
//#include
#define HASHSIZE 128
typedef struct paramp{ //函数参数
int type;
char *code
www.eeworm.com/read/199482/7849008
cpp rtodms.cpp
#include "stdafx.h"
/* Convert radian argument to DMS ascii format */
#ifndef lint
static const char SCCSID[]="@(#)rtodms.c 4.3 93/06/12 GIE REL";
#endif
#include "projects.h"
#include
www.eeworm.com/read/199451/7850403
cpp p3-169.cpp
#include
#include
#include
//main()函数
void main( void )
{
//声明变量和数组
char buffer[200], s[] = "computer", c = 'l';
int i = 35, j;
float fp =
www.eeworm.com/read/299277/7868378
txt stock.txt
//股票分析软件源代码
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/299230/7871717
m demo1.m
P = [1 2; 2 2; 1 1]';
Tc = [1 2 3];
plot(P(1,:),P(2,:),'.','markersize',30)
for i=1:3, text(P(1,i)+0.1,P(2,i),sprintf('class %g',Tc(i))), end
axis([0 3 0 3])
title('Three vectors and their classe
www.eeworm.com/read/433822/7907560
m sacubic.m
function [ab,vE,E] = sacubic(N);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% October, 1999.
% Function generates n-bit binary strings antibody most uniformly
% distributed over the search spac
www.eeworm.com/read/433822/7907607
m imalg3d.m
function [x,y,fx,vfx,vmfit,P,vpm] = imalg3d(P,gen,n,pm,per);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% November, 1999.
% Immune Algorithm - New evolutionary strategy inspired in the Immune S