码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
各种加解密算法比較
二. 加密算法介绍对称加密算法对称加密算法用来对敏感数据等信息进行加密,经常使用的算法包含:DES(Data Encryption Standard):数据加密标准,速度较快,适用于加密大量数据的场合。3DES(Triple DES):是基于DES,对一块数据用三个不同的密钥进行三次加密,强度更高。...
分类:其他好文   时间:2014-08-06 22:36:22    阅读次数:280
python实现的json数据以HTTP GET,POST,PUT,DELETE方式页面请求
一、JSON简介 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。 它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语...
分类:编程语言   时间:2014-08-06 10:31:02    阅读次数:221
UVa11183 - Teen Girl Squad(最小树形图-裸)
Problem I Teen Girl Squad  Input: Standard Input Output: Standard Output   -- 3 spring rolls please. -- MSG'D!! -- Oh! My stomach lining! Strong Bad You are part of a grou...
分类:其他好文   时间:2014-08-05 14:09:29    阅读次数:286
STL 较详尽总结
STL就是Standard Template Library,标准模板库。这可能是一个历史上最令人兴奋的工具的最无聊的术语。从根本上说,STL是一些“容器”的集合,这些“容器”有list, vector,set,map等,STL也是算法和其它一些组件的集合。这里的“容器”和算法的集合指的是世界上很多...
分类:其他好文   时间:2014-08-05 13:49:49    阅读次数:392
Android学习xml解析大全之SAX和DOM
随着android的学习解析xml成为了很多朋友面临的问。想学习如何解析xml就要先了解xml是什么。XML称为可扩展标记语言(ExtensibleMarkupLanguage),由标准通用标记语言(SGML:Standard Generalized Markup Language)发展而来,允许开...
分类:移动开发   时间:2014-08-05 09:29:48    阅读次数:203
Uva-------(11462) Age Sort(计数排序)
BAge SortInput:Standard InputOutput:Standard OutputYou are given the ages (in years) of all people of a country with at least 1 year of age. You know ...
分类:其他好文   时间:2014-08-05 02:57:48    阅读次数:230
ddk,wdk版本
2600 -- XpDDK 2600.1106 -- XP sp1 3790 -- 2003 DDK? 6000 -- WDK ? ? Windows 2003 SP1 DDK 支持以下Windows版本驱动程序开发 ? Windows Server 2003, SP1 (Standard, Enterprise, and DataCenter) ? ...
分类:其他好文   时间:2014-08-05 00:53:18    阅读次数:1364
uva------(11464)Even Parity
DEven ParityInput:Standard InputOutput:Standard OutputWe have a grid of sizeNxN. Each cell of the grid initially contains a zero(0) or a one(1).Thepar...
分类:其他好文   时间:2014-08-05 00:14:48    阅读次数:341
SGU 407 Number of Paths in the Empire dp+java大数
SGU 407 407. Number of Paths in the Empire Time limit per test: 0.75 second(s) Memory limit: 65536 kilobytes input: standard output: standard During the period of Tsam dynasty ruling...
分类:编程语言   时间:2014-08-04 17:46:17    阅读次数:294
ASCII table and description .
ASCII table and descriptionASCII stands for American Standard Code for Information Interchange. Computers can only understand numbers, so an ASCII cod...
分类:其他好文   时间:2014-08-04 17:31:17    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!