-
surf flow matlab和c++混合编程实现
根据sift flow的优点,利用sift的改进算法surf替代sift,实现surf flow。维数比sift 少,速度更快。利用matlab和c++混合编程实现,需要重新编译mex文件的cpp文件,利用matlab的mex编译技术完成。
- 2022-04-27 18:45:08下载
- 积分:1
-
在MATLAB的数字印刷
fingure print in matlab
- 2023-08-19 01:50:03下载
- 积分:1
-
本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些...
本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系,其中特别值得注意的是作者对随机数生成程序的重新处理和对形式幂级数计算的讨论。 本书附有大量习题和答案,标明了难易程度及数学概念的使用。 本书内容精辟,语言流畅,引人入胜,可供从事计算机科学、计算数学、计算技术诸方面的工作人员参考、研究和借鉴,也是相关专业高等院校的理想教材和教学参考书。 -the book industry at home and abroad is widespread concern in seven volumes of the "Art of Computer Programming" volume 2, the latest version. The present volume of semi- numerical algorithm to do a full field, at the "random" and "arithmetic" two chapters. This volume summary of the main examples of these algorithms on the basic theory and extensive analysis of the computer program design and numerical analysis of the linkages between, which is particularly noteworthy is the author of Random Number Generation procedures for processing and re-form calculation of power series. The book with a large number of exercises and answers, indicating the degree of difficulty and the use of mathematical concepts. T
- 2022-08-07 04:44:02下载
- 积分:1
-
在COMSOL Multiphysics模拟悬臂
Cantilever simulations in COMSOL Multiphysics
- 2022-10-31 19:50:03下载
- 积分:1
-
This code gets a text file which is output of simple scalar profiling command an...
This code gets a text file which is output of simple scalar profiling command and process it, it extracts sequences of logical operations like and, or, shift.
- 2023-03-28 01:35:04下载
- 积分:1
-
该程序用来解方程组的,非线性的和线性的,带有参数的方程组
该程序用来解方程组的,非线性的和线性的,带有参数的方程组-The program group for the solution of equations, non-linear and linear equations with parameters
- 2022-11-10 18:50:03下载
- 积分:1
-
TC35板子上单片机短信控制继电器源程序
TC35板子将单片机与GSM短信模块级联在一起 此代码详细描述了怎样通过手机向GSM模块发短信以通过单片机控制继电器
- 2022-12-08 12:00:08下载
- 积分:1
-
Commonly used numerical algorithms, really good, everyone would like to be usefu...
常用数值算法,真的很不错的,希望对大家有用处-Commonly used numerical algorithms, really good, everyone would like to be useful
- 2022-05-25 09:22:28下载
- 积分:1
-
USACO chapter two.Useful for beginners.
USACO chapter two.Useful for beginners.
- 2022-02-04 18:36:19下载
- 积分:1
-
蒙特卡洛方法求PI
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace WinRandomPI
{
public partial class GetPIValue : Form
- 2022-03-13 01:46:26下载
- 积分:1