搜索资源列表
viterbi-hard-9
- 硬判决viterbi约束长度9测试,c++代码.-hard decision Viterbi constraint length 9 test, c + + code.
truecrypt-4.2-source-code
- 完美的虚拟加密文件系统程序。可以加密硬盘、优盘等,可以创建自己的文件保险箱,界面简单、易用。-perfect virtual file system encryption procedures. Can be encrypted hard disks You Pan, and can create your own documents safe, simple interface, easy-to-use.
filesystemdriver
- 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
HardID
- 发布软件时,获取安装机器的硬件码。硬件码由硬盘号通过运算得来。-Released software, access to the installation of the hardware machine code. Hardware code from the hard drive through its computing them.
Code
- Hiding process with DKOM !采用断开系统中进程的双向链表方式,隐藏指定进程。本程序采用了硬编码,所以只能隐藏XP的进程,如果是其他系统需要修改编码地址!-Hiding process with DKOM! Disconnect system using two-way linked list in the process of the way, hidden designation process. This procedure uses hard-coded, so c
zbWIMGAPI
- WIMGAPI.dll API wrapper to use the WIMGAPI.dll of the Windows PE packages with any language including Visual Basic, Visual FoxPro, VBscr ipt and Jscr ipt, without the need of complex code in C to call the difficult and hard to program WIMGAPI. O
hard-disk
- windows2k的硬盘驱动程序源代码,非常有用,研究还原卡驱动的必看-windows2k hard drive source code, very useful to study the reduction of the must-see card driver
8aryQAM
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision and soft decison decoding is used. -scr ipt for computing BER with Binary Conv
Advanced.VB.sequence.hard.disk.drives
- VB高级编程硬盘驱动序列设计代码Advanced Programming VB code sequence of hard disk drives -Advanced Programming VB code sequence of hard disk drives
WebDisk(CSharp)
- 网络硬盘的开发代码,语言为C#。 1.可以直接打开项目文件以查看源代码。 2. 若不成功的话,读者可以新建立一个项目, 把该项目文件夹下的所有内容复制到新项目中, 也可以通过添加功能把所内容添加到新项目中。 3.把DAL项目添加项目下面 4.修改数据库连接 <appSettings> <add key="ConnectionString" value="Data Source=(local) Initial Catalog=Vote U
APL-hard-code
- 仅用API函数获取硬盘码,用于注册最好-Access to hard code
Create-a-virtual-hard-disk
- 3行代码实现创建/删除虚拟硬盘 很简单,不多说 -3 lines of code to create/delete the virtual hard disk is very simple, not much to say
registration-code
- 根据电脑的硬盘序列号生成注册码,可用于应用软件保护-According to the computer' s hard drive serial number, registration code generated can be used to protect applications
code
- 代码大全中文版.pdf 高清晰 非扫描版,写优秀的代码 必看! -Code Complete Chinese version. Pdf non-scanning version of high definition, hard to find! !
Then-machine-code
- 易语言随即机器码生成器 简单的根据硬盘号生成机器码 也可以用机器码再反算出硬盘号,可以用于软件机器的绑定-Easy language then simple machine code generator based on hard numbers to generate machine code You can also use the machine code and then anti-calculate the hard disk number, can be used for t
work-hard
- 经典C源代码30例在找不到方向的时候,一直朝前走...但是,未来,是要靠自己去打拼的!-30 cases of classic C source code can not find the direction, has been walking forward ... However, the future is to rely on themselves to work hard!
hard-disk-physical-serial-number-
- VB代码 获取硬盘物理序列号 用在注册程序方面比较好用-VB code access to the hard disk physical serial number used in the registration process is relatively easy to use
C_Primer_Plus-source-code
- C_Primer_Plus(第五版)全书源代码,辛苦收集的大家随意下载-C_Primer_Plus (fifth edition) book source code, hard to collect all free download
code
- 一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。-
convolutional-code
- (1) 在c或matlab环境下实现卷积码编码模块,并嵌入实验一的通信链路中,要求编码模块有一定通用性可以设定约束长度、卷积码抽头系数; (2) 设定约束度分别为7、9的1/2卷积码,仿真分析这些码的硬判决译码性能、绘制误码性能曲线,对比不同约束度下卷积码的性能,分析译码复杂性; (3) 设定约束度为7的1/2卷积码,进行无量化软判决译码,仿真分析比较软硬判决译码性能; (4) 设定约束度为7的1/2卷积码,量化比特分别为3、4、5、6,仿真分析比较量化对误码性能的影响; (5)