码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
[LeetCode] Basic Calculator II 基本计算器之二
Implement a basic calculator to evaluate a simple expression string.The expression string contains only non-negative integers, +, -, *, / operators an...
分类:其他好文   时间:2015-06-26 00:23:20    阅读次数:135
基本服务集与扩展服务集
1.基本服务集英文名称Basic Service Set(BSS),是一个无线网络中的术语,用于描述在一个802.11 WLAN中的一组相互通信的移动设备。一个BSS可以包含AP(接入点),也可以不包含AP。基本服务集有两种类型:一种是基础设施模式的基本服务集,包含一个AP和若干个移动台;另一种是独...
分类:其他好文   时间:2015-06-25 22:40:03    阅读次数:700
在Sublime Text 2中使用R语言
Using Sublime Text 2 for R Posted on May 17, 2012 by Tom Schenk Jr My R interface has been pretty basic in the last few years. I have usually stuck to the R console. Yes, I’ve tried Emacs with ESS...
分类:编程语言   时间:2015-06-25 17:50:52    阅读次数:318
Binary Sort Tree(BST)
Basic structuretypedef struct BstNode{ key_type key; struct node *lchild; struct node *rchild; struct node *parent; }NodeStructure Feature If left_child is not NULL, left child is small...
分类:其他好文   时间:2015-06-25 15:36:26    阅读次数:120
HackerRank - "XOR key"
New techniques learnt: Trie can be used for some XOR problems. The basic idea: we build a MSB->LSB prefix Trie of all numbers; then query greedily: fi...
分类:其他好文   时间:2015-06-25 13:47:32    阅读次数:116
python标准库-random学习
参考资料:Python 2.7.7 documentation 参考工具:http://translate.google.cn/ random模块学习 一、Bookkeeping functions(几乎没看懂) random.seed([x]) Initialize the basic rando...
分类:编程语言   时间:2015-06-25 00:00:09    阅读次数:307
httpd基于用户的站点访问控制
基于用户或组进行认证一、各字段参数Options:开启的功能AllowOverride:是否开启认证AuthType:认证模式Basic:基本认证,明文传送,较常用digest:摘要认证,密文传送,一些浏览器不支持AuthName:显示的认证信息AuthBasicProvider:认证的类型,默认为基于file文件进行认证f..
分类:Web程序   时间:2015-06-24 19:21:19    阅读次数:169
通过WebClient/HttpWebRequest实现http的post/get方法
1 ////// 通过WebClient类Post数据到远程地址,需要Basic认证; 2 /// 调用端自己处理异常 3 /////////name=张三&age=20///请先确认目标网页的编码方式/////////publicstaticstring Request_WebClient(st....
分类:Web程序   时间:2015-06-24 14:20:57    阅读次数:163
basic ,fundamental ,extreme ,utmost和radical.区别
basic 普通用词,指明确、具体的基础或起点.fundamental 书面用词,不如basic使用广泛,侧重指作为基础、根本的抽象的事物.radical 着重指事物的根本或其来源.下面是extreme和utmost的区别:二者都具备两种词性:形容词和名词.下面分别就这两种词性情况来考察一下这两个词...
分类:其他好文   时间:2015-06-24 12:40:34    阅读次数:149
Basic Calculator II
Basic Calculator II问题:Implement a basic calculator to evaluate a simple expression string.The expression string contains onlynon-negativeintegers,+,-,...
分类:其他好文   时间:2015-06-24 10:47:29    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!