代码搜索:微分几何

找到约 3,133 项符合「微分几何」的源代码

代码结果 3,133
www.eeworm.com/read/355101/10294691

m odefun3.m

function f = odefun3(t,y,yp) % 全隐式常微分方程 f(t,y,y') = 0 f = t*y^2*yp^3 - y^3*yp^2 + t*(t^2+1)*yp - t^2*y;
www.eeworm.com/read/304025/13803982

txt category.txt

一元函数微积分学 1-5 多元函数微积分简介 6-8 常微分方程与无穷级数 9-10
www.eeworm.com/read/130817/14173600

m func6p2.m

%func6p2.m常微分解定积分问题 [t,y]=ode23('sub6p2',[4 5],0); plot(t,y(:,1)); disp(y) %化积分问题为微分问题,y(5)=129.146855032127
www.eeworm.com/read/362570/9990793

cpp poj1556_计算几何_ 最短路.cpp

#include #include using namespace std; #define eps 1e-8 struct Point{ double x, y; Point(double x = 0, double y = 0) : x(x), y(y) {}; }; struct Segment{ Point a, b;
www.eeworm.com/read/362570/9990830

cpp poj1673_计算几何_求垂心.cpp

#include #include using namespace std; #define sqr(x) ((x)*(x)) struct Point { double x, y; Point(const double &_x = 0, const double &_y = 0): x(_x), y(_y){}; void ge
www.eeworm.com/read/483638/6599859

rc2 几何图形变换.rc2

// // 几何图形变换.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ////