码迷,mamicode.com
首页 >  
搜索关键字:called    ( 1945个结果
e575. The Quintessential Drawing Program
To draw on the screen, it is first necessary to subclass a JComponent and override its paint() method. The paint() method is automatically called by t ...
分类:Windows程序   时间:2018-09-02 23:55:09    阅读次数:206
e552. 取Applet的参数
An applet can be configured through the use of applet parameters. For example, the contents for a news ticker applet could be specified through an app ...
分类:移动开发   时间:2018-09-02 21:54:51    阅读次数:238
[Algorithms] Quicksort algorithm using TypeScript
Quicksort (also called partition sort and pivot sort) is arguably the most used sorting algorithm. It is the one commonly implemented internally in la ...
分类:其他好文   时间:2018-09-02 18:52:53    阅读次数:157
PAT 1122 Hamiltonian Cycle
The "Hamilton cycle problem" is to find a simple cycle that contains every vertex in a graph. Such a cycle is called a "Hamiltonian cycle". In this pr ...
分类:其他好文   时间:2018-09-01 21:53:45    阅读次数:144
PAT 1122 Hamiltonian Cycle
The "Hamilton cycle problem" is to find a simple cycle that contains every vertex in a graph. Such a cycle is called a "Hamiltonian cycle". In this pr ...
分类:其他好文   时间:2018-09-01 21:48:56    阅读次数:161
1100 Mars Numbers(20 分)
People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earch is called "jan, feb, mar, apr, m ...
分类:其他好文   时间:2018-09-01 20:37:42    阅读次数:174
POJ 1401 Factorial
Description The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this ...
分类:其他好文   时间:2018-09-01 20:29:34    阅读次数:129
jsbrage——和app交互
js调用java function connectWebViewJavascriptBridge (callback) { if (window.WebViewJavascriptBridge) { callback(WebViewJavascriptBridge) } el... ...
分类:移动开发   时间:2018-08-31 19:25:59    阅读次数:1224
Factorial(hdu 1124)
Description The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this ...
分类:其他好文   时间:2018-08-30 16:46:13    阅读次数:161
四川省赛 SCU - 4438
Censor frog is now a editor to censor so-called sensitive words (敏感词). She has a long text pp. Her job is relatively simple -- just to find the first ...
分类:其他好文   时间:2018-08-30 14:59:35    阅读次数:200
1945条   上一页 1 ... 37 38 39 40 41 ... 195 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!