-
DSP(TMS320F28335) + FPGA(XC3S500E) 控制步进电机例程源代码、原理图
应用背景DSP(TMS320F28335) + FPGA(XC3S500E) 控制步进电机例程源代码、原理图关键技术本程序是在28335的基础上得到的一种控制步进电机的方法,经过本人调试能够得到较好的效果。
- 2022-08-21 13:21:31下载
- 积分:1
-
用C编的龙贝格算法函数,程序简单明了,可直接使用,也可较快地修改应用于MATLAB中。...
用C编的龙贝格算法函数,程序简单明了,可直接使用,也可较快地修改应用于MATLAB中。-Rhomberg compiled with the C algorithm is a function, the program simple and clear, can be used directly, but also quickly modify the application in MATLAB.
- 2022-02-22 01:26:07下载
- 积分:1
-
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x...
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton"s iterative method for f (x) = x* x* x-2x 4x* x 1 x = 0 in the vicinity of a real roots. If successful iteration, the returned value fees 0; Otherwise, the return 0.
- 2022-10-05 09:25:03下载
- 积分:1
-
有限元法算光纤模式
有限元法算光纤模式-FEM mode fiber count
- 2022-04-25 08:19:36下载
- 积分:1
-
c++经典数值算法源码,相信可以节省你的不少时间.rar
c++经典数值算法源码,相信可以节省你的不少时间.rar-c classical numerical algorithm source code, I believe you can save a lot of time. Rar
- 2023-01-31 10:40:03下载
- 积分:1
-
长整形相加的程序,客队任意长度的数据进行相加,很值得学习...
长整形相加的程序,客队任意长度的数据进行相加,很值得学习-long plastic procedures combined scoring arbitrary length of the data together, is worth learning.
- 2023-05-11 11:25:03下载
- 积分:1
-
随机表面生成
采用高斯分布函数,生成具有很强随机性的随机表面,可用于粗糙面、海面等起伏随机表面的生成,也可生成褶皱起伏表面
- 2022-04-18 21:15:56下载
- 积分:1
-
k-means算法实现
数据挖掘 聚类算法 k-means的实现,改进了一些初始中心选取的方法。聚类算法是最大化类间差异,而最小化类内部差异的算法,k-means比较经典,但是缺点是需要指定k值,并且聚类结果与初始中心有很大的关系,通过改善聚类初始中心选取的方法,能够得到更加稳定的聚类结果
- 2022-01-26 07:33:13下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
线形表链式存储结构算法 VC++6.0下开发~!
线形表链式存储结构算法 VC++6.0下开发~!-linear chain storage structure VC++6.0 algorithm developed ~!
- 2022-02-09 12:12:36下载
- 积分:1