亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

time-invariant

  • Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:

    Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encrypts a partition or drive where Windows is installed (pre-boot authentication). * Encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography) and hidden operating system. 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). * Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS. Further information regarding features of the software may be found in the:http://www.truecrypt.org/

    標簽: open-source encryption Features software

    上傳時間: 2013-12-20

    上傳用戶:123啊

  • Newton Game Dynamic 1.52 Delphi下基于GLScene的OpenGL游戲開發控件。功能非常強大和易于使用。 Advanced physics engine for re

    Newton Game Dynamic 1.52 Delphi下基于GLScene的OpenGL游戲開發控件。功能非常強大和易于使用。 Advanced physics engine for real-time simulation of rigid bodies

    標簽: Advanced Dynamic GLScene physics

    上傳時間: 2014-01-18

    上傳用戶:chongcongying

  • What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL

    What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL allows describe designs at a high level of abstraction as well as the lower implementation levels ➥ Primary use of HDLs is the simulation of designs ➥ Verilog is a discrete event time simulator  What is VeriWell? ➥ VeriWell is a comprehensive implementation of Verilog HDL

    標簽: Verilog HDL 10149 Description

    上傳時間: 2017-02-18

    上傳用戶:

  • To review what a metaball is, and how to render them and to describe a new optimization I ve made

    To review what a metaball is, and how to render them and to describe a new optimization I ve made for rendering metaballs. For complex scenes, it can render hundreds of times faster, though I m certain others have discovered this trick as well. It does very slightly change the characteristic shape of the blobs, but there is no loss in image quality whatsoever. (I actually developed all this about two years ago, but just now felt like writing it all down, and had the time!)

    標簽: optimization and metaball describe

    上傳時間: 2013-12-27

    上傳用戶:彭玖華

  • Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than f

    Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)

    標簽: contains Output convex planar

    上傳時間: 2017-02-19

    上傳用戶:wyc199288

  • documentation for optimal filtering toolbox for mathematical software package Matlab. The methods i

    documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backward smoother counter-parts for each filter, which can be used to smooth the previous state estimates, after obtaining new measurements. The usage and function of each method are illustrated with five demonstrations problems. 1

    標簽: documentation mathematical for filtering

    上傳時間: 2014-01-20

    上傳用戶:changeboy

  • documentation for optimal filtering toolbox for mathematical software package Matlab. The methods i

    documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backward smoother counter-parts for each filter, which can be used to smooth the previous state estimates, after obtaining new measurements. The usage and function of each method are illustrated with five demonstrations problems. 1

    標簽: documentation mathematical for filtering

    上傳時間: 2013-12-10

    上傳用戶:zxc23456789

  • Have you ever seen players eyes light up as they explore the worlds that you ve created in your gam

    Have you ever seen players eyes light up as they explore the worlds that you ve created in your games? If you have, then game development probably has you hooked firmly in its grasp! If you ve never taken your games beyond the PC, now s the time! "J2ME Game Programming" is a hands-on guide that teaches you how to create games for micro-devices. You ll be amazed at just how cool the games you create can look and play. Focusing primarily on mobile phone game creation, you ll jump right in and create your own games as you work your way through the book. The thought has surely crossed your mind that it would be nice to make some money off of this cool hobby of yours. J2ME offers real opportunity to profit from your games. Learn how you can earn revenue from your games by taking them to market. If you have a basic understanding of Java, then you re ready to explore all that "J2ME Game Programming" has to offer!

    標簽: you created players explore

    上傳時間: 2017-02-25

    上傳用戶:lanhuaying

  • Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard

    Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects 1. Packager 2. Setup1 The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency Files of any Visual basic project (although roughly done without any specific algorithm), Somebody can help me with this. I don’ t have time for the project, so I don’ t want any comment on the code indentation or arrangement and variable scoping. Comments are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it Oh! I found some of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project I felt like sharing code with PSCites. Thats why I made it

    標簽: Visual Basic Developers Installer

    上傳時間: 2017-02-26

    上傳用戶:FreeSky

  • Easy implementation of PRIM and DIJKSTRA algorims for graph sorting. It also permit comparison of ti

    Easy implementation of PRIM and DIJKSTRA algorims for graph sorting. It also permit comparison of time betwen both algoritm.

    標簽: implementation comparison DIJKSTRA algorims

    上傳時間: 2013-12-29

    上傳用戶:王慶才

主站蜘蛛池模板: 棋牌| 广宗县| 灵石县| 遂平县| 灵璧县| 桃江县| 武平县| 岳池县| 高邮市| 高尔夫| 阿鲁科尔沁旗| 聊城市| 建水县| 海宁市| 绵竹市| 正镶白旗| 伊川县| 梨树县| 肥东县| 峡江县| 江达县| 军事| 光泽县| 隆回县| 旺苍县| 盱眙县| 曲阳县| 青浦区| 甘泉县| 宁都县| 四子王旗| 称多县| 虞城县| 健康| 荣昌县| 孟州市| 商洛市| 灵寿县| 天镇县| 乌拉特后旗| 上犹县|