码迷,mamicode.com
首页 >  
搜索关键字:simple check    ( 15618个结果
vim摘要
The "." command is one of the most simple yet powerful commands in Vim. Itrepeats the last change. For instance, suppose you are editing an HTML filea...
分类:其他好文   时间:2014-05-23 22:52:50    阅读次数:372
LeetCode OJ - Same Tree
题目:Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical...
分类:其他好文   时间:2014-05-23 12:40:21    阅读次数:352
ubuntu下openGL的配置方法
This is a simple tutorial to show a new linux user (such as myself) how to setup freeglut and OpenGl. OS: ubuntu 12.1 I have just recently become a .....
分类:其他好文   时间:2014-05-23 11:07:45    阅读次数:380
linux内存操作----kernel 3.5.X copy_from_user()和copy_to_user()
前面的一篇文章中简单的描述了一下内存映射的内容,http://blog.csdn.net/codectq/article/details/25658813,这篇文章作为用户把内存规划好之后,在用户空间使用IOCTL对设备进行控制时的常用函数的代码摘录。后续我会把这部分完善起来。 #ifdefCONFIG_MMU externunsigned long __must_check __copy_f...
分类:系统相关   时间:2014-05-23 07:32:35    阅读次数:424
SDL库的安装
SDL的介绍    SDL是Simple DirectMedia Layer(简易直控媒体层)的缩写。它是一个跨平台的多媒体库,以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标(事件)、游戏摇杆等。当然,最为重要的是提供了 2D图形帧缓冲(framebuffer)的接口,以及为 OpenGL 与各种操作系统之间提供了统一的标准接口以实现 3D图形。从这些属性我们可以...
分类:其他好文   时间:2014-05-22 12:21:15    阅读次数:718
zTree实现多选树
zTree实现多选树 1、实现源码 多选树 <!-- var setting = { check: { enable: true, chkStyle: "checkbox", chkboxType: { "Y": "s", "N": "ps" } }, data: { simpleData:...
分类:其他好文   时间:2014-05-22 12:05:34    阅读次数:245
Simple XML
官网:http://simple.sourceforge.net/home.php截止目前最新版本:simple-xml-2.7.1.jar特点:jar lib文件只有360K左右的大小它的使用不需要依赖于其他 JAR 文件通过注解的方式,灵活方便下面将分节详细介绍Simple的特点和使用方法:[一...
分类:其他好文   时间:2014-05-21 04:35:48    阅读次数:376
JS常用表单验证总结
表单验证 function check_1(param){//不为空     if(param==""||param==null){return false;}else{return true;}     } function check_2(param){//长度限制,字母是10个,汉字也是10个     if(param.length>10){return false;}else...
分类:Web程序   时间:2014-05-20 17:15:45    阅读次数:414
SNMP 和 NetBios协议理解
http://note.youdao.com/share/?id=0f3b39a6c3e0d5363076729662d164a3&type=note一、简单网络管理协议(SNMP,Simple Network Management Protocol)构成了互联网工程工作小组(IETF,Intern...
分类:移动开发   时间:2014-05-20 10:49:00    阅读次数:363
Leetcode:Same Tree
戳我去解题Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identic...
分类:其他好文   时间:2014-05-20 10:09:37    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!