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

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

U<b>P-NETARM</b>

  • 1.能實現(xiàn)不同的個數(shù)的矩陣連乘. 2.最后矩陣大小是8X8. 3是最優(yōu)的矩陣相乘. 描 述:給定n 個矩陣{A1, A2,...,An}

    1.能實現(xiàn)不同的個數(shù)的矩陣連乘. 2.最后矩陣大小是8X8. 3是最優(yōu)的矩陣相乘. 描 述:給定n 個矩陣{A1, A2,...,An},其中Ai與Ai+1是可乘的,i=1,2…,n-1??疾爝@n個矩陣的連乘積A1A2...An。矩陣A 和B 可乘的條件是矩陣A的列數(shù)等于矩陣B 的行數(shù)。若A 是一個p x q矩陣,B是一個q * r矩陣,則其乘積C=AB是一個p * r矩陣,需要pqr次數(shù)乘。

    標簽: 矩陣 An 矩陣相乘

    上傳時間: 2013-12-04

    上傳用戶:wang5829

  • 本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網(wǎng)絡(luò)協(xié)議

    本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網(wǎng)絡(luò)協(xié)議, Wi n s o c k是訪問它們的首選接口。而且在每個Wi n 3 2平臺上,Wi n s o c k都以不同的形式存在著。 Wi n s o c k是網(wǎng)絡(luò)編程接口,而不是協(xié)議。它從U n i x平臺的B e r k e l e y(B S D)套接字方案借鑒了 許多東西,后者能訪問多種網(wǎng)絡(luò)協(xié)議。在Wi n 3 2環(huán)境中,Wi n s o c k接口最終成為一個真正的 “與協(xié)議無關(guān)”接口,尤其是在Winsock 2發(fā)布之后。

    標簽: 編程 網(wǎng)絡(luò)協(xié)議

    上傳時間: 2015-07-08

    上傳用戶:thinode

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • 光學(xué)設(shè)計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in

    光學(xué)設(shè)計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in annular field systems" By Jose M. Sasian Opt. eng. 36 (12) P 3401-3401 December 1997 This surface is essentially an odd aspheric surface with an offset in the aspheric terms. The sag is given by: Z = (c*r*r) / (1+(1-((1+k)*c*c*r*r))^ 1/2 ) + a*(r-q)^2 + b*(r-q)^3 + c*(r-q)^4 + ... Note the terms a, b, c, ... have units of length to the -1, -2, -3, ... power.

    標簽: described aspheric surfaces Annular

    上傳時間: 2014-01-08

    上傳用戶:yyyyyyyyyy

  • 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

  • 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

  • 實現(xiàn)一個類

    實現(xiàn)一個類,描述二維平面的直線Line。 描述屬性:私有屬性  直線所通過的點:Point p;  直線的斜率:double m 實現(xiàn)方法:  直線的構(gòu)建;  返回直線的兩個屬性;  返回直線在Y軸上的截距:yIntercept ;  判斷兩條直線是否相等;  顯示直線的內(nèi)容:y = mx + b  isParallelTo(Line line2),判斷本直線與直線line2是否平行;  isPeroendicularTo(Line line2),判斷本直線與直線line2是否垂直;  translate(double dx, double dy),將直線向右移動dx單位,向上移動dy單位;  rarate(double ta),將直線沿逆時針方向旋轉(zhuǎn)ta度

    標簽:

    上傳時間: 2015-10-24

    上傳用戶:Divine

  • 一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規(guī)則由人的語言逐步抽象上去的: -

    一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規(guī)則由人的語言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫一個魔王語言的解釋系統(tǒng),把 他的話解釋成人能聽得懂的話. 2. 基本要求: 用下述兩條具體規(guī)則和上述規(guī)則形式(2)實現(xiàn).設(shè)大寫字母表示魔王語言的詞匯 小寫字母表示人的語言的詞匯 希臘字母表示可以用大寫字母或小寫字母代換的變量.魔王語言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測試數(shù)據(jù): B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫字母與漢字建立下表所示的對應(yīng)關(guān)系,則魔王說的話是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |

    標簽: 語言 抽象

    上傳時間: 2014-12-02

    上傳用戶:jkhjkh1982

  • C G I又稱通用網(wǎng)關(guān)接口(Common Gateway Interface)

    C G I又稱通用網(wǎng)關(guān)接口(Common Gateway Interface),是外部程序和We b服務(wù)器之間的標 準編程接口, P H P隱藏了其中的大部分復(fù)雜性,但是,了解一些它的基本內(nèi)容對設(shè)計應(yīng)用程 序和進行調(diào)試都有很大幫助。

    標簽: Interface Gateway Common 網(wǎng)關(guān)

    上傳時間: 2015-11-26

    上傳用戶:大三三

  • 單片機RS232/RS485串行發(fā)送實驗(雙機通訊)。 實驗步驟: (1)

    單片機RS232/RS485串行發(fā)送實驗(雙機通訊)。 實驗步驟: (1),準備兩臺598K實驗機,確定1號機為發(fā)送,2號機為接收; (2),當作RS232接口實驗時,1號機和2號機的P3.0和P3.1交叉相連,且兩機共地; (3),當作RS485接口實驗時,1號機和2號機的A、B作對應(yīng)連接,同時1,2號機的R/TEN接P1.0, P3.0接R0, P3.1接DI。 (4),先運行2號機,鍵入[27]-->[EV]使2號機處于接收狀態(tài)P。,后運行1號機[26]-->[EV]使1號機處于發(fā)送狀態(tài),P。會閃爍,在1號機鍵盤上按動數(shù)字鍵,在2號機的數(shù)碼管上應(yīng)顯示對應(yīng)的數(shù)字鍵值。

    標簽: RS 232 485 實驗

    上傳時間: 2015-11-27

    上傳用戶:thinode

主站蜘蛛池模板: 志丹县| 阜城县| 丁青县| 田阳县| 泸溪县| 黄龙县| 天气| 蓝山县| 江陵县| 平邑县| 廊坊市| 屏东市| 云南省| 桃园市| 信宜市| 江源县| 乡城县| 偃师市| 曲阳县| 从江县| 江达县| 怀柔区| 灯塔市| 资兴市| 潮安县| 玉龙| 法库县| 永新县| 冷水江市| 武义县| 中西区| 云浮市| 响水县| 青河县| 宝鸡市| 双城市| 余庆县| 琼结县| 张家川| 乌拉特后旗| 扶沟县|