-
mainly for high
主要用于高层建筑的减振设计,根据线性振动理论,用matlab高级语言编写而成,由一个主程序和四个子程序组成-mainly for high-rise building design of the vibration, linear vibration theory, use the advanced language Matlab has been prepared by a main program and four subroutine composition
- 2022-12-26 11:50:03下载
- 积分:1
-
汉字助记符转换
软件开发中很多时候会用到助记符,这个转换源码可以带替手工转换的麻烦。可以根据汉字自动转换,开发者可根据源码灵活运用。这是一个很实用的源码。
- 2023-06-10 08:25:03下载
- 积分:1
-
sift算法
应用背景本文提出了一种从图像中提取独特不变特征的方法,可用于完成不同视角之间目标或场景的可靠匹配的方法。这种特点对图像的尺度和旋转具有不变性。并跨越很大范围的对仿射失真,三维视点的变化,添加的噪音和光照变化的图像匹配具有鲁棒性。关键技术
通过将个别特征与由已知目标特征组成的数据库进行快速最近邻算法的匹配,然后使用Hough变换来识别属于单一目标的聚类(clusters),最后通过最小二乘解执行一致的姿态参数的核查确认。这种识别方法可以在有力确定对象之间的聚类和遮挡的同时实现近实时性能。
- 2023-01-25 04:10:05下载
- 积分:1
-
booth法c语言实现
比较好的带符号数乘法的方法是布斯(Booth)算法。它采用相加和相减的操作计算补码数据的乘积。Booth算法对乘数从低位开始判断,根据两个数据位的情况决定进行加法 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-14 21:15:02下载
- 积分:1
-
一个简单的例子多线程
一个简单的多线程的例子-a simple example Multithreading
- 2022-10-02 17:10:03下载
- 积分:1
-
很有用的源代码,只是我好不容易找的哦,担不是我自己写的。...
很有用的源代码,只是我好不容易找的哦,担不是我自己写的。-very useful source code, I finally find a just, um, fetching than I wrote it myself.
- 2022-07-01 21:19:35下载
- 积分:1
-
可以用二分法来解非线性方程解方程,简单的程序代码,虽简单,但很实用...
可以用二分法来解非线性方程解方程,简单的程序代码,虽简单,但很实用-Dichotomy can be used for solving nonlinear equations equation, a simple code, though simple, but very practical
- 2023-05-04 03:00:03下载
- 积分:1
-
给某个玩家100元的资本,让他不停押注直到输光,计算需要赌博多少次?
如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数...
给某个玩家100元的资本,让他不停押注直到输光,计算需要赌博多少次?
如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数、
最小次数和平均次数分别是多少?-100 to a player" s capital, so that he kept until the bet输光to calculate how many times the need for gambling? If the number on the array ruinLength [] in experiments carried out after 1000 to see the largest number of bankruptcy, the minimum number and the average number of how many were?
- 2022-02-01 04:15:03下载
- 积分:1
-
简单BMP图片旋转算法
一个较为基础的算法。在C++中实现读取BMP文件信息并将图片顺时针旋转90度。附带有文字注释,可作为C++教学中使用的程序范例或作业题目来使用。
- 2022-04-20 21:40:04下载
- 积分:1
-
Finds the polynomial p10 of degree less than or equal to 10 that interpolates...
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to be Chebyshevs.
- 2022-06-21 05:46:33下载
- 积分:1