數據抽象(使用類和對象設計回應程序) 實驗內容描述: 1. 測試程序 假設類名為Welcome,測試程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() }
上傳時間: 2015-08-27
上傳用戶:ommshaggar
Package of C library extensions for Windows CE operating system. It is a supplement to C library available on Windows CE platform. The main objective of the project is to provide helper utilities for porting applications from Unix and Windows.
標簽: library extensions supplement operating
上傳時間: 2015-09-02
上傳用戶:冇尾飛鉈
電池設計的充電器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig Change log : 02.02.2000 Changed to fit Battery Charger refrence design board AS 18.02.2000 Final test and review AS
標簽: Description Standalone Device S2333
上傳時間: 2014-01-23
上傳用戶:ruixue198909
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標簽: symbols length Hard-decision Codeword
上傳時間: 2014-07-08
上傳用戶:曹云鵬
P2P模擬器P2Psim的程序源碼,來自http://trappie.studentenweb.org/andy/main.php?page=download.php
上傳時間: 2013-12-23
上傳用戶:myworkpost
此程序是RS485從機通訊,包含3部分:接收幀程序、發送幀程序及執行命令程序。 從機通訊地址從地址開關讀取4位 由于485的通信規約差別很大,這里只是提供參考,具體請參照自己的項目特點做修改,拋磚引玉。 #include<reg52.h> #include<main.h> #include<hy502.h>
上傳時間: 2015-09-18
上傳用戶:cjl42111
全屏是指Status Pane和Control Pane都隱藏,main Pane占據整個屏幕。這里提供一種簡單的方法。
上傳時間: 2014-01-02
上傳用戶:daoxiang126
本程序是一個module, 使用這個程序需要先把它編譯出來(這里是把main.c編譯成main.o)。編譯命令如下: gcc -O -c -Wall main.c 使用的時候須用insmod main.o命令加載,不用時用rmmod main.o命令卸載就可以了。此程序還需要Linux2.4 kernel和netfilter的支持,Linux2.4.*內核的標準安裝里有netfilter/iptables
上傳時間: 2014-01-02
上傳用戶:windwolf2000
The purpose of this chapter is to present a survey of recent publications concerning medical image registration techniques. These publications will be classified according to a model based on nine salient criteria, the main dichotomy of which is extrinsic versus intrinsic methods
標簽: publications concerning purpose chapter
上傳時間: 2015-09-19
上傳用戶:葉山豪