A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client
A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile sy...
探索A-X技术的无限可能,这里汇聚了13602个精选资源,从基础理论到高级应用一应俱全。A-X技术以其高效能、低功耗及卓越的信号处理能力,在通信、物联网、智能家居等领域展现出巨大潜力。无论是初学者还是资深工程师,都能在这里找到适合自己的学习资料和技术文档,加速项目开发进程,提升个人技能。立即加入我们...
A bemused fork for X remote control aplications or bash control, using bluetooth o tcp and a client symbian at mobile sy...
设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=1) f(y) = f(y-1) *...
designed a lowpass filter to extract cos(0.1*pi) component from x(n)
Computes the length of a line using two (x,y) points. Uses pointers
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all Dirichlet boundary,...
LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given...
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存...