码迷,mamicode.com
首页 > 2015年01月03日 > 全部分享
内连接和外连接
我的表:表Aid name 1 a2 b3 c4 d----------------------------------------------------------------------------------------表Bid 年级 Aid1 2 12 ...
分类:其他好文   时间:2015-01-03 11:52:32    阅读次数:104
Unity游戏场景加载Loading详解
游戏中的Loading现在都做得很漂亮,但是归根究底就两种类型,静态Loading和动态Loading。静态Loading可能就是一张背景图。而动态的Loading就是在读取的同时有一个东西在“转圈”。1.静态Loading:优点:读取场景使用同步的方法就可以,因为是同步方法所以读取的速度是最快的,...
分类:编程语言   时间:2015-01-03 11:53:50    阅读次数:173
java enum
java枚举类型java枚举类型类似java中的普通类,编译后生成.class字节码文件。参考:http://www.cnblogs.com/frankliiu-java/archive/2010/12/07/1898721.htmlhttp://www.cnblogs.com/happyPawpa...
分类:编程语言   时间:2015-01-03 11:51:54    阅读次数:177
【leetcode】Binary Tree Maximum Path Sum
Binary Tree Maximum Path SumGiven a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the be...
分类:其他好文   时间:2015-01-03 11:52:22    阅读次数:137
编程之美:队列中的最大最小值
#include "iostream" #include "memory.h" #include "stdio.h" #include "limits.h" typedef int Type; const int MAXN=15; const int MIN=INT_MIN; class stack...
分类:其他好文   时间:2015-01-03 11:52:00    阅读次数:120
【leetcode】Path Sum II
Path Sum IIGiven a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.For example:Given the below binary tr...
分类:其他好文   时间:2015-01-03 11:50:53    阅读次数:110
目标跟踪系列十一:Exploiting the Circulant Structure of Tracking-by-detection with Kernels代码思路
Tracking学习系列原创,转载标明出处:http://blog.csdn.net/ikerpeng/article/details/40144497这篇文章非常赞啊!非常有必要将其好好的学习,今天首先记录它的代码思路(具体的推导过程后面会给出的)。首先,这篇文章使用的决策函数是一个结构风险最小化...
分类:其他好文   时间:2015-01-03 11:51:11    阅读次数:210
CheckBoxPreference组件
CheckBoxPreference 选中为true 取消选中为false 它的值会以boolean的形式储存在SharedPreferences中。复制代码 2011-9-3 01:13:55 上传下载附件(27.8 KB) import android.content.Context;impor...
分类:其他好文   时间:2015-01-03 11:51:39    阅读次数:199
绘制贝塞尔曲线
//绘制多图形(继承UIView)- (void)drawRect:(CGRect)rect{ UIColor *color = [UIColor redColor]; [color set]; UIBezierPath *path = [UIBezierPath bezierPath]; ...
分类:其他好文   时间:2015-01-03 11:50:39    阅读次数:247
Binary Search Tree Iterator
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Callingnext()will return the next...
分类:其他好文   时间:2015-01-03 11:50:18    阅读次数:135
自学php
header("Content-type: text/html; charset=utf-8"); 如果使用这句,则必须前面没有其他代码,无论echo打印的字符,还是html标签。 这句跟上面那句实现的功能是一样的。
分类:Web程序   时间:2015-01-03 11:50:46    阅读次数:169
第五章--过程
5.3.2过程的描述 CloseFile:CloseFile过程关闭一个以前打开的文件。文件是以文件句柄标识的,文件句柄通过EAX传递。如果文件被成功关闭,eax中返回值为非零值。 Clrscr:Clrscr过程用于清除控制台窗口的内容,它通常在程序开始和结束时使用。如果在其他时刻调用,最好在调用之...
分类:其他好文   时间:2015-01-03 11:49:28    阅读次数:285
BZOJ2820: YY的GCD
题解:面对这么神的题,蒟蒻只好搬运题解。。。跪烂iwtwiioi!!!http://www.cnblogs.com/iwtwiioi/p/4132095.html代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include...
分类:其他好文   时间:2015-01-03 11:50:35    阅读次数:231
css常用tool.js
//开启和关闭样式表function disableStylesheet(ss){ if(typeof ss == 'number'){ document.styleSheets[ss].disabled = true; }else{ var sheets =...
分类:Web程序   时间:2015-01-03 11:51:14    阅读次数:194
Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.
用TexStudio编辑文档时,不知是多加了空格还是啥,总是提示如下错误:Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.删除掉一些内容(code)之后可以成功编译,不过添加(code)之后,又反复出现....
分类:其他好文   时间:2015-01-03 11:49:03    阅读次数:947
自动化关键字学习笔记
一、关键字(Keyword)根据架构的区分可分为以下三层结构:底层关键字、公共层关键字、特性关键字。底层关键字一般与最底层的代码在关系,为上层公共关键字和特性关键字提供接口。公共层关键字:一般是与程序具体功能关联的;特性层关键字:一般是与具体业务关联的,也可以称做业务关键字。一般调用底层和公共层关键...
分类:其他好文   时间:2015-01-03 11:51:21    阅读次数:272
2015年,你好!
站在2015年的开始,总是要先回顾过去一年,总总喜悦和欣慰,失落和悲愤不免涌上心头年初雪还未消融,新的生命已然呱呱落地,抱在怀里,百感交集夏至时节,虽然由于总总人和心的摩擦碰撞,但始终在人生的历程上又多了一个标点符号,PU learning很好的一课8月底,有机会站在纽约人群匆忙,夜间霓虹闪烁的街头...
分类:其他好文   时间:2015-01-03 11:50:42    阅读次数:174
1098条   上一页 1 ... 48 49 50 51 52 53 54 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!