您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. NoSQL云数据库mongoDB的C#示例(vs2005)

  2. 本例是本人参考网上资料自行编写的,希望对感兴趣的朋友有所帮助(里面有mongodb的启动说明与shell命令操作说明)! MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可护展的高性能数据存储解决方案。   它的特点是高性能、易部署、易使用,存储数据非常方便。主要功能特性有:   *面向集合存储,易存储对象类型的数据。   *模式自由。   *支持动态查询。   *支持完全索引,包含内部对象。   *支持查询。   *支持复制和故障恢复。   *使用高效的
  3. 所属分类:MongoDB

    • 发布日期:2010-10-22
    • 文件大小:338944
    • 提供者:bestyellow
  1. FFMPEG移植到Android

  2. 网上ffmpeg移植到android的文章很少,所以把自己移植的成功心德写上来! 后来发现把各个模块都生成静态库,将ffmpeg目录下的Android.mk文件里的LOCAL_STATIC_LIBRARIES改成LOCAL_WHOLE_STATIC_LIBRARIES 还要按照这文章修改build-binary.mk文件 http://www.cnblogs.com/scottwong/archive/2010/12/17/1909455.html
  3. 所属分类:Android

    • 发布日期:2010-10-22
    • 文件大小:52224
    • 提供者:dragon8609
  1. SQLServer数据类型说明

  2. SQLServer数据类型说明,包括: A.整数数据类型(int、smallint、tinyint、bigint) B.浮点数据类型(real、float、decimal、numeric) C.二进制数据类型(binary、varbinary) D.逻辑数据类型(bit) E.字符数据类型(char、nchar、varchar、nvarchar) F.文本和图形数据类型 G.日期和时间数据类型 H.货币数据类型 I.特定数据类型 J.用户自定义数据类型 K.新数据类型
  3. 所属分类:其它

    • 发布日期:2010-10-22
    • 文件大小:50176
    • 提供者:ypciehnnu
  1. 方便的实现将程序设为服务

  2. Option Explicit Public Const REG_NONE = 0 ' No value type Public Const REG_SZ = 1 ' Unicode nul terminated string Public Const REG_EXPAND_SZ = 2 ' Unicode nul terminated string Public Const REG_BINARY = 3 ' Free form binary Public Const REG_DWORD =
  3. 所属分类:Access

    • 发布日期:2010-10-27
    • 文件大小:20480
    • 提供者:ybjtgybjtg
  1. google protobuf 源码

  2. Protocol Buffers What is it? Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. Latest Updates http://protobuf.goo
  3. 所属分类:iOS

    • 发布日期:2010-10-28
    • 文件大小:2097152
    • 提供者:rendao0563
  1. Google Protocol Buffers 源码

  2. Protocol Buffers What is it? Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. Latest Updates http://protobuf.goo
  3. 所属分类:iOS

    • 发布日期:2010-10-28
    • 文件大小:1048576
    • 提供者:rendao0563
  1. HHP 4600二维条码扫描器

  2. hhp it4600条码扫描器 技术参数: 光源:650nm红光 瞄准线: 绿色LED 图像类型: VGA、752*480像素、Binary、TIFF或JPEG输出 阅读距离:IT4600gSR:(8.3mil一维码:8.9cm-19.1cm),(13milUPC:5.1cm-33.3cm),(6.6milPDF417:11.2cm-15.5cm),(10milPDF417:7.6cm-22.6cm),(15milDataMatrix:5.8cm-25.7cm),(35milMaxicode:
  3. 所属分类:3G/移动开发

    • 发布日期:2010-10-31
    • 文件大小:7168
    • 提供者:gzmyrui
  1. ds12885数据手册

  2. FEATURES • Drop–in replacement for IBM AT computer clock/calendar • Pin configuration closely matches MC146818B and DS1285 • Counts seconds, minutes, hours, days, day of the week, date, month, and year with leap year compensation valid up to 2100 •
  3. 所属分类:硬件开发

    • 发布日期:2010-11-01
    • 文件大小:88064
    • 提供者:wormtree
  1. IEEE 754-2008 浮点算术标准(英文原版PDF)

  2. 此标准规定了计算机编程环境下,二进制和十进制浮点数及其运算的格式和方法,异常的出现条件以及它们的默认句柄。此规范中的浮点数系统可以通过软件、硬件,或者软硬件相结合的形式来实现。对于标准中规定的运算,输出的结果、异常有输入值、操作序列和结果的数据格式所唯一确定,完全在用户的掌控之下。 This standard specifies interchange and arithmetic formats and methods for binary and decimal floating-poin
  3. 所属分类:专业指导

    • 发布日期:2010-11-02
    • 文件大小:938414
    • 提供者:harrysummer
  1. 算法分析与设计课件01

  2. 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analy
  3. 所属分类:其它

    • 发布日期:2010-11-03
    • 文件大小:269312
    • 提供者:follow90
  1. 算法分析与设计课件02

  2. 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analy
  3. 所属分类:其它

    • 发布日期:2010-11-03
    • 文件大小:1048576
    • 提供者:follow90
  1. 算法分析与设计课件03

  2. 第三部分(Part III) 数据结构(Data Structures) 第十章 基本的数据结构(Elementary Data Structures) 第十一章 散列表(Hash Tables) 第十二章 二叉查找树(Binary Search Trees) 第十三章 红-黑树(Red-Black Trees) 第十四章 扩充的数据结构(Augmenting Data Structures) 第四部分(Part IV) 高级的设计与分析技术(Advanced Design and Analy
  3. 所属分类:其它

    • 发布日期:2010-11-03
    • 文件大小:884736
    • 提供者:follow90
  1. The Algorithm Design Manual

  2. Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . . . . . . . . . . . . . . . 9 1.3 Reasoning about Correctness . . . . . . . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2010-11-04
    • 文件大小:3145728
    • 提供者:atdong
  1. AjaxControlToolkit.Binary.NET35.zip

  2. 官网上适用vs2008和2010及.net3.5平台的AjaxControlToolkit
  3. 所属分类:C#

    • 发布日期:2010-11-04
    • 文件大小:5242880
    • 提供者:shijinupc
  1. sqlite常见问题中文

  2. 目录 sqlite_array_query —— 发送一条 SQL 查询,并返回一个数组。 sqlite_busy_timeout —— 设置超时时间(busy timeout duration),或者频繁的用户失去权限(disable busy handlers)。 sqlite_changes —— 返回被最新的SQL 查询(changed by the most recent SQL statement)改变的行数。 sqlite_close —— 关闭一个打开的SQLite数据库。 s
  3. 所属分类:其它

    • 发布日期:2010-11-13
    • 文件大小:9216
    • 提供者:ncca
  1. [Flash.Builder.4.&.Flex.4._典].Flash.Builder.4.and.Flex.4.Bible

  2. When Macromedia first released Flash MX in 2002, the product was branded as the new way to build Rich Internet Applications (known by the acronym RIA). The term was invented at Macromedia to describe a new class of applications that would offer the
  3. 所属分类:Flash

    • 发布日期:2010-11-14
    • 文件大小:12582912
    • 提供者:leon456
  1. axis2 for c++ 1.6

  2. The Apache Axis2/C is a SOAP engine implementation that can be used to provide and consume Web Services. Axis2/C is an effort to implement Axis2 architecture, in C. Please have a look at http://ws.apache.org/axis2/1_0/Axis2ArchitectureGuide.html for
  3. 所属分类:C

    • 发布日期:2010-11-18
    • 文件大小:5242880
    • 提供者:cncqsx
  1. javassist 文档

  2. Javassist is a class library for dealing with Java bytecode. Java bytecode is stored in a binary file called a class file. Each class file contains one Java class or interface.
  3. 所属分类:Java

    • 发布日期:2010-11-19
    • 文件大小:608256
    • 提供者:xialicar
  1. c++文件的操作他是用二进制试图打开一个文件

  2. 有二进制试图打开一个文件,写文件有文本格式和二进制格式之分,ios::binary就是二进制 它与文本格式的差别在于, 文本格式会增加一些格式上的信息,比如换行'\n'用文本输出是两个字节0x0Ah,0x0Dh,而如用二进制输出则是0x0Ah 故而 txt的字节数 > bin的字节数 *
  3. 所属分类:iOS

    • 发布日期:2010-11-23
    • 文件大小:2048
    • 提供者:zhangyulin54321
  1. java 求解非线性方程 二分法牛顿法弦截法

  2. java 求解非线性方程 二分法 牛顿法 弦截法 public class Binary { static double m, n, jingdu; static int flag = 0; /** * @param args * 二分法 */ public static double binary(double m, double n, double jingdu){ int i=0; double x0,x1,x2,fx0,fx1,fx2; do { x1=m;x2=n; fx1=x1*x
  3. 所属分类:Java

    • 发布日期:2010-11-25
    • 文件大小:1024
    • 提供者:wanzdhan
« 1 2 ... 45 46 47 48 49 50»