码迷,mamicode.com
首页 >  
搜索关键字:fftw    ( 21个结果
ubuntu 安装 fftw
http://www.fftw.org/download.html wget http://www.fftw.org/fftw-3.3.8.tar.gz tar fftw-3.3.8.tar.gz cd ./fftw-3.3.8 ./configure make sudo make install ...
分类:系统相关   时间:2020-07-25 11:31:34    阅读次数:191
termux 为 python3 添加 numpy 库
1 本机环境 Termux v0.77 python3.8 2 配置步骤 2.1 安装 python 和 ipython apt updateapt upgradepkg install python 2.2 安装依赖 apt install python clang fftw libzmq fre ...
分类:编程语言   时间:2019-11-24 17:42:12    阅读次数:71
python数据分析——手写数字识别
import numpy as np # bmp 图片后缀 import matplotlib.pyplot as plt %matplotlib inline from sklearn.neighbors import KNeighborsClassifier import numpy as np ...
分类:编程语言   时间:2019-10-10 15:56:17    阅读次数:128
负数,傅里叶变换,反傅里叶变换(错)
#include <QCoreApplication> #include "C:\Users\Administrator\Desktop\fftw\fftw-3.3.4-dll32\fftw3.h" #include "D:\Qt\Eigen\Dense" #include <stdio.h> #i ...
分类:其他好文   时间:2018-12-31 22:38:01    阅读次数:249
算法导论-这一本书
关键是要实现什么~,算法是用来解决实际问题的。 编码、解码、哈夫曼算法(前缀编码无损压缩算法) 前人的经验还是牛逼哈。我们都是站在巨人的肩膀上 斐波那契数列 数据结构:队列,栈,链表,二叉树,红黑树, 贝叶斯定律(条件概率) 方差和标准差 矩阵操作(lua分解,拉格朗日公式) 多线程算法(在多核心C ...
分类:编程语言   时间:2018-08-30 02:02:14    阅读次数:208
Non-bonded interactions - 非键接相互作用(NAMD)
Non-bonded interactions NAMD has a number of options that control the way that non-bonded interactions are calculated. These options are interrelated ...
分类:其他好文   时间:2018-04-13 20:34:24    阅读次数:247
termux
Termux上有安装成功numpy的吗? 王飞 交易员 这个问题困扰了我好久,终于找到了答案,还是建议用谷歌,bing搜索答案,困扰我很久的原因就是总是浏览国内网页。 $ apt install clang python python-dev fftw libzmq libzmq-dev freet ...
分类:其他好文   时间:2018-03-13 01:13:50    阅读次数:706
大毕设-CUDA-cuFFT库
Computing a number BATCH of one-dimensional DFTs of size NX using cuFFT will typically look like this: 在CUDA上实现DFT算法大概会是这个样子的流程: 2.1访问cuFFT cuFFT和cuFF ...
分类:其他好文   时间:2017-01-21 17:09:13    阅读次数:1229
网络下载的栅格影像的有关坐标系的转换
目前从百度,google等网络地图平台上下载的影像数据一般为WGS_1984_Web_Mercator,如下格式: 而ArcGIS中通常的栅格数据,其影像空间参考为 WGS_1984_UTM_Zone_50N: Shape格式的空间参考为GCS_WGS_1984: 所以坐标的转换不可避免。 下图中为 ...
分类:其他好文   时间:2016-11-26 17:15:37    阅读次数:245
FFTW简介及使用
http://fftw.org/ FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, ...
分类:其他好文   时间:2016-06-16 22:57:56    阅读次数:223
21条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!