代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/490627/6449888
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/490627/6449895
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/488287/6491520
m aeigs60.m
function varargout = eigs(varargin)
%EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK.
% D = EIGS(A) returns a vector of A's 6 largest magnitude eigenvalues.
% A must be squ
www.eeworm.com/read/486624/6536830
c jffs2map2.c
/*
* jffs2map2.c: export all jffs2_raw_inode and jffs2_raw_dirent of a file
*
* shrek2@www.linuxforum.net, 2005-12
*/
#ifndef _KERNEL_ /* We are part of the kernel, */
#define _KERNEL_
#e
www.eeworm.com/read/486201/6538073
m eigs2.m
function varargout = eigs2(varargin)
%
% Slightly modified version from matlab eigs, Timothee Cour, 2004
%
% EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK.
% D = EIG
www.eeworm.com/read/486343/6539794
cpp clientconnectionfile.cpp
// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
//
// This file is part of TeamViewer.
//
// TeamViewer is free software; you can redistribute it and/or modify
// it u
www.eeworm.com/read/483854/6596341
m q45.m
%《MATLAB在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1
www.eeworm.com/read/483253/6602425
asv xianchangsb.asv
clear;
clc;
fs=11025; % 取樣頻率
duration=2; % 錄音時間
load d:\D:\speech_toolboxes\HMM\hmm
x=wavrecord(duration*fs, fs);
[x1 x2] = vad(x);
m = mfcc(x);
m = m(x1-2:x2-2,:);
for j=1:10
www.eeworm.com/read/482883/6615556
cc cmu-trace.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/481806/6638797
cpp relog.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#incl