-
cma_rigth
这个是盲均衡算法的matlab仿真功能代码,分析了接收机信号经盲均衡算法后,有效提升接收机性能,具有一定的参考价值(This is a blind equalization algorithm matlab simulation function code, analysis of the receiver signal by the blind equalization algorithm, effectively improve the receiver performance, with a certain reference value)
- 2017-04-07 15:46:49下载
- 积分:1
-
JSP_ECOM
实现企业的管理,注册,专利,等等。。。功能。(xia jun javascript)
- 2010-06-06 09:37:33下载
- 积分:1
-
Java(small-program)
初学习java的,可以照着练习下,找找感觉(this is a file include small java program.the man who have learn java for a small time can copy this program and learn java.)
- 2012-03-28 22:26:45下载
- 积分:1
-
DiskCopy
DOS下装机必准备工具,EXE文件和批处理文件,DOS下以前经常用到的.(DOS must be installed under preparation tool, EXE file and the batch file, DOS under the previously frequently used.)
- 2009-11-22 08:16:15下载
- 积分:1
-
Tesing 2
Sample fingerprint application for users
- 2019-06-03 19:15:45下载
- 积分:1
-
dataapple
说明: 這是一個用JAVA所寫的簡單繪圖應用程式
JPanel為容器物件.pane1為畫布.pane2物件用來放置繪圖工具按鈕.pane3放置顏色按鈕(This is a book with a simple JAVA application mapping for the JPanel container object. Pane1 for the canvas. Pane2 object mapping tool used to place the button. Pane3 placed color button)
- 2009-08-12 23:40:52下载
- 积分:1
-
WXYCinemaTicket
青鸟影院售票系统源码
一个简单的影院售票系统,可以进行特殊票,如赠票、学生票的购买(Cinema ticketing system source code
A simple cinema ticketing system, can carry out special ticket, student ticket purchase tickets, such as)
- 2014-04-20 21:16:55下载
- 积分:1
-
abouttimesanta
圣诞老人骑着雪橇在天上飞,本游戏的最大特色是物理系统很完美,模拟出了很逼真的物理效果,玩家通过上下左右来控制雪橇下落。(Santa Claus riding a sleigh in the sky fly, the Games are the most significant feature of the physical system is perfect, a very realistic simulation of physical effects, the player passed up and down around to control the sled whereabouts.)
- 2009-03-06 14:59:00下载
- 积分:1
-
QueryTask
A task that gets suggestions from a corpus.
- 2014-01-15 10:00:59下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1