搜索结果
找到约 1,845 项符合
X-CT 的查询结果
matlab例程 Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600
Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性
其他书籍 Dojo使用手册-中文版。 包括最基本的安装到实例演示。针对0.9、1.0及1.x版本。
Dojo使用手册-中文版。 包括最基本的安装到实例演示。针对0.9、1.0及1.x版本。
人工智能/神经网络 用遗传算法求解函数最大值的示例程序。目标函数为y=10*cos(3*x)-4*x.
用遗传算法求解函数最大值的示例程序。目标函数为y=10*cos(3*x)-4*x.
Linux/Unix编程 设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=
设有二元函数 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) * f(y-2) (y>2)
f(y) = 1 (y=1,2)
请编程建立3个并发协作进程,它们分别完成f(x,y),f(x),f(y)
微处理器开发 128M x 8 Bit NAND Flash Memory设计文档
128M x 8 Bit NAND Flash Memory设计文档
数值算法/人工智能 These codes require an ASCII input file called input.dat of the following form: Lower Limit on x
These codes require an ASCII input file called input.dat of the following form:
Lower Limit on x Upper Limit on x Final Time
Pressure for x<0 when t=0 Density for x<0 when t=0 Speed for x<0 when t=0
Pressure for x>0 when t=0 Density for x>0 when t=0 Speed for x>0 when t=0
These codes ...
数据结构 最长公共子序列(LCS)算法 求两个字符串的最长公共子序列。 X的一个子序列是相应于X下标序列{1, 2, …, m}的一个子序列
最长公共子序列(LCS)算法
求两个字符串的最长公共子序列。
X的一个子序列是相应于X下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有子序列中长度最大的,例如输入:pear, peach输出:pea。
数学计算 计算周期序列x(n)={...,4,5,6,7,4,5,6,7,4,5,6,7,...}的DFS
计算周期序列x(n)={...,4,5,6,7,4,5,6,7,4,5,6,7,...}的DFS
CA认证 Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]