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

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

processing

  • Core JSP In recent years, a large amount of software development activity has migrated from the cl

    Core JSP In recent years, a large amount of software development activity has migrated from the client to the server. The client-centric model, in which a client executes complex programs to visualize and manipulate data, is no longer considered appropriate for the majority of enterprise applications. The principal reason is deployment—it is a significant hassle to deploy client programs onto a large number of desktops, and to redeploy them whenever the application changes. Instead, applications are redesigned to use a web browser as a "terminal". The application itself resides on the server, formatting data for the user as web pages and processing the responses that the user fills into web forms.

    標簽: development activity migrated software

    上傳時間: 2014-01-13

    上傳用戶:duoshen1989

  • /***************************************************************************************************

    /*************************************************************************************************** The 4×4-keyboard drivers *COMPANY NAME: WUYI UNIVERSITY *MODULE NAME: Keyboard drivers *WRITTEN BY: Pang Weicong *FUNCTION DESCRIPTION: Keyboard input processing *EDITION: The first edition V1.0 *DATE: 2007-04-16 *Copyright: (c)2007 Pang Weicong **************************************************************************************************/

    標簽:

    上傳時間: 2014-01-05

    上傳用戶:xiaodu1124

  • http://wordnet.princeton.edu/ WordNet is a large lexical database of English, developed under the d

    http://wordnet.princeton.edu/ WordNet is a large lexical database of English, developed under the direction of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet s structure makes it a useful tool for computational linguistics and natural language processing.

    標簽: developed princeton database WordNet

    上傳時間: 2013-12-02

    上傳用戶:372825274

  • Sector is a system infrastructure software that provides functionality for distributed data storage,

    Sector is a system infrastructure software that provides functionality for distributed data storage, access, and analysis/processing. It automatically manages large volumetric data across servers or clusters, even those over distributed wide area high speed networks. Sector provides simple tools and APIs to access and/or process the data. Data and server locations are transparent to users, as the whole Sector network is a single networked super computer to the users.

    標簽: infrastructure functionality distributed software

    上傳時間: 2013-12-21

    上傳用戶:極客

  • SHA-1(Secure Hash Algorithm)是美國國家標準局(National Institute of Standard and Technology NIST)為了配合數位簽章演算法(

    SHA-1(Secure Hash Algorithm)是美國國家標準局(National Institute of Standard and Technology NIST)為了配合數位簽章演算法(Digital Signature Algorithm DSA)的使用所發布的聯邦資訊處理標準-FIPS PUB 180-1(Federal Information processing Standard Publication 180-1),而SHA-1 則是SHA-1 (FIPS180)的改良版,現今與MD5 皆廣被使用拿來做密碼驗證功能.其設計的方法是根據MD4,來對輸入的資料訊息(Message)產生出一個160 位元的訊息摘要(Digest) ,對於資料安全性提供了有效的保障.

    標簽: Technology Algorithm Institute National

    上傳時間: 2014-01-01

    上傳用戶:gxf2016

  • // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

    // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.

    標簽: Sample Histogram Grabber sample

    上傳時間: 2013-12-15

    上傳用戶:ryb

  • %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and

    %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4 illustrate PUMA working with different parameters and with four different images. All you need to do is to run each of the demos. Please be sure that all the files are put on an accessible path for matlab. Notice that this code is intended for research purposes only. For further reference see "Phase Unwrapping via Graph Cuts, IEEE Transactions on Image processing, 2007

    標簽: demo PUMA algorithms for

    上傳時間: 2016-04-23

    上傳用戶:fhzm5658

  • GloptiPoly 3: moments, optimization and semidefinite programming. Gloptipoly 3 is intended to so

    GloptiPoly 3: moments, optimization and semidefinite programming. Gloptipoly 3 is intended to solve, or at least approximate, the Generalized Problem of Moments (GPM), an infinite-dimensional optimization problem which can be viewed as an extension of the classical problem of moments [8]. From a theoretical viewpoint, the GPM has developments and impact in various areas of mathematics such as algebra, Fourier analysis, functional analysis, operator theory, probability and statistics, to cite a few. In addition, and despite a rather simple and short formulation, the GPM has a large number of important applications in various fields such as optimization, probability, finance, control, signal processing, chemistry, cristallography, tomography, etc. For an account of various methodologies as well as some of potential applications, the interested reader is referred to [1, 2] and the nice collection of papers [5].

    標簽: optimization semidefinite programming GloptiPoly

    上傳時間: 2016-06-05

    上傳用戶:lgnf

  • Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance

    Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance applications. The Adaptive Communications and Signals processing Group (ACSP) research group at Cornell specializes in studying various aspects of autonomous vehicle control. Previously, ACSP has examined video sensing for autonomous control. Our goal is to build on their previous research to incorporate audio source tracking for autonomous control.

    標簽: reconnaissance autonomous vehicles military

    上傳時間: 2016-06-29

    上傳用戶:chens000

  • PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran

    PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.

    標簽: that solutions regularly Cookbook

    上傳時間: 2014-12-03

    上傳用戶:努力努力再努力

主站蜘蛛池模板: 襄樊市| 聊城市| 始兴县| 旅游| 客服| 富宁县| 杭州市| 贡嘎县| 闽清县| 垫江县| 微山县| 绥芬河市| 冷水江市| 福州市| 恩平市| 绥芬河市| 富裕县| 怀仁县| 富宁县| 珠海市| 临潭县| 柳河县| 南澳县| 武功县| 蕲春县| 太保市| 比如县| 福建省| 综艺| 潮安县| 高碑店市| 申扎县| 潜山县| 揭西县| 锡林浩特市| 建阳市| 宝坻区| 堆龙德庆县| 邢台县| 南漳县| 凯里市|