1. 總則 4 1.1. 概述 4 1.2. 賣方的建議書要求 5 1.3. 報價要求 6 2. 總體要求 7 2.1. 項目目標 7 2.2. 功能要求 7 2.3. 性能要求 7 2.4. 組網要求 7 2.5. 管理要求 8 2.6. 安全要求 8 3. 技術規范 9 3.1. 電子地圖應用實現 9 3.1.1. 電子地圖查詢界面和方法 9 3.1.2. 電子地圖回叫 10 3.1.3. 短信應用發布 11 3.1.4. 查詢應用形式 11 3.2. 信息采編實現 12 3.2.1. 公交線路的編輯 12 3.2.2. 道路的編輯 12 3.2.3. 單位的編輯 12 3.2.4. 快速定位 13 3.2.5. 管理 13 3.2.6. 統計 13 3.2.7. 金融網點 13 3.2.8. 房產信息 14 3.2.9. 其他 14 3.3. 系統性能要求 14 3.4. 軟件與數據庫平臺要求 14 3.5. 主機與存儲設備要求 14 3.6. 系統安全性要求 14 3.7. 組網要求 14 3.8. 系統管理功能要求 15 3.9. 系統的可擴展性要求 16 3.10. 系統維護要求 16 4. 軟件開發周期 18 5. 系統安裝、調試、試運行及驗收 19 5.1. 安裝和調試 19 5.2. 驗收 19 6. 技術服務和技術培訓 20 6.1. 技術服務 20 6.2. 技術培訓 20 7. 技術文件
上傳時間: 2013-12-20
上傳用戶:cx111111
第一章緒論 5 1.1課題來源 5 1.2 開發工具的選擇 5 1.3 本文所做工作 6 第二章 需求分析 7 2.1 總體需求調查 7 2.1.1 組織結構圖 7 2.1.2 系統目標 7 2.1.3 應用現狀調查 7 2.1.4業務總體流程調查 8 2.2系統功能調查 9 2.2.1系統維護功能 9 2.3系統功能模塊圖 9 第三章 概要設計 10 3.1概念設計 10 3.2數據庫設計 11 3.2.1 Yhklb用戶口令表 11 第四章 詳細設計 13 4.1啟動界面設計 13 4.1.1 功能說明 13 4.1.2屏幕格式設計 13 4.2 登錄窗口設計 14 4.2.1功能說明 14 4.2.2屏幕格式設計 14 4.2.3源程序分析 14 4.3 主窗口設計 16 4.3.1功能說明 16 4.3.2屏幕格式設計 16 4.3.3源程序分析 17 4.4系統維護模塊設計 22 4.4.1基本參數維護 22
上傳時間: 2014-01-22
上傳用戶:libinxny
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
標簽: introduction the contains intended
上傳時間: 2013-12-23
上傳用戶:liansi
LCD-7279的經過調試多次已經能夠實現在指定的位置顯示特定的數據。 程序lcd1.c實現基本的功能,即:鍵盤輸入0、1、2、3、4、5、6、7、8、9、a\b\c\d\e\f 在液晶的指定位置顯示實現滿屏或半屏顯示點陣和字符,調入一幅圖畫的代碼進行顯示;
上傳時間: 2014-01-14
上傳用戶:hgy9473
// 移頻選頻原理 //Fvco=[(P*B)+A]*Frefin/R //P=32 //loop filter 100k----prescribe //R=12.8M/100K=128---Parameter1 //Fvco=頻點*2+170280 -1400 //B=Fvco/32-----------Parameter2 //A=Fvco-32*B
標簽: 100 prescribe Frefin filter
上傳時間: 2013-12-26
上傳用戶:dancnc
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
標簽: dimensions arbitrary function reverse
上傳時間: 2016-04-16
上傳用戶:waitingfy
對于給定的一組進程,采用優先級加時間片輪轉法進行調度。設有一個就緒隊列,就緒進程按優先數(優先數范圍0-100)由小到大排列(優先數越小,級別越高)。當某一進程運行完一個時間片后,其優先級應下調(如優先數加3),試對如下給定的一組進程給出其調度順序。每當結束一進程時要給出當前系統的狀態(即顯示就緒隊列)。這里,進程可用進程控制塊(PCB)表示為如右表所示。 進程名 A B C D E F G H J K L M 到達時間 0 1 2 3 6 8 12 12 12 18 25 25 服務時間 6 4 10 5 1 2 5 10 4 3 15 8
標簽: 進程
上傳時間: 2014-01-13
上傳用戶:chfanjiang
flash 鍵盤音效取自win2000系統ding.wav,經過CoolEdit處理成音階,在Flash中導入在相應按鈕上。 沒有難度,就是耐心一點,成績不錯哦! 對應表: 低音G-a #G-w A-s #A-e B-d 中音C-f #C-t D-g #D-y E-h F-j #F-i G-k #G-o A-l #A-p B- 高音C-1 D-2 E-3 F-4 G-5 A-6 B-7 C(high)-8 #C-c #D-v #F-b #G-n #A-m
上傳時間: 2014-02-06
上傳用戶:ljmwh2000
第三章 MATLAB 圖形對象 3.1 圖形對象 3.1.1 Root 對象 3.1.2 Figure 對象 3.1.3 Uicontrol 對象 3.1.4 Uimenu 對象 3.1.5 Axes 對象 3.1.6 Image 對象 3.1.7 Line 對象 3.1.8 Patch 對象 3.1.9 Rectangle 對象 3.1.10 Surface 對象 3.1.11 Light 對象 3.1.12 Text 對象
標簽: 對象 Uicontrol MATLAB Figure
上傳時間: 2013-12-22
上傳用戶:saharawalker
本學期所有數據結構的大作業一,設A與B分別為兩個帶有頭結點的有序循環鏈表(所謂有序是指鏈接點按數據域值大小鏈接,本題不妨設按數據域值從小到大排列),list1和list2分別為指向兩個鏈表的指針。請寫出將這兩個鏈表合并為一個帶頭結點的有序循環鏈表的算法。二,本次實驗的題目為表達式求值,要求設計一個程序,演示用算符優先法對算術表達式求值的過程。 即編寫程序把前綴表達式轉換成后綴表達式,并計算結果。用以下三組數據測試程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+6)*3+2; 8/(9-9)。三,用三元組存儲稀疏矩陣,并實現稀疏矩陣的轉置,兩個稀疏矩陣和與積的運算四,哈夫曼編/譯碼器 完成Huffman 編碼的譯碼過程。即輸入一個碼串,請翻譯成相應的字符串。要求有編碼過程和解碼過程。
標簽: 數據結構
上傳時間: 2017-01-18
上傳用戶:changeboy