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

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

Off-line

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 基于opnet的移動模型源代碼

    基于opnet的移動模型源代碼,采用on/off模型仿真,不可多得

    標(biāo)簽: opnet 移動 模型 源代碼

    上傳時間: 2014-01-22

    上傳用戶:66666

  • S6B0724液晶顯示驅(qū)動程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(

    S6B0724液晶顯示驅(qū)動程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)

    標(biāo)簽: void write_LCD_command write_LCD_data LCD_BUSY

    上傳時間: 2016-03-17

    上傳用戶:獨孤求源

  • The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s

    The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments

    標(biāo)簽: scheduling algorithm implement to

    上傳時間: 2013-11-27

    上傳用戶:Late_Li

  • 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

    上傳時間: 2016-03-22

    上傳用戶:qlpqlq

  • 本文從英文C–FAQ (2004 年7 月3 日修訂版) 翻譯而來。本文的中文版權(quán)為 朱群英和孫云所有。本文的內(nèi)容可以自由用于個人目的

    本文從英文C–FAQ (2004 年7 月3 日修訂版) 翻譯而來。本文的中文版權(quán)為 朱群英和孫云所有。本文的內(nèi)容可以自由用于個人目的,但是不可以未經(jīng)許可出 版發(fā)行。英文版權(quán)為Steve Summit 所有,詳情見下面的英文版權(quán)說明。 The English version of this FAQ list is Copyright 1990-2004 by Steve Summit. Content from the book 《C Programming FAQs: Frequently Asked Questions》is made available here by permission of the author and the publisher as a service to the community. It is intended to complement the use of the published text and is protected by international copyright laws. The on-line content may be accessed freely for personal use but may not be republished without permission.

    標(biāo)簽: 2004 FAQ 英文 翻譯

    上傳時間: 2013-12-19

    上傳用戶:LouieWu

  • When working with mathematical simulations or engineering problems, it is not unusual to handle curv

    When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot of resource for nothing! This article presents a fast 2D-line approximation algorithm based on the Douglas-Peucker algorithm (see [1]), well-known in the cartography community. It computes a hull, scaled by a tolerance factor, around the curve by choosing a minimum of key points. This algorithm has several advantages: 這是一個基于Douglas-Peucker算法的二維估值算法。

    標(biāo)簽: mathematical engineering simulations problems

    上傳時間: 2013-12-20

    上傳用戶:changeboy

  • Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write

    Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.

    標(biāo)簽: Hibernate persistence Developer you

    上傳時間: 2016-04-07

    上傳用戶:123啊

  • ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features o

    ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the user can disassemble in different formats,has user friendly interface, mouse support, pop-up menu commands, short cut key commands, context-sensitive on-line help,and it is cheap. Program s capacity and limitations: Max executable file size is 64 KB. Can not disassemble program of EXE-format.Only 8086/8088 CPU instructions can be disassembled. Disassemble 8087 Math Co-processor s instructions.

    標(biāo)簽: programmers Beginners Features assembly

    上傳時間: 2014-06-21

    上傳用戶:皇族傳媒

  • 北京大學(xué)ACM比賽題目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input

    北京大學(xué)ACM比賽題目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper-case input. Format your output exactly as shown.

    標(biāo)簽: CAPITAL LETTERS program Write

    上傳時間: 2014-01-17

    上傳用戶:410805624

主站蜘蛛池模板: 横峰县| 驻马店市| 汨罗市| 青浦区| 遂川县| 融水| 徐州市| 承德市| 方正县| 隆回县| 瑞金市| 铜鼓县| 乌鲁木齐县| 北碚区| 华亭县| 柘城县| 上蔡县| 穆棱市| 临清市| 临澧县| 南岸区| 乌兰县| 小金县| 汕尾市| 抚顺市| 咸阳市| 河东区| 合水县| 宁河县| 阆中市| 临朐县| 望都县| 津市市| 西峡县| 威信县| 高阳县| 汾阳市| 汉沽区| 重庆市| 盐亭县| 方正县|