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

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

no-crashes-allowed

  • [輸入] 圖的頂點個數N

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

    標簽: 輸入

    上傳時間: 2015-11-16

    上傳用戶:ma1301115706

  • 本系統采用access+asp開發

    本系統采用access+asp開發,系統要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相關打印設備 2、處于安全考慮,建議安裝使用前,先修改數據庫路徑(默認為"tcadmin\tcmdb")及數據庫名稱,然后修改文件tcconn.asp相應路徑設置 3、本系統所有日期格式均為:yyyy-mm-dd,例如:2004-03-28.請按此格式輸入日期,否則日期數據拒絕存入數據庫 4、檔案輸出文件為word(*.doc)格式。由于個人配置及環境不一,所以輸出后建議用MS word稍作編輯 5、系統所有查找定位均支持模糊查找。例:輸入關鍵詞:"李",選擇條件按 "姓名" 查找,則記錄列表將顯示所有姓名中含有"李"字的教師記錄 6、教師業務檔案輸出時,建議先保存后編輯,以免給你造成不必要的麻煩 7、教師查詢頁面學院首頁指向:tcadmin/user_search.asp 8、教師業務檔案管理系統登陸頁面學院首頁調用:login.htm ,調用方法:首頁插入代碼:<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:二維穩態傳熱,常粘度系數湍流的動態模擬,湍流中被動標量擴散(基于時均的 k –ε方程. 同時壓縮包中還有詳細的說明文檔. 注意:本程序只限于學習用途,切勿作商業用途,作者享有對此代碼及使用目的的最終解釋權! 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

主站蜘蛛池模板: 滨州市| 攀枝花市| 大悟县| 北海市| 曲沃县| 黔南| 望谟县| 杭锦旗| 济阳县| 和平县| 南雄市| 蒙自县| 鄄城县| 治县。| 扶沟县| 准格尔旗| 东阿县| 射阳县| 泾阳县| 方正县| 衡阳县| 洪雅县| 油尖旺区| 如皋市| 岳阳县| 普格县| 红安县| 招远市| 舒兰市| 休宁县| 兖州市| 广东省| 泸水县| 金塔县| 财经| 宁波市| 石嘴山市| 镇沅| 大荔县| 漳平市| 珲春市|