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

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

Containing

  • 超寬帶UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_

    超寬帶UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is loaded. uwb_settings: Sets up structure Containing system parameters ( uwb in workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).

    標簽: UWB model uwb mdl

    上傳時間: 2016-10-12

    上傳用戶:gaome

  • 用20個示例項目的方式介紹Matlab/Simulink。內容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra

    用20個示例項目的方式介紹Matlab/Simulink。內容包括: *Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM Containing MATLAB examples, source code, third party simulations & projects *Suitable for self-study and professional licensing exams *Designed for the reader who does not have extensive math and programming experience *Contains many practical applications of MATLAB and Simulink

    標簽: Contains Simulink hands-on projects

    上傳時間: 2014-01-03

    上傳用戶:hj_18

  • Whenever there is an application to write, breaking it up to small pieces is a great idea. The small

    Whenever there is an application to write, breaking it up to small pieces is a great idea. The smallest piece of any application would probably be a data object, or a simple Bean in Java. Java Beans are simple Java classes that have a distinctive look and behavior. Their simplest purpose is to contain data and they accomplish this by having properties. Each property is actually a data-member Containing/referencing the actual data and a couple of methods, a getter method and a setter method. Thus, the simplest data-bean describing a person could be expressed as such:

    標簽: small application Whenever breaking

    上傳時間: 2016-11-07

    上傳用戶:lingzhichao

  • isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirement

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

    標簽: Chat requirement Developer Customize

    上傳時間: 2017-01-27

    上傳用戶:iswlkje

  • Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time

    Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time hobby of a Finnish computer scientist by the name of Linus Torvalds, Linux was at first accessible only in software source code form to those with enough expertise to build and install it. Early enthusiasts (most also developers themselves by necessity) exploited the growth of the Internet in the early 1990s as a means to build online communities and drive development forward. These communities helped to build the first Linux software distributions, Containing all the software components needed to install and use a Linux system without requiring users to be technical experts.

    標簽: unsuspecting spare-time Initially the

    上傳時間: 2013-12-12

    上傳用戶:dianxin61

  • In this paper, we propose a hierarchical clustering method using visual, textual and link analysis

    In this paper, we propose a hierarchical clustering method using visual, textual and link analysis. By using a vision-based page segmentation algorithm, a web page is partitioned into blocks, and the textual and link information of an image can be accurately extracted from the block Containing that image.

    標簽: hierarchical clustering analysis propose

    上傳時間: 2014-01-07

    上傳用戶:xiaoxiang

  • very simple nonvisual Delphi component useful for shareware program developing. It uses crypted lic

    very simple nonvisual Delphi component useful for shareware program developing. It uses crypted license files Containing information about exe file (size and crc), expired date and any additional information. As TArtLicense uses RSA asymmetric algorithm and TArtLicense knows only decryption key, nobody can change information inside license file.

    標簽: developing nonvisual component shareware

    上傳時間: 2017-04-08

    上傳用戶:561596

  • OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i

    OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) Containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.

    標簽: OTSU segmentation Gray-level segmented

    上傳時間: 2017-04-24

    上傳用戶:yuzsu

  • This project developed in java leads us to realize a flight reservation system in order to emulate d

    This project developed in java leads us to realize a flight reservation system in order to emulate databases Containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods. Two interfaces provide an access to this system. The first one reads and handles reservation request message from a terminal. The arguments are then processed throw a middleware interface that call the flight system methods. The second one, a Graphical User Interfaces (GUI) application using Swing Java Foundation Classes (JFC), offers a simpler access to the systems.

    標簽: reservation developed project emulate

    上傳時間: 2017-04-27

    上傳用戶:6546544

  • Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Jav

    Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file Containing everything in a single jar"

    標簽: CF-compliant NetCDF-Jav structured Example

    上傳時間: 2017-06-30

    上傳用戶:gmh1314

主站蜘蛛池模板: 呼伦贝尔市| 平阳县| 巨鹿县| 景谷| 札达县| 方正县| 蒙阴县| 玛多县| 通榆县| 中宁县| 曲水县| 政和县| 武川县| 玉环县| 邛崃市| 镇沅| 通州区| 东兴市| 黔东| 高清| 全椒县| 嵊泗县| 西丰县| 尚志市| 屏边| 武强县| 富民县| 凌云县| 宾川县| 濮阳市| 五家渠市| 巍山| 克什克腾旗| 紫云| 唐山市| 长白| 西青区| 阿克| 同德县| 榆中县| 景谷|