代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/176912/9479677
cpp newton.cpp
//xi 0.5 1.0 1.5 2.0 2.5 3.0
//f(xi) 0.541688 -0.042060 0.375089 0.624706 -0.887597 0.099809
//输入节点数及节点数据,计算并输出差商表;
//输入待使用的插值多项式次数,待求的自变量 x,输出内插需要选择的节点及 Newton 插值多项式;
//用 3 次 Newton 插值
www.eeworm.com/read/176730/9486566
c memory5a.c
#include
#include
#include
int main() {
char *some_memory = (char *)0;
printf("A read from null %s\n", some_memory);
sprintf(some_memory, "A write to nul
www.eeworm.com/read/372449/9510537
c memory5a.c
#include
#include
#include
int main() {
char *some_memory = (char *)0;
printf("A read from null %s\n", some_memory);
sprintf(some_memory, "A write to nul
www.eeworm.com/read/174812/9573416
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/366144/9827996
m gmvizgui_callback.m
function gmvizgui_callback(opcode)
global GMVIZGUI_HANDLE
if length(GMVIZGUI_HANDLE) ~= 1
error('GMVIZGUI_HANDLE not set')
end
if opcode == 0
set(GMVIZGUI_HANDLE,'visible', 'off')
elseif opcode
www.eeworm.com/read/365844/9844795
m display.m
function display(chr)
% DISPLAY -
%
for k=1:length(chr)
if isempty(chr(k).ddvs)
l_ddv=0;
else
l_ddv=length(chr(k).ddvs);
end
if isempty(chr(k).cdvs)
l_cdv=0;
e
www.eeworm.com/read/365783/9847998
c memory5a.c
#include
#include
#include
int main() {
char *some_memory = (char *)0;
printf("A read from null %s\n", some_memory);
sprintf(some_memory, "A write to nul
www.eeworm.com/read/168805/9897174
ccs sample1.ccs
/*
作者:ddxkxk
ddxxkk@21cn.com
*/
最简单的CISC服务端的例子
1 编译 set USERLIB=easycics.obj
cicstcl -e -d -lC sample2.ccs
或者用目录下的
make sample1.ccs
2
打开CICS Administration Utility,
选中CICS01, 右键菜单选择Resou
www.eeworm.com/read/168805/9897192
ccs sample2.ccs
/*
作者:ddxkxk
ddxxkk@21cn.com
*/
/*
CISC服务端的结果集的例子
1 编译 set USERLIB=easycics.obj
cicstcl -e -d -lC sample2.ccs
或者用目录下的
make sample1.ccs
2
打开CICS Administration Utility,
选中CICS01, 右键菜单选择R
www.eeworm.com/read/168805/9897195
bak sample1.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