代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/491257/6438081
m nr.m
function x=nr(f,g,x0) % g es la derivada de f
if f(x0)==0
sprintf('el cero est
www.eeworm.com/read/491257/6438084
m biseccion.m
function x=biseccion(f,a,b)
if f(a)*f(b)>0
sprintf('la idea es que f(a)*f(b)
www.eeworm.com/read/490407/6455949
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/489485/6471903
c main.c
#include "systemInit.h"
#include "uartGetPut.h"
#include
// 主函数(程序入口)
int main(void)
{
char s[40];
jtagWait(); // 防止JTAG
www.eeworm.com/read/488978/6480918
c display.c
/************************************************************
* Copyright (C) 1998 Ian Holmes
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington Universit
www.eeworm.com/read/488662/6483295
cpp bcwnd.cpp
// BCWnd.cpp : implementation file
//
#include "stdafx.h"
#include "SF1553.h"
#include "BCWnd.h"
#include "ModeSelDlg.h"
#include "BCSetupDlg.h"
#include "BCMsgDlg.h"
#include "BCFrameDlg.h"
www.eeworm.com/read/488257/6500193
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/487268/6517493
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/486514/6534487
c keystate.c
#include
#include
#include
/* define variable type */
#define uchar unsigned char
void INITIAL(void); /*液晶显示初始化*/
void CLEAR(void);
www.eeworm.com/read/486343/6539793
cpp filetransfer.cpp
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2002 Ultr@VNC Team Members. All Rights Reserved.
//
// This program is free software; you can redist