代码搜索:Fixed-Point
找到约 1,051 项符合「Fixed-Point」的源代码
代码结果 1,051
www.eeworm.com/read/346706/11730583
html fixedpt_8h-source.html
Procyon AVRlib: fixedpt.h Source File
www.eeworm.com/read/154878/11921325
lua factorial.lua
-- function closures are powerful
-- traditional fixed-point operator from functional programming
Y = function (g)
local a = function (f) return f(f) end
return a(function (f)
www.eeworm.com/read/256544/11987914
lua factorial.lua
-- function closures are powerful
-- traditional fixed-point operator from functional programming
Y = function (g)
local a = function (f) return f(f) end
return a(function (f)
www.eeworm.com/read/256040/12032545
html group__fixedpt.html
Procyon AVRlib: Fixed-Point Math Function Lib
www.eeworm.com/read/256040/12032925
html fixedpt_8h-source.html
Procyon AVRlib: fixedpt.h Source File
www.eeworm.com/read/151556/12201410
m fixpt.m
function [k,p,err,P] = fixpt(g,p0,tol,max1)
% Input - g is the iteration function
% - p0 is the initial guess for the fixed-point
% - tol is the tolerance
% - max1 is the maximum n
www.eeworm.com/read/337942/12332990
m 复件 zhengshu.m
function fangcheng
[t,y]=ode45(@weifen,[0:0.0025:50],[0.5 0.20 5]);
%figure,plot(t,y(:,1));
figure,plot(y(:,1),y(:,3));
%figure,plot(y(:,1),y(:,2));
%figure,plot(y(:,2),y(:,3));
%figure,plot
www.eeworm.com/read/149138/12399747
html group__fixedpt.html
Procyon AVRlib: Fixed-Point Math Function Lib