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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

Double-array

  • (1) 設(shè)計(jì)和編寫(xiě)代表矩陣的Matrix類(lèi)。該類(lèi)包括矩陣行列數(shù)變量int rows和int cols

    (1) 設(shè)計(jì)和編寫(xiě)代表矩陣的Matrix類(lèi)。該類(lèi)包括矩陣行列數(shù)變量int rows和int cols,矩陣數(shù)據(jù)數(shù)組double data[][],構(gòu)造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),獲取某元素值的方法getData(int row,int col),設(shè)置某元素值的方法setData(int row,int col,double value),計(jì)算兩個(gè)矩陣的乘積的方法multiply(Matrix m)以及toString()等內(nèi)容。

    標(biāo)簽: int Matrix cols rows

    上傳時(shí)間: 2016-08-19

    上傳用戶:qiao8960

  • (1) 實(shí)現(xiàn)一個(gè)Point類(lèi)

    (1) 實(shí)現(xiàn)一個(gè)Point類(lèi),該類(lèi)包含表示坐標(biāo)的兩個(gè)int型變量x、y,構(gòu)造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,計(jì)算兩點(diǎn)間距離的double distance(Point)方法。其中計(jì)算平方根用Math.sqrt()方法。 (2) 實(shí)現(xiàn)一個(gè)Circle類(lèi),該類(lèi)包含表示圓心的Point型變量center,表示半徑的int radius變量,以及構(gòu)造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周長(zhǎng)和面積的int perimeter()、double area()方法,返回兩個(gè)圓是否為同一個(gè)圓(返回0)、同心圓(返回1)、相交的圓(返回2)、分離的圓(返回3)、包含的圓(返回4)等關(guān)系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 實(shí)現(xiàn)測(cè)試上述兩個(gè)類(lèi)的ClassTest類(lèi)。該類(lèi)在main方法中分別創(chuàng)建若干個(gè)Point對(duì)象和Circle對(duì)象,并調(diào)用相關(guān)方法,輸出方法的返回值,驗(yàn)證其正確性。 (4) 將Point類(lèi)、Circle類(lèi)和主類(lèi)的包名分別調(diào)整為p1、p2、p3,并重新運(yùn)行,驗(yàn)證是否運(yùn)行正確。

    標(biāo)簽: Point

    上傳時(shí)間: 2014-11-25

    上傳用戶:cylnpy

  • ITU的關(guān)于圖像主觀質(zhì)量評(píng)價(jià)的標(biāo)準(zhǔn)文檔

    ITU的關(guān)于圖像主觀質(zhì)量評(píng)價(jià)的標(biāo)準(zhǔn)文檔,具體描述了double-stimulus continuous quality-scale (DSCQS)的測(cè)試條件和方法

    標(biāo)簽: ITU 圖像 質(zhì)量 標(biāo)準(zhǔn)

    上傳時(shí)間: 2014-01-18

    上傳用戶:dancnc

  • DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源碼

    DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源碼,能輕松實(shí)現(xiàn)outlook風(fēng)格的側(cè)邊欄,效果很好,推薦! ExpressSideBar is a VCL implementation of the MS Outlook bar. Designed to be easy to use and built with a significant feature set. Just drop it on a form, double click the control and in a few moments, you can customize the ExpressSideBar for your needs.

    標(biāo)簽: ExpressSideBar DevExpress Delphi Source

    上傳時(shí)間: 2013-12-26

    上傳用戶:han_zh

  • s3c2410 ads下的測(cè)試程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select

    s3c2410 ads下的測(cè)試程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8 : UDA1341 play audio test 9 : UDA1341 record audio test 10 : IRDA test 11 : SD Card write and read test 12 : COM port ( UART2 ) test

    標(biāo)簽: Please select function s3c2410

    上傳時(shí)間: 2016-10-01

    上傳用戶:225588

  • This application includes a demo server and client program. You could write your own server launcher

    This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:

    標(biāo)簽: server application includes launcher

    上傳時(shí)間: 2016-10-06

    上傳用戶:kr770906

  • CppReference 對(duì)于c/c++的詳盡說(shuō)明 C/C++ Reference General C/C++ Pre-processor commands Operator P

    CppReference 對(duì)于c/c++的詳盡說(shuō)明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ Strings C++ String Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions

    標(biāo)簽: Pre-processor CppReference Reference Operator

    上傳時(shí)間: 2016-10-26

    上傳用戶:aeiouetla

  • The ADC0803 family is a series of three CMOS 8-bit successive approximation A/D converters using a

    The ADC0803 family is a series of three CMOS 8-bit successive approximation A/D converters using a resistive ladder and capacitive array together with an auto-zero comparator. These converters are designed to operate with microprocessor-controlled buses using a minimum of external circuitry. The 3-State output data lines can be connected directly to the data bus.

    標(biāo)簽: approximation converters successive family

    上傳時(shí)間: 2016-11-20

    上傳用戶:libenshu01

  • Methods void close() int read() reads and returns a chracter. int read(char[] characterArray

    Methods void close() int read() reads and returns a chracter. int read(char[] characterArray) populates an array of characters with data. boolean ready() - returns “true” if there is data available. ……

    標(biāo)簽: read characterArray int chracter

    上傳時(shí)間: 2013-12-18

    上傳用戶:小儒尼尼奧

  • dwr.xml說(shuō)明文檔。配置文件init部分聲明那些用于建立遠(yuǎn)程bean和在方法調(diào)用中轉(zhuǎn)換bean的類(lèi).這部分是可選擇性配置的,多數(shù)情況下可以不必使用它,如果你想定義一個(gè)新的creator或者conv

    dwr.xml說(shuō)明文檔。配置文件init部分聲明那些用于建立遠(yuǎn)程bean和在方法調(diào)用中轉(zhuǎn)換bean的類(lèi).這部分是可選擇性配置的,多數(shù)情況下可以不必使用它,如果你想定義一個(gè)新的creator或者converter那么就必須在部分中聲明,but do double check on the ones that are currently available first.

    標(biāo)簽: bean creator conv init

    上傳時(shí)間: 2014-02-14

    上傳用戶:偷心的海盜

主站蜘蛛池模板: 广丰县| 麟游县| 洪洞县| 博白县| 凤阳县| 石狮市| 海丰县| 长白| 庐江县| 宝坻区| 星子县| 左云县| 陇南市| 平顶山市| 大竹县| 兴国县| 胶南市| 沾化县| 东至县| 师宗县| 富顺县| 揭东县| 台中县| 卓尼县| 英超| 潼关县| 秀山| 湖北省| 隆化县| 青阳县| 逊克县| 惠安县| 措美县| 肇州县| 桑植县| 革吉县| 鄂托克前旗| 永州市| 镇坪县| 乐东| 容城县|