Program Description: The program asks the user to choice from the menu an option A. Check to see if a number is prime. B. Count the number of vowels in a line. X. Exit the program.
標(biāo)簽: Description the Program program
上傳時間: 2017-04-08
上傳用戶:磊子226
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the shortest path between any two given vertices. Input is the adjacency matrix and the two vertices. You must output the path.
標(biāo)簽: Multiplicative undirected Shortest measured
上傳時間: 2017-04-08
上傳用戶:邶刖
MATLAB implementation of time series prediction Based on the VQTAM method described in the following papers: G. A. Barreto & A. F. R. Araujo (2004) "Identification and Control of Dynamical Systems Using the Self-Organizing Map" IEEE Transactions on Neural Networks, vol. 15, no. 5.
標(biāo)簽: implementation prediction described following
上傳時間: 2013-12-22
上傳用戶:windwolf2000
垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD
標(biāo)簽: Programs Windows rd_dir Clean
上傳時間: 2017-04-21
上傳用戶:lanhuaying
課程設(shè)計: 1.求出在一個n×n的棋盤上,放置n個不能互相捕捉的國際象棋“皇后”的所有布局。 2.設(shè)計一個利用哈夫曼算法的編碼和譯碼系統(tǒng),重復(fù)地顯示并處理以下項(xiàng)目,直到選擇退出為止。 【基本要求】 1) 將權(quán)值數(shù)據(jù)存放在數(shù)據(jù)文件(文件名為data.txt,位于執(zhí)行程序的當(dāng)前目錄中) 2) 分別采用動態(tài)和靜態(tài)存儲結(jié)構(gòu) 3) 初始化:鍵盤輸入字符集大小n、n個字符和n個權(quán)值,建立哈夫曼樹; 4) 編碼:利用建好的哈夫曼樹生成哈夫曼編碼; 5) 輸出編碼; 6) 設(shè)字符集及頻度如下表: 字符 空格 A B C D E F G H I J K L M 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 頻度 57 63 15 1 48 51 80 23 8 18 1 16 1
標(biāo)簽:
上傳時間: 2017-04-24
上傳用戶:zhyiroy
A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB - ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString()
標(biāo)簽: ColorSetRGB conversions included methods
上傳時間: 2017-04-29
上傳用戶:chenxichenyue
ColorPicker是一個基于對話框的應(yīng)用程序,它具有以下功能: 1. 色彩編輯功能 用戶可以通過可以調(diào)整R、G、B的值來編輯顏色,亦可通過調(diào)整H、S、V的值來選取顏色。顏色編輯的結(jié)果會馬上反饋到顏色面板和顏色預(yù)覽框中。 2.RGB顏色空間和HSV顏色空間的轉(zhuǎn)換 當(dāng)改變RGB值,會得到相應(yīng)的HSV值,并進(jìn)行顯示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用戶可以在顏色面板中單擊鼠標(biāo)左鍵,選取目標(biāo)點(diǎn)所表示的某種顏色。屏幕取色則是允許用戶獲取整個屏幕上的任意一點(diǎn)的顏色值。用戶可以將鼠標(biāo)移動到需要獲取顏色的地方,然后按a鍵或A鍵即可以獲取該點(diǎn)顏色值。
標(biāo)簽: ColorPicker 對話框 應(yīng)用程序
上傳時間: 2014-01-01
上傳用戶:hewenzhi
第 一章 電路原理分析 1-1 顯示原理 1-2 數(shù)碼管結(jié)構(gòu)及代碼顯示 1-3 鍵盤及讀數(shù)原理 1-4 連擊功能的實(shí)現(xiàn) 第 二 章 程序設(shè)計思想和相關(guān)指令介紹 2-1 數(shù)據(jù)與代碼轉(zhuǎn)換 2-2 計時功能的實(shí)現(xiàn)與中斷服務(wù)程序 2-3 時間控制功能與比較指令 2-4 時鐘誤差的分析 附錄A 電路圖 附錄B 存儲單元地址表 附錄C 輸入輸出口功能分配表 附錄D 定時中斷程序流程圖 附錄F 調(diào)時功能流程圖 附錄G 程序清單
標(biāo)簽: 電路原理 分 代碼 代碼轉(zhuǎn)換
上傳時間: 2014-01-15
上傳用戶:hustfanenze
To help you in writing an LL grammar, we have developed a tool to analyze a grammar and determine if it is LL(1). A jar file containing the class files can be downloaded here. Place this jar file in your class path before running the analyzer. LLAnalyze requires JDK 1.2. In the CSUGLAB, use g:\jdk1.2.2\bin\java (NT) or /usr/local/jdk1.2.1 (Solaris). You can also look at the source code for LLAnalyze. JLex is required to build it.
標(biāo)簽: grammar developed determine analyze
上傳時間: 2013-12-24
上傳用戶:thuyenvinh
離散余弦變換對圖象信號有近似最優(yōu)的去相關(guān)能力, 但多維的變換公式一直沒有給出. 為此深入研究了 三維離散余弦變換, 提出了任意尺寸的三維函數(shù)f (x , y , z ) 的正交離散余弦變換公式, 克服了以前系數(shù)的取值必須 相等的缺點(diǎn), 并將之應(yīng)用于彩色靜止圖象的壓縮編碼中, 使得彩色圖象的R、G、B 3 幀可以作為一個整體同時進(jìn)行 變換, 極大地去除了圖象R, G,B 3 幀間的相關(guān)性. 理論分析和實(shí)驗(yàn)結(jié)果表明, 在大幅度地增加壓縮比的同時, 峰峰 信噪比也有明顯提高, 并且與國際標(biāo)準(zhǔn)JPEG,M PEG 有很好的兼容性.
標(biāo)簽: 變換 離散余弦 函數(shù) 圖象信號
上傳時間: 2014-01-26
上傳用戶:tb_6877751
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1