CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bitset

搜索资源列表

  1. cmjbitset_demo.zip

    0下载:
  2. A Compressed Bitset Class
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:10.9kb
    • 提供者:
  1. 0.59BitComet

    0下载:
  2. 简单强大的下载编辑软件.该软件是VC软件 A Compressed Bitset Class - Simple formidable downloading edition software This software is VC software A Compressed Bitset Class
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:24.09kb
    • 提供者:lim
  1. cmjbitset_src

    0下载:
  2. A Compressed Bitset Cla
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.86kb
    • 提供者:日本
  1. avrcx

    0下载:
  2. Jan 04, 2007 1. Add SPI support, see spi.h and spi.c 2. Add driver.h 3. Modified keyboard module and display module 4. Add BitSet support, see bitset.h and bitset.c 5. Fixed some bugs Dec 25, 2006 1. Name this OS as AvrcX 2. Re
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:42.96kb
    • 提供者:王宇
  1. bitset

    0下载:
  2. 位的设置,用于dialogic板卡的开发-place settings for the development of dialogic Card
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:51.09kb
    • 提供者:李彩与
  1. bitset

    0下载:
  2. 初学C++,刚弄的针对bitset的位操作例子
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:915byte
    • 提供者:Ken
  1. linux driver bitset操作

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2011-09-20
    • 文件大小:562byte
    • 提供者:wang4084
  1. bitset

    0下载:
  2. 本程序用于比特流的设置的,使自己的课堂作业。-The procedure for setting bit-stream, so that their class assignments.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2.17kb
    • 提供者:xifeng
  1. sudoku

    0下载:
  2. C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:359.85kb
    • 提供者:wjn_nb
  1. cPP

    0下载:
  2. C++库函数介绍,代有常用的库函数功能介绍,方便初学者使用-Bitsets can either be constructed with no arguments or with an unsigned long number val that will be converted into binary and inserted into the bitset. When creating bitsets, the number given in the place of the templat
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:158.16kb
    • 提供者:蒋勇
  1. crc16.cpp

    0下载:
  2. 128位数据的16位循环冗余校验(crc16),使用bitset实现。-128-bit data, 16-bit Cyclic Redundancy Check (crc16), use the bitset implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1kb
    • 提供者:li
  1. mobilephone

    0下载:
  2. 设计思想: 1).用bit数组的下标与电话号码一一对应,而用数组中该位的值(1或0)来代表该电话号码是否已经发放。 2).bit是计算机的最小单位,用它可以实现某种意义上的数据压缩,防止极限数据下的JVM内存溢出。 3).JAVA语言中,没有bit数组类型,不过BitSet实现了类似于bit数组的功能。 -包的划分: com.neusoft.mobilephone.filedeal 存放文件操作类 com.neusoft.mobilephone.util
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:343.01kb
    • 提供者:韦小宝
  1. bitset

    0下载:
  2. 很详尽的介绍C++中bitset类库的用法,有源代码及注释-C++ bitset
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:11.77kb
    • 提供者:张新华
  1. BitSet

    0下载:
  2. Create a bitset with the specified size for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1.51kb
    • 提供者:ciepanniu
  1. BitSet

    0下载:
  2. The BitSet class implements a bit field. Each element in a BitSet can be on(1) or off(0).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.5kb
    • 提供者:zingluibue
  1. dm-bitset

    0下载:
  2. This bitset type is a thin wrapper round a dm_array of 64bit words. -This bitset type is a thin wrapper round a dm_array of 64bit words.This bitset type is a thin wrapper round a dm_array of 64bit words.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:bunxunken
  1. BitSet

    0下载:
  2. The BitSet class implements a bit field. Each element in a BitSet can be on(1) or off(0).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.02kb
    • 提供者:manviequn
  1. dm-bitset

    0下载:
  2. Opaque object. Unlike dm_array_info, you should have one of these per bitset.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.76kb
    • 提供者:suisxlu
  1. bitset

    0下载:
  2. \file bitset.h \brief Bitset of arbitrary size definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.43kb
    • 提供者:jrfueton
  1. bitset

    0下载:
  2. A simple, limited clone of the java.util.BitSet Source Code for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:caibjtd
« 12 »
搜珍网 www.dssz.com