码迷,mamicode.com
首页 >  
搜索关键字:transformation    ( 463个结果
DirectX9 着色器学习(二)
DirectX9 中的着色器包括:Vertex shader 和 Pixel shader。首先学习顶点着色器VS,它替换了固定功能管线中的变换(Transformation)和光照(Lighting)阶段。 顶点声明: 1. 通过 D3DVERTEXELEMENT9 结构的数据描述顶点 2. 创建 ...
分类:其他好文   时间:2018-07-26 10:15:36    阅读次数:183
Matlab_spectrogram_短时傅里叶分析_实现与讨论 [未完成]
在语音与音乐处理过程中,常用到短时傅里叶变换(Short Time Fourier Transformation, STFT)。在一些学习路径中,STFT也是学习小波之前的预备知识。本文简单实现了 Matlab 中 Spectrogram 函数,并讨论了参数的选择,以及分辨率相关的问题。 ...
分类:其他好文   时间:2018-07-16 01:01:11    阅读次数:404
Spark(五)Spark之Transformation和Action
Transformation算子 基本的初始化 java scala 一、map、flatMap、mapParations、mapPartitionsWithIndex 1.1 map (1) 使用Java7进行编写 map十分容易理解,他是将源JavaRDD的一个一个元素的传入call方法,并经过 ...
分类:其他好文   时间:2018-07-14 00:17:45    阅读次数:239
(Java) LeetCode 127. Word Ladder —— 单词接龙
Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to endWord, ...
分类:编程语言   时间:2018-07-01 11:53:50    阅读次数:376
[Spark]-RDD详解之变量&操作
RDD的操作 1.1 概述 RDD整体包含两大类操作 transformation 从现有中创建一个新的数据集 action 在对数据集做一定程度的计算后将结果返回 以MapReduce来说,Map就是一个transformation ,它是从每个文件块上执行一个方法来抽取转换,最终形成一个新的数据 ...
分类:其他好文   时间:2018-06-29 23:31:22    阅读次数:1058
LeetCode127. Word Ladder
Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to endWord, ...
分类:其他好文   时间:2018-06-24 19:35:49    阅读次数:147
127. Word Ladder
Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to endWord, ...
分类:其他好文   时间:2018-06-24 00:57:52    阅读次数:194
127. Word Ladder
问题描述: Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to end ...
分类:其他好文   时间:2018-06-16 11:51:33    阅读次数:189
T4模板简单了解
T4模板基础 T4即为Text Template Transformation Toolkit,一种可以由自己去自定义规则的代码生成器。根据业务模型可生成任何形式的文本文件或供程序调用的字符串 在VS中T4模板是没有智能提示和颜色标注的,可以安装官方推荐插件:tangibleT4EditorPlus ...
分类:其他好文   时间:2018-06-15 00:59:51    阅读次数:159
SSIS简介
一、什么是SSIS? 1)SSIS全称为Microsoft SQL Server Integration Services。 2)ETL全称为Extraction, Transformation and Load,也就是数据抽取,转换与加载。 3)SSIS是一个用来创建ETL解决方案的软件平台,它包 ...
分类:其他好文   时间:2018-06-15 00:56:16    阅读次数:220
463条   上一页 1 ... 10 11 12 13 14 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!