代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/352754/10517905
c proc.c
/*
* UNIX An implementation of the AF_UNIX network domain for the
* LINUX operating system. UNIX is implemented using the
* BSD Socket interface as the means of communication with
* the u
www.eeworm.com/read/423896/10527672
m ex632.m
%《MATLAB及其在理工课程中的应用指南》第六章例6-3-2程序
% 热力学过程及P-V图
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
% ex632 - 由P-V图计算热力学过程所做的功
clear all; % 变量初始化
figure,text(0.1,0.5,'请将图缩小,移至右上角'),pause,clf
nMoles
www.eeworm.com/read/352662/10529848
c keystate.c
#include
#include
#include
/* define variable type */
#define uchar unsigned char
void INITIAL(void); /*液晶显示初始化*/
void CLEAR(void);
www.eeworm.com/read/423661/10538837
cpp testview.cpp
// testView.cpp : implementation of the CTestView class
//
#include "stdafx.h"
#include "test.h"
#include "testDoc.h"
#include "testView.h"
extern char *runinfo[];
extern char runinfolth[];
www.eeworm.com/read/423552/10549899
m mfbox_plotnetworkwin.m
function [win,pls]=mfbox_plotnetworkwin(M,tcs,varargin)
% Copyright by Peter Gruber, Fabian J. Theis
% Signal Processing & Information Theory group
% Institute of Biophysics, University of Regensburg,
www.eeworm.com/read/423552/10549995
m mfbox_plotic.m
function fh=mfbox_plotic(component,timecourse,ictitle,stdfact,bg,atlas,outputopts)
% fh = mfbox_icplot(component,timecourse,ictitle,stdfact,bg,atlas,outputopts)
%
% component = 3d matrix der kompone
www.eeworm.com/read/423552/10550101
m mfbox_mat2xml.m
function xml=mfbox_mat2xml(mat,varname,depth)
% Copyright by Peter Gruber
% Signal Processing & Information Theory group
% Institute of Biophysics, University of Regensburg, Germany
% Homepage: http:
www.eeworm.com/read/352274/10567199
m yhzfiltdes.m
function varargout=yhzfiltdes(action,varargin);
%yhzfiltdes Filter Designer.
% This graphical tool allows you to design lowpass, highpass, bandpass,
% and bandstop digital filters.
%
% Typ
www.eeworm.com/read/278099/10571187
c palndrom.c
/* +++Date last modified: 05-Jul-1997 */
/**/char q='"',*a="*//**/char q='%c',*a=%c%s%c*/};)b(stup;]d[b=]d-472[b)--d(elihw;)q,a,q,q,2+a,b(ftnirps;)b(stup{)(niam;731=d tni;]572[b,"
,b[275];int d=13
www.eeworm.com/read/159920/10589177
c hexdump.c
/*
** HEXDUMP.C - Dump a file.
**
** This Program Written By Paul Edwards w/ modifications by Bob Stout
** Released to the public domain
*/
#include
#include
#include