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

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

case

  • 編譯原理關于PL0文法的實現(xiàn)

    編譯原理關于PL0文法的實現(xiàn),關于添加case和for語句的實現(xiàn)詳細功能

    標簽: PL0 編譯原理

    上傳時間: 2014-01-04

    上傳用戶:Thuan

  • 一款用JAVA制作開發(fā)的小型聊天軟件

    一款用JAVA制作開發(fā)的小型聊天軟件,里面附有安裝程序和JAVA源代碼。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.

    標簽: JAVA 軟件

    上傳時間: 2014-09-06

    上傳用戶:龍飛艇

  • This a matlab code that simulate the monte-carlo simulation of using 16-QAM with OFDM system under A

    This a matlab code that simulate the monte-carlo simulation of using 16-QAM with OFDM system under AWGN case.

    標簽: monte-carlo simulation simulate matlab

    上傳時間: 2013-12-14

    上傳用戶:yangbo69

  • This handbook is a concise guide to architecting, designing, and building J2EE applications. It guid

    This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and data modeling, and leading a development team through construction. Whether you are about to architect your first J2EE application or are looking for ways to keep your projects on-time and on-budget, you will refer to this handbook again and again.

    標簽: architecting applications designing handbook

    上傳時間: 2014-08-06

    上傳用戶:xuan‘nian

  • Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to

    Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to play mp3 data files within the local filesystem (which can be a network filesystem), or fetch files to play via http over a network. For the http case the address can specify a streaming MP3 server.

    標簽: Application embedded designed playing

    上傳時間: 2016-07-10

    上傳用戶:520

  • SD card controller can just read data using 1 bit SD mode. I have written this core for NIOS2 CPU,

    SD card controller can just read data using 1 bit SD mode. I have written this core for NIOS2 CPU, Cyclone, but I think it can works with other FPGA or CPLD. Better case for this core is SD clock = 20 MHz and CPU clock = 100 MHz (or in the ratio 1:5). If you have a wish you can achieve this core. Good luck

    標簽: controller written NIOS2 using

    上傳時間: 2016-08-12

    上傳用戶:王楚楚

  • 國外的人才求職招聘最新版

    國外的人才求職招聘最新版,找了很久的,還在調(diào)試中,舊版本說明如下PHP寫的一個人力資源管理系統(tǒng)的源碼:系統(tǒng)采用模塊話的設計,此文件解壓到php的環(huán)境下,直接訪問就可以,需要建立一個mysql數(shù)據(jù)庫數(shù)據(jù)庫名為orangeHRM,并建立一個用戶。然后直接訪問http://localhost/orangehrm就ok!-PHP write a human resources management system of Source : System is modular case design, This document to extract php environment, we can directly access, need to establish a database mysql database called orangeHRM, and the establishment of a user. Then directly on the visit http://localhost/orangehrm ok!

    標簽:

    上傳時間: 2016-09-04

    上傳用戶:youmo81

  • this directory contains the following: * The acdc algorithm for finding the approximate general

    this directory contains the following: * The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices. [acdc.m] * The acdc algorithm for finding the same for a set of Symmetric matrices. [acdc_sym.m](note that for real-valued matrices the Hermitian and Symmetric cases are similar however, in such cases the Hermitian version [acdc.m], rather than the Symmetric version[acdc_sym] is preferable. * A function that finds an initial guess for acdc by applying hard-whitening followed by Cardoso s orthogonal joint diagonalizer. Note that acdc may also be called without an initial guess, in which case the initial guess is set by default to the identity matrix. The m-file includes the joint_diag function (by Cardoso) for performing the orthogonal part. [init4acdc.m]

    標簽: approximate directory algorithm the

    上傳時間: 2014-01-17

    上傳用戶:hanli8870

  • The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d

    The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated

    標簽: gradient function provided versions

    上傳時間: 2016-11-07

    上傳用戶:秦莞爾w

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    標簽: general-performanc benchmarks Dhrystone dhrystone

    上傳時間: 2016-11-30

    上傳用戶:hphh

主站蜘蛛池模板: 谷城县| 轮台县| 盘锦市| 孟州市| 凤台县| 仙桃市| 郯城县| 满洲里市| 花莲县| 萝北县| 麻城市| 大姚县| 商城县| 高淳县| 克山县| 奉新县| 望谟县| 商河县| 营口市| 桑植县| 泗阳县| 肥西县| 南郑县| 广东省| 鸡东县| 桐乡市| 班玛县| 北碚区| 海晏县| 两当县| 宜兰市| 盐池县| 神池县| 湟源县| 阿克| 沐川县| 迭部县| 滦南县| 安庆市| 长岭县| 义马市|