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

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

Cx-ONE

  • 用c++實(shí)現(xiàn)的hashtable的基本所有操作

    用c++實(shí)現(xiàn)的hashtable的基本所有操作,有關(guān)one-way hash的再另行上傳

    標(biāo)簽: hashtable 操作

    上傳時(shí)間: 2016-02-17

    上傳用戶:牛津鞋

  • 兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute l

    兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden fences. After reading its preface he already knew, what makes a little wooden fence cute. A wooden fence consists of N wooden planks, placed vertically in a row next to each other. A fence looks cute if and only if the following conditions are met: ?The planks have different lengths, namely 1, 2, . . . , N plank length units. ?Each plank with two neighbors is either larger than each of its neighbors or smaller than each of them. (Note that this makes the top of the fence alternately rise and fall.)

    標(biāo)簽: house the finished building

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

    上傳用戶:541657925

  • This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI applic

    This function returns NULL when called for an MDI main frame window (CMDIFrameWnd). In an MDI application, the MDI main frame window does not have a view associated with it. Instead, each individual child window (CMDIChildWnd) has one or more associated views. The active view in an MDI application can be obtained by first finding the active MDI child window and then finding the active view for that child window.

    標(biāo)簽: CMDIFrameWnd MDI function returns

    上傳時(shí)間: 2016-02-23

    上傳用戶:love_stanford

  • Application Note Abstract This Application Note introduces a complete and detailed PSoC® project

    Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.

    標(biāo)簽: Application Note introduces Abstract

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

    上傳用戶:集美慧

  • A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no ans

    A Java application to manage multiple closed answer questions (quiz). Every quiz has many yes/no answers, only one answer is correct. All classes should be contained by package "quiz".

    標(biāo)簽: quiz application questions multiple

    上傳時(shí)間: 2014-08-16

    上傳用戶:sk5201314

  • With the successful implementation of XML Schema, developers are learning how to increase productivi

    With the successful implementation of XML Schema, developers are learning how to increase productivity, improve software reliability, minimize development time, and decrease time to market. This in-depth reference is an all-in-one resource designed to help developers leverage the power and potential of XML schemas by offering a complete roadmap to their creation, design, and use.

    標(biāo)簽: implementation successful developers productivi

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

    上傳用戶:gxrui1991

  • The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

    The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the javadoc for more information on the structure of the library.

    標(biāo)簽: J2ME Funambol devices Client

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

    上傳用戶:gououo

  • Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum

    Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The computation uses a quasi-analytic (QA) technique that relies on the estimation (approximate one) of the information-bits Weight Enumerating Function (WEF) using A simulation of the convolutional encoder. Once the WEF is estimated, the analytic formula for the BER is used.

    標(biāo)簽: convolutional Computes encoding decision

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

    上傳用戶:咔樂塢

  • This document is intended to serve as an introduction to Wavelet processing through a set of Matlab

    This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.

    標(biāo)簽: introduction processing document intended

    上傳時(shí)間: 2016-03-22

    上傳用戶:qlpqlq

  • In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with

    In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these programs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.

    標(biāo)簽: especially popularity operating recent

    上傳時(shí)間: 2014-11-26

    上傳用戶:gaojiao1999

主站蜘蛛池模板: 华宁县| 内黄县| 五华县| 榆林市| 新源县| 垫江县| 桃江县| 南岸区| 会昌县| 思南县| 孝义市| 沿河| 黄浦区| 柳州市| 赤峰市| 富宁县| 桦川县| 湖南省| 大竹县| 芦溪县| 五家渠市| 隆林| 阜康市| 武邑县| 府谷县| 方城县| 额尔古纳市| 青阳县| 玉林市| 普兰店市| 合山市| 达拉特旗| 平顺县| 杂多县| 泸水县| 双流县| 温州市| 阜南县| 姜堰市| 白朗县| 启东市|