码迷,mamicode.com
首页 >  
搜索关键字:cl    ( 1957个结果
可执行jar包的MANIFEST.MF
打包可执行jar包时,MANIFEST.MF总是个让人头疼的东西,经常出现这种那种问题。 一个例子: ================================================================================ Manifest-Version: 1.0 Main-Cl...
分类:编程语言   时间:2015-05-10 13:02:50    阅读次数:123
寻址方式
读者定位:(1)学习过计算机组成原理中的寻址方式 (2)了解8086基本的指令含义,如mov, lea等内容概要:通过将计算机组成原理中的基本寻址方式与8086汇编中的寻址方式进行对比,加深学习印象,将理论与实践结合;立即寻址立即寻址即在汇编语句中直接给出操作数,该操作数称为立即数:mov cl, ...
分类:其他好文   时间:2015-05-08 20:10:26    阅读次数:206
js关闭当前页面/关闭当前窗口
function CloseWebPage(){if (navigator.userAgent.indexOf("MSIE") > 0) {if (navigator.userAgent.indexOf("MSIE 6.0") > 0) {window.opener = null;window.cl...
分类:Web程序   时间:2015-05-08 17:58:32    阅读次数:157
8.0 Streams(2)
More things about Streams...I'm going to talk mainly about the Asynch I/O.Since it's a bit complicated, I'll explain codes more specifically.In the cl...
分类:其他好文   时间:2015-05-06 22:28:41    阅读次数:114
leetcode 204/187/205 Count Primes/Repeated DNA Sequences/Isomorphic Strings
一:leetcode 204 Count Primes 题目: Description: Count the number of prime numbers less than a non-negative number, n 分析:此题的算法源码可以参看这里,http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes 代码: cl...
分类:其他好文   时间:2015-05-06 15:06:39    阅读次数:162
Count Primes
Count Primes问题:Count the number of prime numbers less than a non-negative number,n思路: 计算质数的方法:http://en.wikipedia.org/wiki/Prime_number我的代码:public cl....
分类:其他好文   时间:2015-05-06 12:48:30    阅读次数:117
POJ 1389 Area of Simple Polygons
Area of Simple PolygonsTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:138964-bit integer IO format:%lld Java cl...
分类:其他好文   时间:2015-05-04 20:09:11    阅读次数:140
个人项目-猜数字小游戏
一 题目简介猜数字小游戏二 源码的github链接链接:https://github.com/gaoshuhua/master三 所设计的模块测试用例、测试结果截图import static org.junit.Assert.*;import org.junit.Test;public cl...
分类:其他好文   时间:2015-05-03 18:46:19    阅读次数:134
HTML5 Server-Sent Events With Java Servlets Exampl
Since the dawn of modern web applications, push notifications have gained significant traction in industry. Instead of pooling data from server it has now become common that server should notify cl...
分类:编程语言   时间:2015-05-03 13:27:38    阅读次数:217
用Python画出奥运五环
用海龟画图就是这么简单coordA=(-110,0,110,-55,55)coordB=(-25,-25,-25,-75,-75)cl=("red","blue","green","yellow","black")i=0from turtle import *pensize(5)for _ in r...
分类:编程语言   时间:2015-05-01 23:47:57    阅读次数:2480
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!