搜索资源列表
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The deco
bitwise
- PB位操作源码。PB本身没有提供位操作的函数,由于加密等需要,很不方便,这个源码解决了这个问题。供大家参考。
bitwise_operation
- Bitwise operation are really joy to use, if used with care it gives a tremendous good look over the code and performance too.
The C Programming Language-C语言详解英文版
- 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arith
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The deco
071006130105
- 以上介绍的三种求CRC的程序,按位求法速度较慢,但占用最小的内存空间;按字节查表求CRC的方法速度较快,但占用较大的内存;按半字节查表求CRC的方法是前两者的均衡,即不会占用太多的内存,同时速度又不至于太慢,比较适合8位小内存的单片机的应用场合。以上所给的C程序可以根据各微处理器编译器的特点作相应的改变,比如把CRC余式表放到程序存储区内等。-Introduced for more than three CRC procedures b
MyFPGA
- FPGA系统的sram的软仿真设计,可以实现按位写,按位读。-SRAM FPGA system soft simulation designed to realize bitwise write bitwise Reading.
bitwise
- PB位操作源码。PB本身没有提供位操作的函数,由于加密等需要,很不方便,这个源码解决了这个问题。供大家参考。-PB-bit operating source. PB-bit operation itself did not provide the function, as a result of encryption, such as needs, very inconvenient, this source solved the pr
src
- 基于位运算的求解NQueen问题的一个实例。 提供了基于单线程和多线程两种方式计算的代码,分别见NQueen.java和MultiThreadNQueen.java-Bitwise-based problem solving NQueen a case in point. Provided based on the single-threaded and multi-threaded code calculated in two w
ImageCover
- 基于位运算的数字水印试验程序,利用该程序可以嵌入水印和提取水印-Bitwise-based digital watermarking pilot procedures, take advantage of the program can be embedded watermark and the extracted watermark
tdzl1.3
- 高效整数开平方 我能实现的最高效率的函数,用于将一个unsigned int数开平方。如果被求的数不是完全平方数,求出它的平方根的整数部分。尽你所可能的优化它的效率,并用文字证明你优化策略有效。 函数的声明为: unsigned short work(unsigned int n) 用到了位运算-Efficient integer square root realized that I can function at
bitwise_operation
- Bitwise operation are really joy to use, if used with care it gives a tremendous good look over the code and performance too.
Bitwise.Operators.in.C.and.C++
- Bitwise Operators in C and C-Bitwise Operators in C and C++
bitwise
- for calculating results of bitwise operations
Bitwise
- a little bitwise tester
C-language-shift-bitwise-operator
- C语言中位移位运算符 多多应用-C language shift bitwise operator
C-language-shift-bitwise-operator
- C语言中位移位运算符多多应用C language shift bitwise operator-C language shift bitwise operator
bitwise-operations-undefined
- Test bitwise operations with undefined.
Escrita-Terxto-e-Bitwise
- Exemplos de texto e Bitwise
Bitwise
- BITWISE operator example program for c