资源列表
viterbi-decode
- viterbi译码的C的实现,Viterbi算法是卷积码的主要译码方法,在数字通信中占据着核心地位。
hkj
- 哈弗曼编码(1)文件名的输入可以从命令行给出或程序界面给出; (2)压缩和解压选择也可以从命令行给出或程序界面给出; (3)给出压缩后的指标:压缩率=压缩后的文件大小/压缩前的文件大小-Havermann code (1) the input file name can be given from the command line interface is given or procedures (2) compression and decompression options can als
Alamouti_16QAM_22_correlation
- Alamouti空时编码,2*2相关信道,16QAM。-Alamouti Space Time Coding, 2*2 correlation channel, 16QAM.
dh
- OpenGL动画编程。用窗口初始化函数,窗口处理和事件处理函数,定义场景绘制循环函数,三维物体绘制函数,空闲事件处理函数等来进行书写程序-OpenGL animation programming. Initialization function with the window, window treatment and event handlers, custom scene rendering loop function, three-dimensional object drawing fu
yuanma
- 名称:反特洛伊木马 功能: 1、禁用自启动项目(run runonce runservices) 2、禁止修改.txt、.com、.exe、.inf、.ini、.bat等等文件关联 3、禁止修改"服务"信息 原理:设置注册表权限为只读 -Name: Anti-Trojan Features: 1, disabled since the launch of the project (run runonce runservices) 2, against chan
Chessboard
- 本程序生成一个n*n的棋盘,n是2的幂,用一个分治算法,用一个L型条块去覆盖除一个指定方块外的所有方格。 如n=2,则有4个方格,其中3个能被一个L型覆盖,N=4,有16个方格,其中15个方格被5个L条型覆盖。 结果中每一个L条形用3对坐标表示-This procedure generates a n* n chessboard, n is a power of 2, with a divide and conquer algorithm, with an L-slice to a sp
picksquare
- 图形学入门程序,一个粉红色的正方体,可以随鼠标旋转。-Graphics entry procedures, a pink cube, with the mouse to rotate.
shuju
- 数据采集 com1串口 编程读取数据 数据 串口-Data collection the com1 serial programming read data
InternetGetCookie
- 在VB6中使用InternetGetCookie函数来读取Cookie的例子,网络操作关系紧密的实用实例,Cookie用来保存用户的配置数据,可记忆用户的一些设置,在VB中使用Cookie,也是十分常见的,希望通过本实例,让你了解一下如何读取使用Cookies。-Examples of use InternetGetCookie function in VB6 to read Cookie, the close relationship between the network operator
key
- pic12f508单片机控制led,并使用定时器-pic12f508 microcontroller control led, and use a timer
AdaBoostL2SVR
- 支持向量机的混沌是假序列预测研究,支持最小二乘法的向量机-SVM is a false prediction of chaotic sequence, least squares support vector machine
player2
- 简单的黑白棋程序,不过并没有提供界面,而且有些地方并没有用到。