代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/481033/6655746
c dumpasn1.c
/* ASN.1 object dumping code, copyright Peter Gutmann
, based on ASN.1 dump program by David Kemp
, with contributions from various people inc
www.eeworm.com/read/480818/6662253
c goppa_code.c
/*
From: prometheus@olympus.uucp (prometheus)
this program is a compact implementation of goppa codes with parameters
m=10, t=37 for 32-bit machines. the decoding is due to nicholas
patterson,
www.eeworm.com/read/480529/6665804
txt 10-14.txt
%例10-14 for循环应用。
sum=0;
for i=1:10,
part=1;
for j=1:i,
part=part*j;
end
fprintf('part(%d)=%d.\n',i,part);
sum=sum+part;
end
fprintf('The total sum is %d.\n',sum)
www.eeworm.com/read/478965/6695710
txt 相容+fdr.txt
本程序代码主要包括以下几个模块:
1.将原测试集转化成多扫描链结构的形式;
2.相容压缩;
3.将按多扫描链结构的形式排列的测试集还原;
4.优化排序;
5.异或运算,生成差分向量;
6.按照FDR码的编码规则进行编码压缩。
#include
#include
#include
#include
www.eeworm.com/read/478980/6696553
txt golomb_compress.txt
本程序代码主要包括以下几个模块:
1.将原测试集转化成多扫描链结构的形式;
2.相容压缩;
3.将按多扫描链结构的形式排列的测试集还原;
4.优化排序;
5.异或运算,生成差分向量;
6.按照Golomb 码的编码规则进行编码压缩。
#include
#include
#include
#
www.eeworm.com/read/479074/6699004
m mktable4.m
function mktable4 (file,eph,tsat,azim,elev,mdbs,snrx,nabx,naby,nabz,nabt,cutoff)
%MKTABLE4: Create a table with results (reliability measures)
%
% This function create a table showing numerical values
www.eeworm.com/read/477455/6735969
m output.m
% Output.m
% 供程序KineticsEst5.m调用
fprintf('\tk1 = %.4f ± %.4f\n',k(1),ci(1,2)-k(1))
fprintf('\tk2 = %.4f ± %.4f\n',k(2),ci(2,2)-k(2))
fprintf('\tk3 = %.4f ± %.4f\n',k(3),ci(3,2)-k(3))
fprintf('\
www.eeworm.com/read/477110/6747849
m rne_dh.m
%RNE_DH Compute inverse dynamics via recursive Newton-Euler formulation
%
% TAU = RNE(ROBOT, Q, QD, QDD)
% TAU = RNE(ROBOT, [Q QD QDD])
%
% Returns the joint torque required to achieve the specified j
www.eeworm.com/read/476392/6759282
m placeobs.m
function [K,G, Af] = placeobs(A,B,C,P,Pe)
% H. Saadat, 1998
clc
% discr=[
%' This function is used for the combined pole placement and observer '
%' design based on Ackermann`s formula. A
www.eeworm.com/read/476392/6759362
m observer.m
function [G, Ae] = observer(A,B,C,Pe)
% H. Saadat, 1998
clc
% discr=[
%' This function is used for the computation of the estimator gain '
%' gain vector G based on the Ackermann`s formul