码迷,mamicode.com
首页 >  
搜索关键字:inverse    ( 519个结果
POJ1226---Substrings(后缀数组+二分)
Description You are given a number of case-sensitive strings of alphabetic characters, find the largest string X, such that either X, or its inverse can be found as a substring of any of the given str...
分类:编程语言   时间:2015-04-07 21:52:51    阅读次数:169
扩展欧几里得算法模板题 zoj 3609
Modular Inverse Time Limit: 2 Seconds      Memory Limit: 65536 KB The modular modular multiplicative inverse of an integer a modulo m is an integer x such that a-1≡x (mod m). This is equiv...
分类:编程语言   时间:2015-03-15 09:30:03    阅读次数:207
cocos2dx 3.3 getParentToNodeTransform bug
cocos2dx 3.3中getParentToNodeTransform实现如下:const Mat4& Node::getParentToNodeTransform() const{ if ( _inverseDirty ) { _inverse = _transform.getInve...
分类:其他好文   时间:2015-03-11 18:48:47    阅读次数:145
寒假 D3 D Modular Inverse
Modular InverseTime Limit: 2 Seconds Memory Limit: 65536 KBThe modular modular multiplicative inverse of an integer a modulo m is an integer x such...
分类:其他好文   时间:2015-03-01 20:56:46    阅读次数:129
hdu1238---Substrings
Problem Description You are given a number of case-sensitive strings of alphabetic characters, find the largest string X, such that either X, or its inverse can be found as a substring of any of the g...
分类:其他好文   时间:2015-02-17 16:33:16    阅读次数:146
PS 滤镜——(扭曲)逆球面化 (凹陷效果)
%%% Inverse_Spherize %%% 逆球面化 clc; clear all; close all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); I=imread('4.jpg'); Image=double(I); [row, col,layer]=size(Image); R=floor(...
分类:其他好文   时间:2015-02-08 18:11:45    阅读次数:687
图论专题整理
poj1251 Jungle Roads 思路:最小生成树          解题报告Here CodeForces 472D Design Tutorial: Inverse the Problem 思路:最小生成树          解题报告Here poj1789 Truck History 思路:最小生成树          解题报告Here ...
分类:其他好文   时间:2015-01-28 09:59:09    阅读次数:196
Java反射机制详解(3) -java的反射和代理实现IOC模式 模拟spring
IOC(Inverse of Control) 可翻译为“控制反转”,但大多数人都习惯将它称为“依赖注入”。在Spring中,通过IOC可以将实现类、参数信息等配置在其对应的配置文件中,那么当 需要更改实现类或参数信息时,只需要修改配置文件即可,这种方法在上例的基础上更进一步的降低了类与类之间的耦合...
分类:编程语言   时间:2015-01-27 19:56:07    阅读次数:223
【机器学习中的数学】广义逆高斯分布及其特例
引言 广义逆高斯作为一种含义丰富的概率分布,其参数为特定值时又衍生出几种经典有用的分布,现做一整理介绍。 广义逆高斯分布(Generalized Inverse Gaussian Distribution) 广义逆高斯分布的概率密度函数为: 其中,Kp是a>0且b>0的第二类修正贝塞尔函数(Modified Bessel function of the seco...
分类:其他好文   时间:2015-01-23 18:30:16    阅读次数:221
Substrings 子字符串-----搜索
DescriptionYou are given a number of case-sensitive strings of alphabetic characters, find the largest string X, such that either X, or its inverse ca...
分类:其他好文   时间:2015-01-20 20:27:10    阅读次数:191
519条   上一页 1 ... 44 45 46 47 48 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!