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

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

no-crashes-allowed

  • [輸入] 圖的頂點個數(shù)N

    [輸入] 圖的頂點個數(shù)N,圖中頂點之間的關(guān)系及起點A和終點B [輸出] 若A到B無路徑,則輸出“There is no path” 否則輸出A到B路徑上個頂點 [存儲結(jié)構(gòu)] 圖采用鄰接矩陣的方式存儲。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點A開始,依次訪問與A鄰接的頂點VA1,VA2,...,VAK, 訪問遍之后,若沒有訪問B,則繼續(xù)訪問與VA1鄰接的頂點VA11,VA12,...,VA1M,再訪問與VA2鄰接頂點...,如此下去,直至找到B,最先到達B點的路徑,一定是邊數(shù)最少的路徑。實現(xiàn)時采用隊列記錄被訪問過的頂點。每次訪問與隊頭頂點相鄰接的頂點,然后將隊頭頂點從隊列中刪去。若隊空,則說明到不存在通路。在訪問頂點過程中,每次把當前頂點的序號作為與其鄰接的未訪問的頂點的前驅(qū)頂點記錄下來,以便輸出時回溯。 #include<stdio.h> int number //隊列類型 typedef struct{ int q[20]

    標簽: 輸入

    上傳時間: 2015-11-16

    上傳用戶:ma1301115706

  • 本系統(tǒng)采用access+asp開發(fā)

    本系統(tǒng)采用access+asp開發(fā),系統(tǒng)要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相關(guān)打印設(shè)備 2、處于安全考慮,建議安裝使用前,先修改數(shù)據(jù)庫路徑(默認為"tcadmin\tcmdb")及數(shù)據(jù)庫名稱,然后修改文件tcconn.asp相應(yīng)路徑設(shè)置 3、本系統(tǒng)所有日期格式均為:yyyy-mm-dd,例如:2004-03-28.請按此格式輸入日期,否則日期數(shù)據(jù)拒絕存入數(shù)據(jù)庫 4、檔案輸出文件為word(*.doc)格式。由于個人配置及環(huán)境不一,所以輸出后建議用MS word稍作編輯 5、系統(tǒng)所有查找定位均支持模糊查找。例:輸入關(guān)鍵詞:"李",選擇條件按 "姓名" 查找,則記錄列表將顯示所有姓名中含有"李"字的教師記錄 6、教師業(yè)務(wù)檔案輸出時,建議先保存后編輯,以免給你造成不必要的麻煩 7、教師查詢頁面學院首頁指向:tcadmin/user_search.asp 8、教師業(yè)務(wù)檔案管理系統(tǒng)登陸頁面學院首頁調(diào)用:login.htm ,調(diào)用方法:首頁插入代碼:<iframe src="你的路徑/tcadmin/login.htm" scrolling="no" frameborder="0"></ifram

    標簽: access asp

    上傳時間: 2014-01-01

    上傳用戶:wweqas

  • 編碼方式的解碼示范uuencode and uudecode are in the public domain. dos2unix and unix2dos are hereby placed in

    編碼方式的解碼示范uuencode and uudecode are in the public domain. dos2unix and unix2dos are hereby placed in the public domain. They may be shared or copied as long as NO fee is charged for their distribution or use.

    標簽: and are uuencode uudecode

    上傳時間: 2015-11-17

    上傳用戶:hfmm633

  • This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to

    This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.

    標簽: usb-skeleton rewritten drivers version

    上傳時間: 2015-11-20

    上傳用戶:talenthn

  • Each arc of a binary-state network has good/bad states. The system reliability, the probability tha

    Each arc of a binary-state network has good/bad states. The system reliability, the probability that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An MP is an ordered sequence of arcs from s to t that has no cycle. Note that a minimal path is different from the so-called minimum path. The latter is a path with minimum cost.

    標簽: binary-state reliability probability network

    上傳時間: 2015-12-04

    上傳用戶:xcy122677

  • This is the library for all storage drivers. It simplifies writing a storage driver by implementing

    This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.

    標簽: storage implementing simplifies drivers

    上傳時間: 2014-01-01

    上傳用戶:txfyddz

  • Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high

    Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high-performances player written with 100% pure-Java source code. No native libraries. Download Now!

    標簽: Player Power Java everywhere

    上傳時間: 2014-01-20

    上傳用戶:l254587896

  • 二維SIMPLEC程序

    二維SIMPLEC程序,包含三個project:二維穩(wěn)態(tài)傳熱,常粘度系數(shù)湍流的動態(tài)模擬,湍流中被動標量擴散(基于時均的 k –ε方程. 同時壓縮包中還有詳細的說明文檔. 注意:本程序只限于學習用途,切勿作商業(yè)用途,作者享有對此代碼及使用目的的最終解釋權(quán)! Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc Cccc This computer program was copied from the graduate student course program Cccc of the University of Minnesota. Part of it was re-formulated to meet the Cccc personal computer environment. Some inappropriate expressions were also Cccc corrected. The program is used only for teaching purpose. No part of it Cccc may be published. You may use it as a frame to re-develop your own code Cccc for research purpose. XJTU Instructor, 1995.11 Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

    標簽: SIMPLEC 二維 程序

    上傳時間: 2015-12-10

    上傳用戶:大三三

  • The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the n

    The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified by ETSI EN 301 140 1 [26]. Descriptions and definitions provided by ETSI EN 301 140 1 [26] are directly referenced by this standard in the case no additions or clarifications are needed for the use in the CAP.

    標簽: the Application supporting specifies

    上傳時間: 2015-12-24

    上傳用戶:84425894

  • This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block

    This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block into SDRAM from the ADC (an AD9244 in this example). The frames are then output with a one-frame delay to the DAC (an AD9744 in this example). In this example, no processing is done on the frames. They are passed unaltered.

    標簽: block-by-block acquired example streams

    上傳時間: 2015-12-29

    上傳用戶:bjgaofei

主站蜘蛛池模板: 普宁市| 连江县| 禹城市| 曲沃县| 新晃| 杭锦后旗| 元谋县| 墨江| 湖北省| 岱山县| 台州市| 绥中县| 崇信县| 弥勒县| 凤城市| 衡东县| 四子王旗| 会泽县| 清丰县| 中西区| 汉阴县| 星子县| 贡山| 镇安县| 秦安县| 肇东市| 日照市| 资中县| 平安县| 扎鲁特旗| 噶尔县| 石棉县| 桃江县| 德庆县| 霸州市| 和静县| 宁德市| 洛扎县| 珠海市| 隆子县| 乐亭县|