代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/168805/9897204
bak sample2.ccs.bak
/*
CISC服务端的结果集的例子
1 编译 set USERLIB=easycics.obj
cicstcl -e -d -lC sample2.ccs
或者用目录下的
make sample1.ccs
2
打开CICS Administration Utility,
选中CICS01, 右键菜单选择Resources->Program, 输入以下值:
Program Nam
www.eeworm.com/read/168406/9917795
m demo_kernel_ica.m
% demonstration script for the kernel-ica package
fprintf('Demonstration and test of the kernel-ica package\n');
N=1000; %number of training samples
m=3; %number of components
www.eeworm.com/read/167059/9982716
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil
www.eeworm.com/read/362045/10021743
cpp proinfodlg.cpp
// ProInfoDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ProcessEnum.h"
#include "ProInfoDlg.h"
#include "resource.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/165662/10054824
cpp driverentry.cpp
// Main program for UsbSnoop driver
// Generated by Walt Oney's driver wizard
#include "stddcls.h"
#include "driver.h"
#include "usbioctl.h"
NTSTATUS AddDevice(IN PDRIVER_OBJECT DriverObject,
www.eeworm.com/read/359772/10125365
c log.c
#include
#include
#include
#include
#include "log.h"
static FILE *fp = NULL;
int writeloghdr();
int writelogend();
int initlog(const char
www.eeworm.com/read/359280/10158812
m dsstruct.m
function y=dsstruct(x)
%=========================================================================
% dsstruct
%=========================================================================
% y=ds
www.eeworm.com/read/359280/10158821
asv dsstruct.asv
function y=dsstruct(x)
%=========================================================================
% dsstruct
%=========================================================================
% y=ds
www.eeworm.com/read/163245/10168995
m demo_kernel_ica.m
% demonstration script for the kernel-ica package
fprintf('Demonstration and test of the kernel-ica package\n');
N=1000; %number of training samples
m=3; %number of components
www.eeworm.com/read/357877/10199014
m uwb_init.m
function uwb_init;
sys = bdroot;
% Generate channel impulse responses if required.
currentFolder = pwd;
uwbFolder = fileparts(which('uwb_init'));
cd(uwbFolder);
if ~exist('cm1_imr.mat', 'fil