搜索资源列表
VHDL_FIR11
- 用VHDL实现查找表方式的FIR滤波器-using VHDL search forms for the FIR filter
crc16
- 采用查找表方式 计算CRC16 可直接能用! 网上好多都是半成品-CRC16 calculated using look-up table can be used directly! Many are semi-finished products online
LTE_24bitCRC_enc
- 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
imsi_crunch.py
- 获取中国移动中国联通中国电信手机号段表可用来查找分省信息-Get phone number section
CRC16
- 16位CRC校验查找表法,网上比较普遍的是8位表,该程序中有罕见的4位表,亲,千万不要错过哦,赶快下载吧!-16-bit CRC lookup table method, the Internet more generally eight tables, this program has the rare four tables, pro, do not miss it, download it!
android-BasicContactables
- 此示例演示了如何使用Contactables表来搜索联系人。发送到Contactables表的查询字符串将匹配联系人姓名和电话号码,查找联系人数据库时减少查询的次数你的应用程序需要使用!-This sample demonstrates how to use the Contactables table to search for contacts. Query strings sent to the Contactables table will match both contact na
ctest
- 本软件是Android版本的词尾查词软件,包含15000词的CET6级词汇,通过JNI技术使用C语言进行后台处理,比如链表生成、查找等操作。环境配置好了的话,直接使用Eclipse的External Tool就可以进行JNI的编译和打包.so库,很方便使用。其中jni文件夹里是一些数据结构用的c源码-An android dictionary which can search with suffix of the word of CET6(15000 words). Using JNI (C l
8b10b Verilog
- 采用verilog语言基于查找表描述8b10b编码源代码(Using Verilog language to describe 8B10B encoding source code based on look-up table)