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

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

HIGHER-ORDER

  • 生成一個單向鏈表(*pListHead) 用C中的結構體或C++中的類實現 完成基本要求 基本算法要求: 實現對鏈表的逆序 void reverse(CList& ); 查找

    生成一個單向鏈表(*pListHead) 用C中的結構體或C++中的類實現 完成基本要求 基本算法要求: 實現對鏈表的逆序 void reverse(CList& ); 查找鏈表倒數第k個元素 FindFBack(CList&, int k); 高要求: 對鏈表排序 order(CList&); 判斷單向鏈表是否有環

    標簽: pListHead reverse CList void

    上傳時間: 2014-12-07

    上傳用戶:wlcaption

  • Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

    Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.

    標簽: generators contains Uniform randomc

    上傳時間: 2014-12-01

    上傳用戶:royzhangsz

  • Bold index entries have corresponding pages in the main body of the guide. The remaining index entr

    Bold index entries have corresponding pages in the main body of the guide. The remaining index entries are followed by a list of appropriate page references in the alphabetical reference sections, given in order of importance.

    標簽: index corresponding the remaining

    上傳時間: 2014-06-05

    上傳用戶:huql11633

  • 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.

    標簽: introduction processing document intended

    上傳時間: 2016-03-22

    上傳用戶:qlpqlq

  • 塵緣雅境圖文系統免費版公告的

    塵緣雅境圖文系統免費版公告的,最新圖文的,最近更新的,熱點的 最新更新 <script src=news.asp?shu=12></script> 熱點文章 <script src=news.asp?order=click&shu=12></script> 最新公告 boardnews.asp 最新圖文 <script src=picnews.asp?shu=12></script>

    標簽:

    上傳時間: 2016-03-30

    上傳用戶:英雄

  • This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation deve

    This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/vonzuben/lnunes/demo.zip The tour is self-guided and can be performed in any order. To run the presentation, first uncompress the zipped archive and store it in an appropriate directory. Run the Matlab® , enter the selected directory, and type “tutorial” in the prompt.

    標簽: presentation Artificial describes tutorial

    上傳時間: 2014-01-24

    上傳用戶:qilin

  • The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Orde

    The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Order Number 245471) is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. the IA-32 Intel Architecture Software Developer’s Manual, Volume 2, describes the instructions set of the processor and the opcode structure. These two volumes are aimed at application programmers who are writing programs to run under existing operating systems or executives.

    標簽: Architecture Instruction Developer Reference

    上傳時間: 2013-12-15

    上傳用戶:xsnjzljj

  • 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

    1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.

    標簽: dimensions arbitrary function reverse

    上傳時間: 2016-04-16

    上傳用戶:waitingfy

  • 富士通單片機MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A fall

    富士通單片機MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2

    標簽: Interrupt-Pins external Project enabled

    上傳時間: 2016-04-27

    上傳用戶:waizhang

  • runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)

    runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted outcomes y_pred and error matrix Ey (reshaped) for y and Ea for a along with inovation prob P = P(y_t | D_t-1) = evidence

    標簽: matrix observations Kalman-Bucy prediction

    上傳時間: 2016-04-28

    上傳用戶:huannan88

主站蜘蛛池模板: 曲沃县| 西乌珠穆沁旗| 湘西| 介休市| 鞍山市| 栾城县| 新竹县| 尉氏县| 乌鲁木齐市| 安泽县| 石嘴山市| 天门市| 天长市| 济宁市| 泾阳县| 西昌市| 海安县| 布拖县| 兴安盟| 麟游县| 山东省| 收藏| 新民市| 宁波市| 武隆县| 运城市| 台江县| 右玉县| 卢湾区| 海伦市| 永新县| 夏邑县| 浮山县| 陆良县| 军事| 新源县| 白朗县| 临海市| 沅江市| 尼玛县| 射洪县|