📚 HLP-P技术资料

📦 资源总数:884
💻 源代码:343475

🔥 HLP-P热门资料

查看全部884个资源 »

function y=lagr(x0,y0,x) %x0,y0为节点 %x是插值点 n=length(x0); m=length(x); for i=1:m z=x(i); s=0.0; for k=1:n p=1.0; for j=1:n if j~=k p=p*(z-x0(...

📅 👤 shiyc2020

#include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j,v; }SPNode; struct sparmatrix { int rows,cols,t...

📅 👤 ccccy

💻 HLP-P源代码

查看更多 »
📂 HLP-P资料分类