B-spline
B-spline是一种强大的数学建模工具,广泛应用于电子设计自动化(EDA)、计算机图形学及信号处理等领域。它通过控制点定义曲线或曲面,提供平滑且灵活的形状表示方法,对于复杂几何结构的设计与分析尤为有效。掌握B-spline技术不仅能够提升工程师在电路布局、天线设计等方面的专业能力,还能促进创新思维...
资源总数
900
B-spline 全部资料 900 份
It is about spline word,please refer to this chapter and analysis ,then you will find how to draw
It is about spline word,please refer to this chapter and analysis ,then you will find how to draw spline ,if you have ...
2016-03-07
171
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
2015-12-17
190
VHDL-B~1.ZIP
资料->【C】嵌入系统->【C2】IC设计与FPGA->【0】综合(可编程逻辑器件、PAL、GAL、PLD、ASIC)->PLd-21icPLD学习资料下载大全(12M)->VHDL-B~1.ZIP
2024-10-16
2