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

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

時鐘顯示<b>程序</b>

  • 電力系統在臺穩定計算式電力系統不正常運行方式的一種計算。它的任務是已知電力系統某一正常運行狀態和受到某種擾動

    電力系統在臺穩定計算式電力系統不正常運行方式的一種計算。它的任務是已知電力系統某一正常運行狀態和受到某種擾動,計算電力系統所有發電機能否同步運行 1運行說明: 請輸入初始功率S0,形如a+bi 請輸入無限大系統母線電壓V0 請輸入系統等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運行時的系統直軸等值電抗Xd 2故障運行時的系統直軸等值電抗X d 3故障切除后的系統直軸等值電抗 請輸入慣性時間常數Tj 請輸入時段數N 請輸入哪個時段發生故障Ni 請輸入每時段間隔的時間dt

    標簽: 電力系統 計算 運行

    上傳時間: 2015-06-13

    上傳用戶:it男一枚

  • 針對特定微處理器而開發的程式

    針對特定微處理器而開發的程式,其功能是控制基本的I/O,使之有時鐘的功能

    標簽: 程式

    上傳時間: 2015-09-06

    上傳用戶:李彥東

  • 主要是用於arm s3c4510的開發板

    主要是用於arm s3c4510的開發板,我寫了一個7段顯示器與relocation記憶體搬移的程式希望大家喜歡

    標簽: s3c4510 arm

    上傳時間: 2015-09-08

    上傳用戶:R50974

  • 免費分享版網路硬碟 01.創意風格首頁 02.申請會員 03.密碼查詢 04.會員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload Lyf

    免費分享版網路硬碟 01.創意風格首頁 02.申請會員 03.密碼查詢 04.會員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload LyfUpload.UploadFile iNotes.Upload 06.多檔上傳,最多一次10個檔案 07.重新命名 08.刪除檔案、資料夾 09.剪下、複製、貼上 10.上移功能 11.會員列表、會員修改、刪除會員 12.系統資訊列表、系統修改 13.清單模式、縮圖模式  支援線上縮圖,Persits.Jpeg  ASPThumb 14.Persits.Upload Dundas.Upload支援上傳BAR進度顯示功能 15.Admin可觀看  使用者在線顯示、目前位址 16.WebHD總使用容量統計 17.會員使用容量統計 18.Admin新增會員功能 本程式適用於:   Windows  2003,Windwos  xp,Windows  2000 使用限制:   須先至本站註冊取得啟用資料庫,才可使用本系統!(註冊完全免費)   無法修改首頁圖片、廣告視窗於下方   須先安裝   Scripting.FileSystemObject ADODB.Connection   才可使用 系統管理員預設值:   帳號:Admin   密碼:system

    標簽: Upload Persits Dundas nbsp

    上傳時間: 2015-09-08

    上傳用戶:ggwz258

  • 上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P)

    上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產生式規則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結符,T的元素稱為終結符,S是一個特殊的非終結符,稱為文法開始符。 設G=(V, T, S, P)是一個CFG,則G產生的語言是所有可由G產生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個語言L是上下文無關語言(Context-Free Language, CFL),當且僅當存在一個CFG G,使得L=L(G)。 *⇒ 例如,設文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結符都是大寫字母,開始符都是S,終結符都是小寫字母。

    標簽: Context-Free Grammar CFG

    上傳時間: 2013-12-10

    上傳用戶:gaojiao1999

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 霍夫曼編碼

    霍夫曼編碼,包括編碼解碼二叉樹顯示等功能

    標簽:

    上傳時間: 2014-01-03

    上傳用戶:徐孺

  • 屬用者輸入一數字n

    屬用者輸入一數字n,程式便會產生一個4n*4n的魔術方陣,魔術方陣除顯示於螢幕上並會產生一檔案magic.txt檔案中同樣會有魔術方陣

    標簽:

    上傳時間: 2016-06-10

    上傳用戶:924484786

  • 使用8051的chip來讀取mouse資料

    使用8051的chip來讀取mouse資料,讀完後從RS232送出去給電腦判讀。必須配合software來顯示mouse資料

    標簽: mouse 8051 chip

    上傳時間: 2016-07-17

    上傳用戶:1159797854

主站蜘蛛池模板: 普洱| 尚义县| 平潭县| 荣成市| 南投县| 微博| 巫山县| 孟州市| 吴堡县| 富平县| 阿勒泰市| 漳州市| 湖南省| 兴城市| 乐亭县| 马山县| 甘孜| 卢氏县| 威宁| 土默特左旗| 都江堰市| 思南县| 胶南市| 开远市| 大安市| 兴安县| 远安县| 东源县| 翁牛特旗| 金门县| 长治县| 石台县| 巨野县| 连平县| 正镶白旗| 卢氏县| 油尖旺区| 建湖县| 南充市| 介休市| 万载县|