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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

Clear

  • CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP

    CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more Clear.

    標(biāo)簽: programming Processing functional package

    上傳時(shí)間: 2013-12-19

    上傳用戶(hù):netwolf

  • This discussion will attempt to outline some truths and common misconceptions about digital audio wa

    This discussion will attempt to outline some truths and common misconceptions about digital audio watermarking. It will survey the intrinsic obstacles that such technology is required to overcome, shedding light on its performance criteria, compromises and limitations. While doing so, it will also survey a few common types of applications, hopefully leading to a Clear understanding as to the appropriateness of such technology and its expertise within multimedia content protection.

    標(biāo)簽: misconceptions discussion attempt digital

    上傳時(shí)間: 2016-07-18

    上傳用戶(hù):520

  • If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frus

    If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of Clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source

    標(biāo)簽: metaprogramming you template excited

    上傳時(shí)間: 2016-07-20

    上傳用戶(hù):gundamwzc

  • 這是一個(gè)基于命令行交互方式的議程(agenda)管理系統(tǒng)(采用面向?qū)ο蠓椒ê蚃ava 語(yǔ)言開(kāi)發(fā)) 版本:1.01 編程語(yǔ)言:Java 所用平臺(tái):Windows XP sp2+ Eclipse 3

    這是一個(gè)基于命令行交互方式的議程(agenda)管理系統(tǒng)(采用面向?qū)ο蠓椒ê蚃ava 語(yǔ)言開(kāi)發(fā)) 版本:1.01 編程語(yǔ)言:Java 所用平臺(tái):Windows XP sp2+ Eclipse 3.2 + JDK 1.5.0 完成日期:2006-11-13 [主要功能說(shuō)明]:已注冊(cè)到系統(tǒng)的用戶(hù)(user)可添加(add)、刪除(delete)、查詢(xún)(query)系統(tǒng)中記錄的會(huì)議(meeting)安排;系統(tǒng)還提供新用戶(hù)注冊(cè)(register)、清除(Clear)某一用戶(hù)所有會(huì)議安排等管理功能。

    標(biāo)簽: Java Eclipse Windows agenda

    上傳時(shí)間: 2016-07-29

    上傳用戶(hù):壞天使kk

  • 迭代自適應(yīng)Simpson

    迭代自適應(yīng)Simpson,Lobatto積分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and Clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm. We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.

    標(biāo)簽: Simpson 迭代

    上傳時(shí)間: 2014-10-25

    上傳用戶(hù):xc216

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a Clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.

    標(biāo)簽: intermediate you quickly dummy

    上傳時(shí)間: 2014-01-09

    上傳用戶(hù):wpwpwlxwlx

  • 本計(jì)算器可以進(jìn)行簡(jiǎn)單的四則運(yùn)算(加、減、乘、除)但僅限于十進(jìn)制下

    本計(jì)算器可以進(jìn)行簡(jiǎn)單的四則運(yùn)算(加、減、乘、除)但僅限于十進(jìn)制下,還可以進(jìn)行(八進(jìn)制,十進(jìn)制,十六進(jìn)制)之間的相互轉(zhuǎn)換,八進(jìn)制最多可以輸入19位數(shù),十進(jìn)制最多可以輸入18位數(shù),十六進(jìn)制最多可以輸入14位數(shù),backspace表示退格, Clear表示初始化,

    標(biāo)簽: 計(jì)算器 四則運(yùn)算 十進(jìn)制

    上傳時(shí)間: 2013-12-02

    上傳用戶(hù):wkchong

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with Clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.

    標(biāo)簽: development adaptable solutions patterns

    上傳時(shí)間: 2014-09-07

    上傳用戶(hù):wangchong

  • A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

    A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a Clear definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time

    標(biāo)簽: engineering code-what chances reverse

    上傳時(shí)間: 2014-01-17

    上傳用戶(hù):hn891122

  • The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringi

    The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringing to the PC all the power and flexibility of a Unix workstation as well as a complete set of Internet applications and a fully functional desktop interface. This book is designed not only to be a complete reference on Linux, but also to provide Clear and detailed explanations of Linux features. No prior knowledge of Unix is assumed Linux is an operating system anyone can use

    標(biāo)簽: distributions Linux Fedora become

    上傳時(shí)間: 2017-02-11

    上傳用戶(hù):moshushi0009

主站蜘蛛池模板: 浠水县| 安吉县| 德江县| 扶余县| 拉孜县| 咸丰县| 清新县| 南川市| 株洲市| 吉木萨尔县| 伽师县| 哈密市| 昌都县| 遂川县| 邻水| 仙游县| 黔南| 都昌县| 红河县| 平顺县| 九江市| 肇源县| 浮梁县| 德州市| 神木县| 西乌| 邢台市| 高阳县| 台北县| 凌源市| 西贡区| 德江县| 永吉县| 乃东县| 大冶市| 固原市| 宁南县| 沽源县| 黑水县| 香港| 怀宁县|