码迷,mamicode.com
首页 >  
搜索关键字:hand    ( 3029个结果
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/xiaozao_web]]
二月 20, 2017 11:30:28 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting pro ...
分类:编程语言   时间:2017-02-21 11:49:22    阅读次数:373
Summer Holiday
Summer Holiday Problem Description To see a World in a Grain of Sand And a Heaven in a Wild Flower, Hold Infinity in the palm of your hand And Eternit ...
分类:其他好文   时间:2017-02-21 00:26:05    阅读次数:230
stm32中的延时函数
//粗延时函数,微秒 void delay_nus(u16 time) { u16 i=0; while(time--) { i=10; //自己定义 while(i--) ; } } //毫秒级的延时 void delay_nms(u16 time) { u16 i=0; while(time-- ...
分类:其他好文   时间:2017-02-19 20:17:25    阅读次数:314
[TC SRM 662 div1 lev1] FoxesOfTheRoundTable
转载:http://codeforces.com/blog/entry/19151 Note: 将问题转化为寻找hamiltonian回路问题。证明过程值得一看。 Suppose the heights are sorted: h[0] <= h[1] <= h[2] ... In one hand ...
分类:其他好文   时间:2017-02-18 17:05:21    阅读次数:200
33. Search in Rotated Sorted Array
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You a ...
分类:其他好文   时间:2017-02-17 19:14:10    阅读次数:147
delphi 实现用户自定义通知(User Notification)
unit Form_Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Form... ...
分类:Windows程序   时间:2017-02-17 12:55:23    阅读次数:851
Java 并发:Thread 类深度解析
Java 中 Thread类 的各种操作与线程的生命周期密不可分,了解线程的生命周期有助于对Thread类中的各方法的理解。一般来说,线程从最初的创建到最终的消亡,要经历创建、就绪、运行、阻塞 和 消...
分类:编程语言   时间:2017-02-16 14:53:07    阅读次数:310
log4j.dtd
...
分类:其他好文   时间:2017-02-15 23:41:54    阅读次数:216
JNI官方中文资料
声明 该篇文章完全引用自《JNI完全手册》完整版,用来方便查询查阅,同时作为该系列教程的基础知识。感谢原文档作者。 文档所依赖的版本是比较低的,但是恰恰是低版本才能更容易上手学习。文档也有些枯燥,适合开发中参考查询和粗略概况性 的浏览掌握大局使用,也是下来几篇的基础性指导文档。下来几篇不会再解释代码 ...
分类:其他好文   时间:2017-02-15 18:52:09    阅读次数:289
机器学习实战Ch02: k-近邻算法
k-近邻算法算是一个非常暴力也非常好理解的算法 (抽象来讲,就是和谁长得像就分为哪一类 如何划分长得像还是不像的尺度? 把特征值当做坐标,把个体当做线性空间中的离散点,取k个离目标最近的训练集点,进行label vote,少数服从多数。 That's it. 至于什么是label vote...完全 ...
分类:编程语言   时间:2017-02-14 17:42:09    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!