搜索结果

找到约 2,030 项符合 x-y 的查询结果

数学计算 在DELPHI中计算X的Y次方

在DELPHI中计算X的Y次方,使用指数函数实现。
https://www.eeworm.com/dl/641/393138.html
下载: 22
查看: 1053

汇编语言 (1)编写顺序结构.asm文件实现y=10x,并能够计算在x=15时的值 (2)编写顺序结构.asm文件实现数据段和附加段两个数据值的交换

(1)编写顺序结构.asm文件实现y=10x,并能够计算在x=15时的值 (2)编写顺序结构.asm文件实现数据段和附加段两个数据值的交换
https://www.eeworm.com/dl/644/397309.html
下载: 93
查看: 1077

matlab例程 有约束2a+b^2+tan(c)=15 目标函数a*exp(b/x)+c=y 的最小二乘解

有约束2a+b^2+tan(c)=15 目标函数a*exp(b/x)+c=y 的最小二乘解
https://www.eeworm.com/dl/665/397965.html
下载: 88
查看: 1085

数据结构 说明:子集和问题 给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y

说明:子集和问题 给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y,找出和等于Y的X的子集subX。 比如说,如果X ={10,20,30,40,50,60} 和 Y = 60 则有三种不同长度的解,它们分别是 subY = {10,20,30},{20,40} 和{60} 使用回溯法实现.开发VS2005工具 ...
https://www.eeworm.com/dl/654/402318.html
下载: 47
查看: 1258

数值算法/人工智能 Sparse Estimation Algorithms by Blumensath and Davies min ||x||_0 subject to ||y - Ax||_2<e

Sparse Estimation Algorithms by Blumensath and Davies min ||x||_0 subject to ||y - Ax||_2<e
https://www.eeworm.com/dl/518/415194.html
下载: 62
查看: 1076

matlab例程 This function seperates a 2D matrix into its X and Y components if by definition the kernel is sepe

This function seperates a 2D matrix into its X and Y components if by definition the kernel is seperable (rank==1).
https://www.eeworm.com/dl/665/425784.html
下载: 34
查看: 1040

matlab例程 SFLOP simulates a floating point operation x op y where op = +, -, *, /

SFLOP simulates a floating point operation x op y where op = +, -, *, / In chopping or rounding arithmetic using an m digit mantissa, base 10, and an unrestricted exponent range. (sflop: Simulate FLOating Point operation.) For more details on the how the floa ...
https://www.eeworm.com/dl/665/449125.html
下载: 160
查看: 1108

数据库系统 每条数据库记录包括城市名(任意长的字符串)和城市的坐标(用整数x和y表示)。你的数据库应该允许插入记录、按照名字或者坐标删除或检索记录

每条数据库记录包括城市名(任意长的字符串)和城市的坐标(用整数x和y表示)。你的数据库应该允许插入记录、按照名字或者坐标删除或检索记录,还应该支持在指定点给定距离内所有记录的打印。
https://www.eeworm.com/dl/523/480014.html
下载: 182
查看: 1075

matlab例程 曲线拟合范例 已知y=x^(-1/2),x分别取1:9 通过训练拟合

曲线拟合范例 已知y=x^(-1/2),x分别取1:9 通过训练拟合,推测x=10和11时的y值
https://www.eeworm.com/dl/665/490786.html
下载: 174
查看: 1184

matlab例程 Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600

Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性
https://www.eeworm.com/dl/665/490929.html
下载: 120
查看: 1138