Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • turbo.rar 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果
  • article.rar Turbo码的编译码实现及Log-MAP算法性能仿真的小论文
  • the-analysis-of-STL-sourse.rar 本书所呈现的源码,使你踏上了基度山岛。源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。
  • UWBDemo.zip ... modeling (design pattern) I use to make a reusable system. We get some information from a Serial device and display it on a map. All devices are organized in a tree, so for the displaying or anything else it is based on the visitor design pattern. I also ...
  • iBATIS-SqlMaps-2_cn.rar ibatis return map功能的介绍及操作
  • KIDS_Manual.rar KIDS Map Viewer Documnet and application Manual
  • map.rar 希望大家喜欢我辛辛苦苦为大家制作的网页主页
  • Program_2b.rar Graphical Iteration of the Logistic Map
  • pzmud462.zip 电子地图,实现放大,缩小,在线标注,查找地址功能。-Electronic map, to achieve amplification and narrow, on-line mark, find the address function.
  • 4140521.rar 分析Unix最先适应(first fit,ff)存储分配算法。即map数据结构、存储分配函数ma lloc()和存储释放函数mfree(),找出与算法有关的成分。修改上述算法有关成分,使其分别体现BF(best fit,最佳适应)分配原则WF(worst fit,最坏适应)分配原则。