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

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

Man-Month

  • 源碼

    源碼,STR710,可發PWM,MAN,DIFMAN等編碼形式RF波形,送入TDA系列芯片調制發射

    標簽: 源碼

    上傳時間: 2013-12-20

    上傳用戶:風之驕子

  • IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchan

    IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchange Between Systems—LAN/MAN Specific Requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe

    標簽: Information Telecommunications IEEE technology

    上傳時間: 2016-10-02

    上傳用戶:lnnn30

  • (1)設計一個人事管理的People(人員)類.考慮到通用性,這里只抽象出所有類型人員都具有的屬性:name(姓名),number(編號), sex(性別),birthday(出生日期),id(身份證

    (1)設計一個人事管理的People(人員)類.考慮到通用性,這里只抽象出所有類型人員都具有的屬性:name(姓名),number(編號), sex(性別),birthday(出生日期),id(身份證號)等等.其中"出生日期"定義為一個"日期"類(具有屬性:year(年),month (月),date(日)內嵌子對象.用成員函數實現對人員信息的錄入和顯示等必要功能操作(自己獨立思考設計).要求包括:構造函數和析構函數,拷貝構造 函數,內聯成員函數. (2)從People(人員)類派生出student(學生)類,添加屬性:班號char chassNO[7];從People類派生出teacher(教師)類,添加屬性:職務char principalship[11],部門char department[21].從student類中派生出graduate(研究生)類,添加屬性:專業char subject[21],導師teacher adviser(為(教師類內嵌子對象);從graduate類和teacher類派生出TA(助教生)類,注意虛基類的使用,重載相應的成員函數. (3)對People類重載"=="運算符和"="運算符,"=="運算符判斷兩個People類對象的id屬性是否相等;"="運算符實現People類對象的賦值操作. (4)定義一個對People類對象數組按編號排序的函數,一個按編號查找people對象的函數.

    標簽: birthday People number name

    上傳時間: 2014-01-17

    上傳用戶:GHF

  • 用pascal編一個年歷具體要求是:設計電子月歷的程序 一、任務內容(task) 1.設計的程序應具有以下功能: (1)任意輸入某年的某一月份

    用pascal編一個年歷具體要求是:設計電子月歷的程序 一、任務內容(task) 1.設計的程序應具有以下功能: (1)任意輸入某年的某一月份,屏幕應能顯示該月的月歷; (2)應允許多次從鍵盤輸入某月份,并自行設置結束標志。 (3)如在屏幕上輸入2007年12月份的信息,屏幕的顯示形式如下: month Sun. Mon. Tue. Wed. Thu. Fri. Sat. 12 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 (4)備注:輸出界面也可以是其它形式,另外還可對輸出界面進行必要的修飾(如:加入表格線)。 2.程序設計要求: 1)采用結構化的程序設計方法進行編程; 2)用case控制語句實現選擇分支結構; 3)用while \repeat…until\for語句實現循環結構; 4)利用標準過程readkey實現程序執行暫停; 5)利用標準過程 clrscr實現清屏操作。

    標簽: pascal task 程序 電子

    上傳時間: 2014-01-07

    上傳用戶:franktu

  • udp-cast!可以用multicasting的方式把檔案傳送到一個群組

    udp-cast!可以用multicasting的方式把檔案傳送到一個群組,很好用~~~~!有興趣的人式式吧。 1.先make 2.會產生兩個兩進位檔,sender用來擴播檔案 詳細就man udp-cast吧

    標簽: multicasting udp-cast 方式

    上傳時間: 2013-12-26

    上傳用戶:13215175592

  • LINUX下的C 函數查詢

    LINUX下的C 函數查詢,有很多基本函數,但是最好的大家是參考MAN手冊。

    標簽: LINUX 函數 查詢

    上傳時間: 2017-03-16

    上傳用戶:wfeel

  • 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

  • WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a man

    WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a manner so as to ensure maximum coverage and connectivity with minimal or optimal number of nodes and furthermore elongate network lifetime with maximum energy utilization. The problem addressed has been tackled for 1-D linear array and further extended to 2-Dimensions as stated in the next slides.

    標簽: constrained systems problem energy

    上傳時間: 2017-04-28

    上傳用戶:evil

  • Maya Calendar During his last sabbatical, professor M. A. Ya made a surprising discovery about the

    Maya Calendar During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long, and the names of the months were pop, no, zip, zotz, tzec, xul, yoxkin, mol, chen, yax, zac, ceh, mac, kankin, muan, pax, koyab, cumhu. Instead of having names, the days of the months were denoted by numbers starting from 0 to 19. The last month of Haab was called uayet and had 5 days denoted by numbers 0, 1, 2, 3, 4. The Maya believed that this month was unlucky, the court of justice was not in session, the trade stopped, people did not even sweep the floor.

    標簽: A. M. sabbatical surprising

    上傳時間: 2014-01-05

    上傳用戶:libenshu01

  • This package implements a general purpose Reed-Solomon encoding and decoding facility. See the rs.3

    This package implements a general purpose Reed-Solomon encoding and decoding facility. See the rs.3 man page for details.

    標簽: Reed-Solomon implements encoding decoding

    上傳時間: 2017-05-08

    上傳用戶:lz4v4

主站蜘蛛池模板: 久治县| 梅州市| 太原市| 芦山县| 柘城县| 铁岭县| 宜城市| 遵化市| 大厂| 巴青县| 多伦县| 喀什市| 孝昌县| 昆山市| 绍兴县| 临潭县| 新蔡县| 安平县| 油尖旺区| 五莲县| 社会| 仁化县| 米易县| 泸西县| 墨玉县| 郯城县| 灵丘县| 巴里| 福清市| 吉安市| 台中市| 城固县| 都匀市| 宜黄县| 北票市| 获嘉县| 玉山县| 南安市| 罗甸县| 贡嘎县| 峨边|