算法設計課程報告單源點最短路徑問題,即,已知一個n結點有向圖G=(V,E)和邊的權函數c(e),求由某指定結點V0到其他各個結點的最短路徑,這里還假定所有的權都是正的。
上傳時間: 2016-03-13
上傳用戶:李彥東
3、使用如下命令更改密碼: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出現Enter Password的提示后輸入原來的密碼oldpass即可。 讀者可以嘗試其它所有本章介紹的方法。 4、首先以root用戶的身份連接到服務器: shell> mysql -u root -p Enter password:******* 出現Enter password提后輸入root用戶的密碼,然后即進入mysql客戶機的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后發布查詢,直接鍵入題目中的語句: mysql> SELECT User,Host FROM mysql.user
標簽: Enter mysqladmin Password password
上傳時間: 2016-03-17
上傳用戶:talenthn
【實驗名稱】遞歸子程序分析器的設計與實現 【實驗目的和要求】 設計、編制,調試一個典型的語法分析程序,實現對如下的遞歸子程序語法的分析,進一步掌握常用的語法分析方法。 【實驗內容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 針對上述文法編寫一遞歸子程序分析程序,該程序的輸入是任意符號串,輸出是本次輸入的符號串是否是該文法的句子的結論。 【環境】 Windows Pc 機,任何版本的c語言 其中還包括java語言實現的程序
上傳時間: 2013-12-25
上傳用戶:lanhuaying
用光電耦合器測量出重物下降過程中經過任何等距離且在同一垂直線上的三點時間間隔t1,t2,及距離h,然后利用公式g=2h(t1-t2)/t1t2(t1+t2)使用浮點數運算方法計算出g的值。最后由單片機p3口送串行顯示。
上傳時間: 2014-12-06
上傳用戶:gtzj
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
標簽: introduction processing document intended
上傳時間: 2016-03-22
上傳用戶:qlpqlq
掌握Prim算法的特點,學會用Prim算法構造最小生成樹 如果無向連通圖是一個網,那么它的所有生成樹中必有一棵樹的邊的權值總和為最小,我們稱這棵生成樹為最小生成樹。在Prim算法中,在圖G=(V,E)(V表示頂點,E表示邊)中任選一點V0,令集合U={V0}為初態,從V0出發尋找與U中頂點相鄰(另一頂點在V中)且代價最小的邊的另一頂點V1,并使V1加入U,即U={V0,V1},同時(V0,V1)邊加入集合T中(T的初態為空),這樣不斷地擴大U,直到U=V,則T中即為最小生成樹的邊。
上傳時間: 2016-03-22
上傳用戶:wangchong
iLBC是一種專為包交換網絡通信設計的編解碼,優于目前流行的G.729、G.723.1,對丟包進行了特有處理,既使在丟包率相當高的網絡環境下,仍可獲得非常清晰的語音效果。
上傳時間: 2013-12-26
上傳用戶:alan-ee
用avr實現pid算法,用的編譯器是g
上傳時間: 2016-03-28
上傳用戶:秦莞爾w
This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstration Board (PICDEM Z or Explorer 16) to act as either a "Switching Load Controller" (e.g. a light) or a "Switching Remote Control" (e.g. a switch) as defined by the Home Controls, Lighting profile. It is designed to interact with a second Demonstration board programmed with the Demo RFD project
標簽: This demonstration Demonstratio coordinator
上傳時間: 2014-01-18
上傳用戶:dianxin61
A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/* F* dumdum dumdum G* lostfile lostfile H* Mkfl.localsys Makefile.localsys I* spacegripe spacegripe J* sendmail.cf sendmail.cf N* remote remote.c O* distributed conrol distrib/* P* hosts and name server makerevhosts Q* xargs xargs/*
標簽: adduser script rmuser sudo
上傳時間: 2016-03-29
上傳用戶:gxrui1991