码迷,mamicode.com
首页 >  
搜索关键字:transformation    ( 463个结果
Powercenter Source Filter
Source Qualifier Transformation > Entering a Source Filter Entering a Source Filter You can enter a source filter to reduce the number of rows the Int...
分类:其他好文   时间:2014-10-29 16:32:52    阅读次数:305
Exercise 1.19 Fast Fibonacci
题目:There is a clever algorithm for computing the Fibonacci numbers in a logarithmic number of steps.Recall the transformation of the state variables a...
分类:其他好文   时间:2014-10-22 17:46:46    阅读次数:108
字符集与编码
字符集与编码缩写含义:ASCII: American Standard Code for Information InterchangeUCS: Universal Character SetUTF: Unicode/UCS Transformation FormatASCII编码ASCII码是7位...
分类:其他好文   时间:2014-09-29 20:57:01    阅读次数:321
C# Meta Programming - Let Your Code Generate Code - Introduction of The Text Template Transformation Toolkit(T4)
using System;public static class GreaterTest{ public static of( left, right) {) .MakeGenericType(type).IsAssignableFrom(intf) || ...
分类:其他好文   时间:2014-09-28 20:31:35    阅读次数:264
T4模板之初体验(语法)
一、什么是T4模板T4是Text Template Transformation Toolkit(文本模板转换工具包)的四个英文首字母的简称。是微软提供的一种代码生成引擎。在ADO.NET实体数据模型和EF框架中,那些根据数据库表结构自动生成的代码就是根据这种引擎来生成的,所以当我们对VS自动生成的...
分类:其他好文   时间:2014-09-27 14:08:39    阅读次数:564
CBO学习笔记(转)
Query Transformation在继续研究SQL的其他操作(比如Join)对CBO的影响之前,我们来讨论一下Oracle优化器的Query Transformation特性。我们都习惯于根据我们的SQL结构来判断SQL的效率,但是我们必须要知道,对于我们写好的SQL,Oracle的优化器会进...
分类:其他好文   时间:2014-09-02 17:36:05    阅读次数:473
Text Template Transformation Toolkit
Text Template Transformation Toolkit
分类:其他好文   时间:2014-09-01 00:16:32    阅读次数:271
动画 -- 按钮 -- 左右晃动
1 import android.view.animation.Animation; 2 import android.view.animation.Transformation; 3 4 public class CustomAnim extends Animation { 5 6 ...
分类:其他好文   时间:2014-08-31 21:24:41    阅读次数:177
加州理工学院公开课:机器学习与数据挖掘_误差和噪声(第四课)
这一课的主题是:误差分析与噪声处理。内容如下: 1、Nonlinear Transformation(Continue)(非线性转换(续)) 2、Error Measure (误差度量)(重点) 3、Noisy Targets(噪声指标)(重点) 4、Preamble to the Theory(理论热身)...
分类:其他好文   时间:2014-08-30 21:49:20    阅读次数:370
UVA - 10029 Edit Step Ladders (二分+hash)
Description Problem C: Edit Step Ladders An edit step is a transformation from one word x to another word y such that x and y are words in the dictionary, and x can be transformed to y by...
分类:其他好文   时间:2014-08-30 16:30:19    阅读次数:137
463条   上一页 1 ... 40 41 42 43 44 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!