码迷,mamicode.com
首页 >  
搜索关键字:see    ( 2224个结果
js(外部的javascript)
My Web PageA paragraphclike here注释:myFunction()保存在名为"myScript"的外部文件当中function myFunction(){ x=document.getElementById("demo"); x.innerHTML="you see";}...
分类:编程语言   时间:2014-08-07 12:48:40    阅读次数:247
String to Integer (atoi) leetcode java
题目: Implement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see be....
分类:编程语言   时间:2014-08-07 12:08:49    阅读次数:260
hdu 1827 Summer Holiday (强连通分量)
Summer Holiday Time Limit: 10000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1626    Accepted Submission(s): 746 Problem Description To see a Wo...
分类:其他好文   时间:2014-08-06 19:23:42    阅读次数:335
A trip through the Graphics Pipeline 2011_06_(Triangle) rasterization and setup
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:其他好文   时间:2014-08-05 00:25:38    阅读次数:476
Change the cursor shape from line to block on Windows
“Control panel” => “Ease of Access” => “Ease of Access Center” => “Make the computer easier to see” => “Set the thickness of the blinking cursor”. 8 p...
分类:Windows程序   时间:2014-08-04 10:50:56    阅读次数:315
vimrc
"?See:?http://vimdoc.sourceforge.net/htmldoc/options.html?for?details """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "=>?General """""""""""""""""""""""""""""""""""""...
分类:其他好文   时间:2014-08-03 23:37:36    阅读次数:602
一个int类型究竟占多少个字节
一个int占多少个字节?这个问题我们往往得到的答案是4.可是int究竟占多少个字节,却跟你的机器环境有关.As you can see, the typical data type sizes match the ILP32LL model, which is what most compilers...
分类:其他好文   时间:2014-08-03 20:32:25    阅读次数:233
POJ2309 BST
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repe...
分类:其他好文   时间:2014-08-03 12:49:15    阅读次数:229
LeetCode "Pow(x,n)"
Next time you see a numeric problem has a too straightforward solution, think about optimized one.Like this one: recursion\iteration is tooo slow. SoD...
分类:其他好文   时间:2014-08-01 06:57:01    阅读次数:279
String to Integer(atoi)
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2014-08-01 04:35:11    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!