代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/398255/7996803
bak mainwidget.cpp.bak
/************************************************************************
*
* linux版仿联众俄罗斯方块
*
* 该软件在GPL(GNU通用公共许可证)下发布
*
* Copyright (C)
*
* This source code is
www.eeworm.com/read/398255/7996878
bak qmainwidget.cpp.bak
/************************************************************************
*
* linux版仿联众俄罗斯方块
*
* 该软件在GPL(GNU通用公共许可证)下发布
*
* Copyright (C)
*
* This source code is
www.eeworm.com/read/197222/8011194
c sip_message.c
#include"sip_util.h"
#include"sip_message.h"
extern SAVE_MSG g_SipMsg;
extern STACK_INFO g_StackInfo;
/* SIPメッセ〖ジを浮瑚しメッセ〖ジのメソッド急侍戎规を手す */
enum method Search_Method(char* msg){
char line[MA
www.eeworm.com/read/397671/8029905
c 频率计.c
// 频率计
//作者:weizhao
// 时间:20080805
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit signal=P3^2;
uchar a[
www.eeworm.com/read/196814/8058625
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/196814/8058707
m optimfcnchk.m
function [allfcns,msg] = optimfcnchk(funstr,caller,lenVarIn,gradflag,hessflag,constrflag)
% OPTIMFCNCHK Pre- and post-process function expression for FUNCHK.
% [ALLFCNS,MSG] = OPTIMFCNCHK(FUNSTR,C
www.eeworm.com/read/397115/8066625
m som_stats_table.m
function [sTstats,csThist] = som_stats_table(csS,histlabel)
%SOM_STATS_TABLE Statistics table.
%
% [sTstats,csThist] = som_stats_table(csS)
%
% sTstats = som_stats_table(csS);
% som_table_pri
www.eeworm.com/read/296172/8118794
m mainclone.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%Q-C-A(Quantum Clone Algorithms)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear;
q=(sqrt(1/
www.eeworm.com/read/296172/8118805
m genetic.m
function [X,Y,x,y,fx,vx,vmfit,P] = genetic(numfunction,v,ger,pc,pm)
[N,L] = size(v); ger = 200; pc = 0.5; pm = 0.01; updatef=0;c=0;
if nargin == 1
[N,L] = size(v); ger = 200; pc = 0.5; pm = 0.01
www.eeworm.com/read/195538/8143083
c itfc.c
/*
* %W% %G%
*
* 人行营业部同城票据处理系统
*
* Copyright (C) 2000 杭州信雅达系统工程有限责任公司
*
* 前台主程序 main()
* 作者:
* 日期:
*/
#include
#include
#include
#include
#incl