代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/421459/6311336
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
www.eeworm.com/read/152024/6334042
m test1.m
im = imread('images/berries.jpg','jpg');
im = double(im) ./ 256;
load clusters % clusters was created using the previous command
M = calculatePXTheta(im,clusters);
figure(1)
colormap gray;
for i=1
www.eeworm.com/read/357500/6336796
c cbcx.c
#include "F3200.h" // F3200库函数头文件
#include "STDLIB.h"
#include "math.h"
/*********************************************************/
#define pCTS_O asm(" bset #7,0xFFFFF423 bset #7,0xFFFFF4
www.eeworm.com/read/494691/6360152
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(char c)
{
static char tempstr[6]; /* biggest is "
www.eeworm.com/read/494691/6360159
c request.c
#include "calld.h"
int /* return 0 if OK, -1 on error */
request(Client *cliptr)
{
pid_t pid;
errmsg[0] = 0;
/* position where this client left off last (or rewind) */
sys_posn(cliptr->sy
www.eeworm.com/read/494069/6387609
m newton.m
% newton.m -- Pure Newton script for unconstrained minimization
%
% Script applies Newton's method to a given function,
% using workspace variables described below:
% fname - string containing nam
www.eeworm.com/read/493294/6399893
m plotgtm.m
%PLOTGTM Plot a trained GTM mapping in 1D, 2D or 3D
%
% H = PLOTGTM (W)
%
% INPUT
% W Trained GTM mapping
%
% OUTPUT
% H Graphics handles
%
% DESCRIPTION
% Creates a plot of the
www.eeworm.com/read/493294/6399946
m gtm.m
%GTM Fit a Generative Topographic Mapping using the
% expectation-maximisation algorithm.
%
% [W,L] = GTM (A,K,M,MAPTYPE,REG,EPS,MAXITER)
%
% INPUT
% A Dataset or double matrix
% K
www.eeworm.com/read/493294/6400480
m plotdg.m
%PLOTDG Plot dendrogram
%
% PLOTDG(DENDROGRAM,K)
%
% INPUT
% DENDROGRAM Dendrogram
% K Number of clusters
%
% OUTPUT
%
% DESCRIPTION
% Plots a dendrogram as generated by HCLUST. If th
www.eeworm.com/read/490780/6442399
txt barcode.txt
**********************
C++实现
**********************
/*****************************************************************/
/* ANSI C Functions for IDAutomation Barcode Fonts */
/* ?Cop