数据抽象(使用类和对象设计回应程序) 实验内容描述: 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
上传用户:叶山豪