资源列表
pinyintingchechang
- 想下载点东西 但需要先下载源码 居然还需要打20个字 够了 -point to download things but need to go download the source code needed even beating 20 characters enough
deconvgaijin
- 卷积码译码算法改进 实现Conv.(2,1,9)的编码、软判决滑动窗维特比译码,其生成多项式为G0=561(八进制),G1=753(八进制),调制方式为BPSK,信道为AWGN,比较不同的译码深度对译码器性能的影响-convolutional code decoding algorithm to improve achievement Conv. (2,1,9) of the Code, Soft Decision sliding window Viterbi Decoder, genera
3GPPjiaozhi
- 3Gpp 25.212 交织器 交织深度1024进行行内行间交织-3Gpp 25.212 intertwined depth interleaver 1,024 firms conducted between experts intertwined
channelcode
- 清华大学 信道编码课件 基本概念和方法(1) 线性分组码(1) 循环码(4) 卷积码(4) 级联码(2) 编码调制(2) 信道编码应用(1)-Qinghua University Channel Coding courseware basic concepts and methods (1) linear block code (1) Revolving code (4) Convolution code (4) concatenated codes (2) code
mp3electrocircuit
- 很多mp3的电路图,适合做pcb板设计的人士参考,可以直接拿来用的,很有参考价值-many mp3 circuits, pcb board suitable for the reference design can be directly used to use, great reference value
26585d454122
- 牛 反编译..用dos 输入debug<1.txt 运行-cattle with anti-compiler .. dos debug input
CREATEPEN
- 图形绘制算法实现、区域填充算法的实现过程、图形裁减算法的实现等-Rendering Algorithm, regional filling algorithm's implementation, graphics reduction algorithm realization
Baskballer_Paixu
- 自行写的为同学打篮球分组方便而写的代码,可以为同学自动排序!欢迎指导-to write to the students playing basketball in a convenient and writing code, the students are automatically sorted! Welcome guidance
HANUOTA
- 本人编写的一个比较经典的C语言递归程序,古老的经典益智游戏。-I prepared a classic comparison of C language recursive procedure, the ancient classical educational games.
DIT-FFT
- 本人编写的按时间抽取的快速傅立叶变换算法,非常实用的算法程序。-prepared by the time taken by the Fast Fourier Transform algorithm, the algorithm is very practical procedures.
13022
- 有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。开发者真正所想看到的是被托管的事件和属性值。 -many developers to use Visual Studio
130022
- Web 应用程序日渐复杂,对它们的测试工作也变得越来越重要。有很多测试技术可供你选择使用。例如,在 2005 年 4 月份的 MSDN 杂志中,我描述了一个基于 Jscr ipt 的简单系统,它使用 IE 的文档对象模型(Internet Explorer Document Model)来完整地测试某个 Web 应用程序的用户界面。这个技术很有效,但是在几个方面存在着缺陷。我的一些同事问我是否能使用 .Net 框架编写功能更强,但仍然是轻量级的 Web 应用程序用户界面自动化测试程序。在这个月的