码迷,mamicode.com
首页 >  
搜索关键字:human skin    ( 1119个结果
一个JavaScript工程师必须掌握的几个方面(转)
作为一个JavaScript工程师,在写一个工具库时,一般来说,需要提供如下的模块。核心模块:core.js$namespace 注册命名空间:$namespace('human.software.dom'); // window.human.software.dom$package 多模块共存,引...
分类:编程语言   时间:2014-11-05 19:11:15    阅读次数:281
POJ2796 Feel Good
Feel GoodTime Limit: 3000MSMemory Limit: 65536KCase Time Limit: 1000MSSpecial JudgeDescriptionBill is developing a new mathematical theory for human e...
分类:其他好文   时间:2014-11-05 08:05:42    阅读次数:207
POJ 1080 Human Gene Functions(求两字符串相似度:LCS变形)
POJ 1080 Human Gene Functions(求两字符串相似度:LCS变形) http://poj.org/problem?id=1080 题意: 给你两个由字符A,C,G,T构造的字符串s1和s2, 现在你可以在这两个字符串中插入空格, 使得两串长相等(但是不能使得s1的空格对应s2的空格位置). 然后给你s1的特定字符对应s2中特定字符所能获得的分数矩阵: 问你最后两个字符串所能获得的最大分数是多少? 分析: 本题很类似于求字符串最短编辑距离或者求...
分类:其他好文   时间:2014-11-04 17:35:43    阅读次数:187
android 按钮按下效果(文字颜色和按钮同时变化)
styles: <style name="ButtonGreen" parent="@android:style/Widget.Button"> <item name="android:textSize">18.0sp</item> <item name="android:textColor">@drawable/skin_color_button</ite...
分类:移动开发   时间:2014-11-03 14:46:19    阅读次数:160
poj 1080 Human Gene Functions (dp,LCS)
题意:给定两个字符串,求它们对齐匹配的最大值 要求:可以两个字符匹配,也可以一个字符和‘-’匹配, 但是不能两个‘-’匹配...
分类:其他好文   时间:2014-10-30 15:21:24    阅读次数:227
Spring——IoC
控制反转(Inversion ofControl,英文缩写为IoC)是一种可以解耦的方法,不是什么技术,是一种思想,也是轻量级的Spring框架的核心。控制反转一般分为两种类型,依赖注入(DependencyInjection,简称DI)和依赖查找。控制反转是,关于一个对象如何获取他所依赖的对象的引用,这个责任的反转。   我们通过一个例子体会IoC的好处: 数据模型如下: Human接口...
分类:编程语言   时间:2014-10-28 09:24:59    阅读次数:311
用IrisSkin2.dll美化你的WinForm
From:http://hi.baidu.com/tr0j4n在WinForm中,可以方便地给自己的程序添加皮肤,做出各种绚丽的效果,而只需要很简单的几句代码即可搞定,下面来领略下。前期准备:1、IrisSkin2.dll,这个是今天的主角2、Skin文件,后缀名为.ssk3、一个WinForm程序...
分类:Windows程序   时间:2014-10-26 15:29:58    阅读次数:222
Motion images compression and restoration based on computer vision
This technique should apply to both normal video (consequtive sequences of pictures of real world) and animations (sequences of images drawn by human ...
分类:其他好文   时间:2014-10-25 13:10:23    阅读次数:220
Understanding and Using HRMS Security in Oracle HRMS
Understanding and Using HRMS Security in Oracle HRMS Product:Oracle Human Resources Minimum Version:11.5.9 An Oracle White Paper Abstract Understanding and Using HRMS Security in Oracle HRMS...
分类:数据库   时间:2014-10-23 16:21:41    阅读次数:292
常见MFC UI界面库
Xtrme toolkit,BCGControlBar,SkinMagic,AppFace,Skin++,Uskin++,SYGUI,LibUIDK,GuiToolkit,GardenUI等等,除了后两种一个是开源,一个是免费的外,其余的都是收费的。The Ultimate Toolboxhttp:...
分类:编程语言   时间:2014-10-23 16:03:03    阅读次数:1662
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!