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

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

n-to-<b>Default</b>

  • BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [

    BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %

    標簽: constrained variables function possibly

    上傳時間: 2014-01-13

    上傳用戶:youth25

  • 一個隨機數產生的MATLAB例子

    一個隨機數產生的MATLAB例子,內含三種隨機數生成方法。[0,1]分布,N(0,1)正態分布,n個N(a,b)正態分布

    標簽: MATLAB 隨機數

    上傳時間: 2015-09-27

    上傳用戶:yt1993410

  • 本文件描述了一個基于串口實現文件傳輸的協議eXmodem

    本文件描述了一個基于串口實現文件傳輸的協議eXmodem,該協議基于標準Xmodem File Transfer Protocol,是一個獨立標準,完全功能,全新的文件傳輸協議。 1)該協議除實現Xmodem File Transfer基本功能,即已實現了在兩個設備相互之間,通過串口把一個設備內文件傳輸至另一個設備內;其增強功能所列參考如下: a)兩個設備相互之間傳輸文件能夠以一致的文件目錄存放; b)兩個設備相互之間可以傳輸任意大小的文件,而Xmodem File Transfer只能傳送128 *n字節大小的文件; c)具備避免一個文件在兩個設備相互之間重復傳輸的功能,提高了文件傳輸的效率。

    標簽: eXmodem 文件描述 串口實現 文件傳輸

    上傳時間: 2015-09-30

    上傳用戶:LouieWu

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    標簽: Programming Developer oreilly safari

    上傳時間: 2013-12-10

    上傳用戶:litianchu

  • American Gladiator,You are consulting for a game show in which n contestants are pitted against n gl

    American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of 1-on-1 matches between contestants and gladiators. If the contestant is stronger than the gladiator, then the contestant wins the match otherwise, the gladiator wins the match. If the contestant and gladiator have equal strength, then they are “perfect equals” and a tie is declared. We assume that each contestant is the perfect equal of exactly one gladiator, and each gladiator is the perfect equal of exactly one contestant. However, as the gladiators sometimes change from one show to another, we do not know the ordering of strength among the gladiators.

    標簽: contestants consulting Gladiator are

    上傳時間: 2013-12-18

    上傳用戶:windwolf2000

  • C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

    C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,

    標簽: BigInteger class BIgInteger program

    上傳時間: 2013-12-23

    上傳用戶:ynzfm

  • 牛頓法解多項式的根 輸入:多項式系數c[]

    牛頓法解多項式的根 輸入:多項式系數c[],多項式度數n,求在[a,b]間的根 輸出:根 要求保證[a,b]間有根

    標簽: 多項式 牛頓 輸入 系數

    上傳時間: 2013-12-21

    上傳用戶:秦莞爾w

  • in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm b

    in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm by adding a wedgelet symbol to its tree-pruning optimization.

    標簽: space-frequency zerotree-based quantization algorithm

    上傳時間: 2015-10-22

    上傳用戶:yxgi5

  • Input The input consists of two lines. The first line contains two integers n and k which are the l

    Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7

    標簽: The two consists contains

    上傳時間: 2014-12-21

    上傳用戶:hongmo

  • This book is the most accurate and up-to-date source of information the STL currently available. ...

    This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity.

    標簽: information up-to-date available currently

    上傳時間: 2015-10-31

    上傳用戶:CHINA526

主站蜘蛛池模板: 东光县| 栖霞市| 江阴市| 威远县| 阿城市| 肥乡县| 拉孜县| 南安市| 红安县| 武山县| 岳阳县| 寻乌县| 桃园市| 华容县| 炉霍县| 沁源县| 大新县| 苏州市| 原平市| 乐陵市| 娄烦县| 福贡县| 南漳县| 赞皇县| 寿宁县| 兖州市| 九江县| 通道| 蒙阴县| 江城| 新宁县| 广元市| 伊通| 红安县| 文山县| 新郑市| 荔波县| 济阳县| 长沙县| 玉树县| 甘泉县|