搜索结果
找到约 53 项符合
Fun 的查询结果
按分类筛选
matlab例程 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini
数值计算牛顿迭代法的matlab源程序
说明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini----input,sets the starting point to ini
% err----input,sets admissible error
% sol----output,returns the root of equation
Linux/Unix编程 my simple shell scipts just for fun :] From Russia with LOVE
my simple shell scipts just for fun :] From Russia with LOVE
人工智能/神经网络 Snake game with c code. very fun and a lil bit hard
Snake game with c code. very fun and a lil bit hard
电子书籍 database system,I hope we can have fun with it
database system,I hope we can have fun with it
其他书籍 e-book for explosives have fun )
e-book for explosives have fun )
matlab例程 its a 3d MoM for RWG basis function and have a fun.
its a 3d MoM for RWG basis function and have a fun.
Delphi控件源码 Delphi for fun library v12, latest. This is the library for manuplating list, combination-permutati
Delphi for fun library v12, latest.
This is the library for manuplating list, combination-permutation, BigNumbers etc. i think it s a must library to use. give a try.
其他 More than 800 virus code (old school) just for fun and studying prehistoric viruses. WARNING: use
More than 800 virus code (old school) just for fun and studying prehistoric viruses.
WARNING: use it at your own risk
JavaScript Java script fun. its well desigined clock please open it with Micro Soft Internet explorer
Java script fun. its well desigined clock please open it with Micro Soft Internet explorer
其他 编函数 float fun(double h)
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。