代码搜索:Calculus
找到约 76 项符合「Calculus」的源代码
代码结果 76
www.eeworm.com/read/277779/10605259
m scgm.m
function [ep,tempo] = scgm(P,T,nh,minerr,maxep,w1,w2)
%
% SCGM
% Main Program (function)
% MLP net with Backprop training
% (Moller 1993) Scaled Conjugate Gradient with
% Exact calculus of second ord
www.eeworm.com/read/439886/7697476
html package.html
The calculus of spans.
A span is a <doc,startPosition,endPosition> tuple.
The
www.eeworm.com/read/229932/14311610
html package.html
The calculus of spans.
A span is a <doc,startPosition,endPosition> tuple.
The
www.eeworm.com/read/265615/11259874
txt jisuanqi.txt
/*头文件区*/
#include
#include
#include
#include
#define LEN sizeof(struct student)
#define HEADER " number name calculus computer english\n\r"
#defin
www.eeworm.com/read/131315/5935936
dds wishlist.dds
Perl in general:
Add ftw or find?
Add a parsing mechanism (user specifies parse tree, perl parses).
Arbitrary precision arithmetic.
File calculus (e.g. file1 = file2 + file3, file1 =^ s/foo/bar/g etc.