搜索资源列表

  1. RBDS

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2624
    • 提供者:里海
  1. bitwise

    0下载:
  2. PB位操作源码。PB本身没有提供位操作的函数,由于加密等需要,很不方便,这个源码解决了这个问题。供大家参考。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10791
    • 提供者:张荣贵
  1. bitwise_operation

    0下载:
  2. Bitwise operation are really joy to use, if used with care it gives a tremendous good look over the code and performance too.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3136
    • 提供者:x
  1. The C Programming Language-C语言详解英文版

    0下载:
  2. 这是一本讲解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
  3. 所属分类:其它文档

  1. RBDS

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-27
    • 文件大小:2048
    • 提供者:里海
  1. 071006130105

    0下载:
  2. 以上介绍的三种求CRC的程序,按位求法速度较慢,但占用最小的内存空间;按字节查表求CRC的方法速度较快,但占用较大的内存;按半字节查表求CRC的方法是前两者的均衡,即不会占用太多的内存,同时速度又不至于太慢,比较适合8位小内存的单片机的应用场合。以上所给的C程序可以根据各微处理器编译器的特点作相应的改变,比如把CRC余式表放到程序存储区内等。-Introduced for more than three CRC procedures b
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-27
    • 文件大小:311296
    • 提供者:陈好
  1. MyFPGA

    0下载:
  2. FPGA系统的sram的软仿真设计,可以实现按位写,按位读。-SRAM FPGA system soft simulation designed to realize bitwise write bitwise Reading.
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-27
    • 文件大小:221184
    • 提供者:wenger
  1. bitwise

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:10240
    • 提供者:张荣贵
  1. src

    0下载:
  2. 基于位运算的求解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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-27
    • 文件大小:3072
    • 提供者:
  1. ImageCover

    0下载:
  2. 基于位运算的数字水印试验程序,利用该程序可以嵌入水印和提取水印-Bitwise-based digital watermarking pilot procedures, take advantage of the program can be embedded watermark and the extracted watermark
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-27
    • 文件大小:5876736
    • 提供者:章鱼
  1. tdzl1.3

    0下载:
  2. 高效整数开平方 我能实现的最高效率的函数,用于将一个unsigned int数开平方。如果被求的数不是完全平方数,求出它的平方根的整数部分。尽你所可能的优化它的效率,并用文字证明你优化策略有效。 函数的声明为: unsigned short work(unsigned int n) 用到了位运算-Efficient integer square root realized that I can function at
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-27
    • 文件大小:1024
    • 提供者:tt
  1. bitwise_operation

    0下载:
  2. Bitwise operation are really joy to use, if used with care it gives a tremendous good look over the code and performance too.
  3. 所属分类:系统编程

    • 发布日期:2024-06-27
    • 文件大小:3072
    • 提供者:x
  1. Bitwise.Operators.in.C.and.C++

    0下载:
  2. Bitwise Operators in C and C-Bitwise Operators in C and C++
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:219136
    • 提供者:mustafa
  1. bitwise

    0下载:
  2. for calculating results of bitwise operations
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:9216
    • 提供者:samy
  1. Bitwise

    0下载:
  2. a little bitwise tester
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-27
    • 文件大小:9216
    • 提供者:Sweetest
  1. C-language-shift-bitwise-operator

    0下载:
  2. C语言中位移位运算符 多多应用-C language shift bitwise operator
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:180224
    • 提供者:kaka
  1. C-language-shift-bitwise-operator

    0下载:
  2. C语言中位移位运算符多多应用C language shift bitwise operator-C language shift bitwise operator
  3. 所属分类:Windows编程

    • 发布日期:2024-06-27
    • 文件大小:180224
    • 提供者:authori
  1. bitwise-operations-undefined

    0下载:
  2. Test bitwise operations with undefined.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-27
    • 文件大小:2048
    • 提供者:suraipie
  1. Escrita-Terxto-e-Bitwise

    0下载:
  2. Exemplos de texto e Bitwise
  3. 所属分类:教育/学校应用

    • 发布日期:2024-06-27
    • 文件大小:432128
    • 提供者:Guilherme
  1. Bitwise

    0下载:
  2. BITWISE operator example program for c
  3. 所属分类:C#编程

    • 发布日期:2024-06-27
    • 文件大小:697344
    • 提供者:amar
« 12 3 4 5 »

源码中国 www.ymcn.org