代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/209404/15220599
m interesting.m
%An interesting phenomena according to the text book
A=zeros(6,6);
n=1;
for i=1:6
for j=1:i
A(i,j)=n;
A(j,i)=n;
n=n+1;
end
end
[L,U]=ltriangsec(A)
b=rand(6,10);
www.eeworm.com/read/208657/15239727
m goto_syn.m
function goto_syn
%GO TO THE SYNTHESIS WINDOW FROM ANALYSIS ONE
%
%
% Massimo Davini 24/05/99 --- revised 30/09/99
global stack;
set(findobj('tag','ana0'),'visible','off');
drawnow;
cd .
www.eeworm.com/read/207819/15261511
c htftmain.c
#include
#include
#include
#include
#include
#include "tcplib.h"
//========================================================
void userdynamicpa
www.eeworm.com/read/207819/15261525
c ftftmain.c
#include
#include
#include
#include
#include
#include "tcplib.h"
//========================================================
void userdynamicpa
www.eeworm.com/read/207657/15265895
cpp fanstuff.cpp
// --------------------------------------------------------------
//
// Thinkpad Fan Control
//
// --------------------------------------------------------------
//
// This program and source
www.eeworm.com/read/172133/5389947
h certkey.h
// CertKey.h: interface for the CCertKey class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CERTKEY_H__1727C3A6_9A84_4000_837B_9327D096738D__INCLUDE
www.eeworm.com/read/169681/5415785
c vic068vme.c
/* vic068.c - VTC VMEbus Interface Controller (VIC068) */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01h,20dec96,dat
www.eeworm.com/read/169602/5419529
cpp printsysfile.cpp
/* Copyright (C) 2003 MySQL AB
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 Fou
www.eeworm.com/read/167185/5465145
h message.h
/*---------------------------------------------------------------------------+
| This material contains proprietary software of Entropic Speech, Inc. |
| Any reproduction, distribution, or publicati
www.eeworm.com/read/162614/5526731
x 920501-8.x
# sprintf() does not support %f on m6811/m6812 target.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
return 0