虫虫首页|资源下载|资源专辑|精品软件
登录|注册

known

  • As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorith

    As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.)

    标签: Actionscript cryptography algorith provides

    上传时间: 2014-01-24

    上传用户:hopy

  • 非常好的优化算法的书

    非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.

    标签: 优化算法

    上传时间: 2014-01-26

    上传用户:zgu489

  • We describe and demonstrate an algorithm that takes as input an unorganized set of points fx1И

    We describe and demonstrate an algorithm that takes as input an unorganized set of points fx1􀀀    􀀀 xng 􀀀 IR3 on or near an unknown manifold M, and produces as output a simplicial surface that approximates M. Neither the topology, the presence of boundaries, nor the geometry of M are assumed to be known in advance — all are inferred automatically from the data. This problem naturally arises in a variety of practical situations such as range scanning an object from multiple view points, recovery of biological shapes from two-dimensional slices, and interactive surface sketching.

    标签: demonstrate unorganized algorithm describe

    上传时间: 2013-12-18

    上传用户:xc216

  • // chebysheve outlier detection // this function is used to detect the abnormal value among a set o

    // chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // double[] door : byyond which the data may be considered as a outlier // door[0]: the upperdoor // door[1]: the lowerdoor

    标签: chebysheve detection abnormal function

    上传时间: 2013-11-30

    上传用户:13517191407

  • The major functionality added in this release includes: - Rootless mode in X11 - Widget Templt

    The major functionality added in this release includes: - Rootless mode in X11 - Widget Templtes [both compiled and XML] As always, this isn t meant to be a stable release, it is only provided so people can more easily experiment with PicoGUI and possibly help in its development. Some of the more significant known bugs: - The PicoGUI laucher may not work right now, it s undergoing some change. - Several of the apps included here are not finished, not started, or otherwise broken. - There is a redrawing bug that may cause flickering on some platforms

    标签: functionality Rootless includes release

    上传时间: 2014-01-03

    上传用户:gxmm

  • This book manage to show you how you can methodically apply different techniques to your own algor

    This book manage to show you how you can methodically apply different techniques to your own algorithms to make them more efficient. While this book mostly highlights general techniques, some well-known algorithms are also looked at in depth.

    标签: methodically techniques different you

    上传时间: 2017-03-22

    上传用户:xyipie

  • Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Draw

    Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Drawing on Lopp s management experiences at Apple, Netscape, Symantec, and Borland, this book is full of stories based on companies in the Silicon Valley where people have been known to yell at each other. It is a place full of dysfunctional bright people who are in an incredible hurry to find the next big thing so they can strike it rich and then do it all over again. Among these people are managers, a strange breed of people who through a mystical organizational ritual have been given power over your future and your bank account. Whether you re an aspiring manager, a current manager, or just wondering what the heck a manager does all day, there is a story in this book that will speak to you. You will learn: * What to do when people start yelling at each other * How to perform a diving save when the best engineer insists on resigning * How to say "No" to the person who signs your paycheck

    标签: selection Managing Michael Humans

    上传时间: 2014-11-27

    上传用户:1427796291

  • Fortran has always been the principal language used in the fields of scientific, numerical, and en

    Fortran has always been the principal language used in the fields of scientific, numerical, and engineering programming, and a series of revisions to the standard defining successive versions of the language has progressively enhanced its power and kept it competitive with several generations of rivals. Beginning in 1978, the technical committee responsible for the development of Fortran standards, X3J3 (now called J3), laboured to produce a new, much- needed modern version of the language, Fortran 90. Its purpose is to "promote portability, reliability, maintainability, and efficient execution... on a variety of computing systems". The standard was published in 1991, and work began in 1993 on a minor revision, known informally as Fortran 95. Now this revised

    标签: scientific the principal numerical

    上传时间: 2017-04-11

    上传用户:a3318966

  • Presents a general picture of what is inside a Unix kernel and how Linux competes against other well

    Presents a general picture of what is inside a Unix kernel and how Linux competes against other well-known Unix systems.

    标签: Presents competes general against

    上传时间: 2017-04-13

    上传用户:frank1234

  • if the method is to be made void, then it cannot have a return statement, all it can do is set the v

    if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are done accross classes.

    标签: the statement cannot method

    上传时间: 2013-12-21

    上传用户:xaijhqx