码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
[Algorithms] Counting Sort
For a nice introduction to counting sort, please refer to Introduction to Alogrithms, 3rd edition. The following code is basically a translation of th...
分类:其他好文   时间:2015-06-09 17:01:26    阅读次数:123
什么是WMS系统 金蝶仓库条码管理WMS系统介绍
"WMS,即仓库管理系统(System),是1个实时的计算机软件系统(System),它能够按照运作的业务规则和运算法则(algorithms),对信息、资源、行为、存货和分销运作进行更完美地管理,使其最大化满足有效产出和精确性的要求。 WMS软件和进销存管理软件的最大区别在于:进销存软件的目标是针对于特定对象(如仓库)的商品、单据流动,是对于仓库作业结果的记录、核对和管理--报警、报表、结果分析,例如记录商品出入库的时间、经手人等;而WMS软件则除了管理仓库作业的结果记录、核对和管理外最大的功能是对仓库作...
分类:其他好文   时间:2015-06-09 08:32:33    阅读次数:457
Leetcode题解(4):L216/Combination Sum III
L216: Combination Sum III   Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be a unique set of number...
分类:其他好文   时间:2015-06-08 15:03:38    阅读次数:116
Android设计模式--策略模式
1、定义: The Strategy Pattern defines a family of algorithms,encapsulates each one,and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it. 定义了一系列的算法...
分类:移动开发   时间:2015-06-03 12:02:14    阅读次数:138
Lyx/LaTeX笔记04---插入伪代码
1可用的宏包常用的排版伪代码包有clrscode, algorithm, algorithmic, algorithmicx, algorithm2e2clrscodeclrscode是著名的算法教材 Introduction to Algorithms, 2nd ed. 的作者排版该书时自己制定的...
分类:其他好文   时间:2015-06-01 11:19:32    阅读次数:337
[算法]Comparison of the different algorithms for Polygon Boolean operations
Comparison of the different algorithms for Polygon Boolean operations.Michael Leonov 1998http://www.angusj.com/delphi/clipper.php#screenshotshttp://ww...
分类:编程语言   时间:2015-05-31 23:10:26    阅读次数:263
core JAVA 学习篇之深入理解对象与类
一.面向对象概述 1.面向对象程序设计(OOP): (1)由对象组成,每个对象包含,对用户公开的特定的功能部分,和隐藏的实现部分。 (2)如果对象能够满足需求,则不必关心其功能的实现过程。 (3)与结构化程序设计区别: 结构化程序设计:Algorithms + Data Structures = P...
分类:编程语言   时间:2015-05-30 23:48:56    阅读次数:163
Design and Analysis of Algorithms_Brute Froce_Pseudocode
This pseudocode from the book: > _ Anany LevitinNote that throughout the paper, we assume that inputs to algorithms fall within their specified ranges...
分类:其他好文   时间:2015-05-27 20:57:46    阅读次数:134
Design and Analysis of Algorithms_Fundamentals of the Analysis of Algorithm Efficiency_Pseudocode
This pseudocode from the book:> _ Anany LevitinNote that throughout the paper, we assume that inputs to algorithms fall within their specified ranges ...
分类:其他好文   时间:2015-05-25 22:15:11    阅读次数:190
openssl常用命令(待补充)
1.测试openssl对各种见算法处理速度opensslspeed[algorithms]algorithms:各种算法eg.rsa,des,md5,sha1等。不加算法表示测试所有算法。2.openssl对数据进行加密opensslenc-ciphername[-infilename][-e][-d][-outfilename][-salt][-a/-base64] eg.opensslencdes3-salt-a-ininitta..
分类:其他好文   时间:2015-05-24 06:40:45    阅读次数:420
784条   上一页 1 ... 58 59 60 61 62 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!