CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - class package

搜索资源列表

  1. wmi.rar

    0下载:
  2. 微软WMI的封装类及示例工程。 --pclion ,Microsoft WMI package class and sample workspace.- pclion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:7.53kb
    • 提供者:pclion
  1. Semaphore.rar

    0下载:
  2. 信号量的类封装,适合C++开发,通过此类,能够直接对信号量进行创建、关闭等操作开发。,Semaphore class package for C++ development, through such, can be carried out directly on the semaphore creation, closure, and so operate the development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3.1kb
    • 提供者:zifangz
  1. SBGetOpt

    0下载:
  2. 封装getopt的C++类,能够比较方便地使用命令行参数进行开发-The package getopt C++ class can be more convenient to use the command-line parameters for development
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:3.37kb
    • 提供者:chen
  1. ringbuffer_src_2.0

    1下载:
  2. C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4.8kb
    • 提供者:黄健
  1. example_zlib

    0下载:
  2. 目录与文件描述 example.cpp ZIP加载范例。 example.exe 已编译的测试程序。 example.zip 未加密的zip文件。 example_code.zip 已加密的zip文件,密码为“13579”。 [source] PackReader.h 简单封装的ZIP加载类声明 PackReader.cpp 简单封装的ZIP加载类定义 PackMemory.h 支持内存的ZIP加载模块声明 PackMemory.cp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:207.81kb
    • 提供者:思哦
  1. dtl

    0下载:
  2. 一个跨平台的数据库操作库.可以在linux和windows下运行. DTL下层采用ODBC,上层把数据库封装成STL的容器风格。使用非常直观简介。 dtl由于进行了模板化的封装,在使用上类似于stl的模板类,非常容易上手,不过效率上比不过otl,但是易用性比otl强多了. 如果你的代码要跨平台运行,数据库操作部分建议采用该库进行设计.-A cross-platform library database operations. Linux and windows can run. DT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:954.76kb
    • 提供者:刘火明
  1. aescrypt-java-3_0

    0下载:
  2. 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:35.28kb
    • 提供者:王小军
  1. desjm

    0下载:
  2. 文本的DES加密 为了对称加密的安全,将密码进行封装,先新建一个用于保存密码的类库cl: -Text-DES encryption to the security of symmetric encryption, the password package, first create a new class library to save the password cl:
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:xd
  1. 19824363RSA

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密 -Analysis of Application of RSA algorithm, file encryption application demonstration of the feasi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:易守望
  1. gmmbayestb-v0.1.tar

    1下载:
  2. This package contains Matlab m-files for learning finite Gaussian mixtures from sample data and performing data classification with Mahalanobis distance or Bayesian classifiers. Each class in training set is learned individually with one of the three
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-05-28
    • 文件大小:20.07kb
    • 提供者:
  1. serial

    0下载:
  2. 通讯接口类的封装,适用于C/C++,为了通用性,用标准C封装,稍作修改可封装成类,简单好用-Communication interface of the package type for C/C++, for general use standard C package, with some slight modifications can be packaged into a class, easy-to-use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.76kb
    • 提供者:daiyuanhui
  1. opeDataSet.dll

    0下载:
  2. 界面部分和业务部分物理分离。将业务部分和界面部分分别编译成dll和exe可执行文件。 定义一个接口部分以实现界面部分和业务部分之间通讯。接口部分可使用接口或抽象类来实现。一定要保持接 口的稳定,轻易不要改变接口单元中的内容。还可通过预留接口来满足未来功能增长的需求。 经常变动的通常是业务部分,通过修改DLL封装对象的实现方法来升级DLL,无需重新修改和编译界面部分的Exe文件。-Interface part and the operational part of the phy
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:615.99kb
    • 提供者:黄磊
  1. ociclass

    0下载:
  2. 将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!-The use of the OCI package into a class, call a simple, stable performance, I use half a year in a production environment without failure!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:9.98kb
    • 提供者:叶栋
  1. MyThread

    0下载:
  2. 多线程封装类,最近在做win下的多线程程序,自己封装了一个多线程的类,方便大家使用。-Multi-threaded wrapper classes, most recently doing multi-threaded program under win their own package, a multi-threaded class to facilitate everyone to use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:风雪浪子
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:liyi
  1. DES

    0下载:
  2. DES对称加密算法Java语言实现,利用Java的加密方面的类包,实现DES对文本的加密以及解密。-DES symmetric encryption algorithm implemented in Java, use Java encryption class package, achieve DES encryption and decryption of text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3.17kb
    • 提供者:姚馨
  1. testjson

    0下载:
  2. json解析器,基于jsonc的class封装,更加方便-json parser based on jsonc the class package, the more convenient
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:25.48kb
    • 提供者:顾永良
  1. package

    0下载:
  2. first follow 只有源码和使用文档,C++,class 类声明 -fitst follow
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:56.03kb
    • 提供者:林叶
  1. analogclock

    0下载:
  2. QT平台日志时钟的实现,主要参考QT类的封装形式及运用方式-QT platform log clock implementation, the main reference QT class package form and the use of methods
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:13.58kb
    • 提供者:李元诚
  1. GZIPCALSS

    0下载:
  2. 实用辅助类-gzip解压类封装,实用辅助类-gzip解压类封装-Practical auxiliary class-gzip decompression class package, practical auxiliary class-gzip decompression class package
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-12
    • 文件大小:61.79kb
    • 提供者:岑翰墨
« 12 3 »
搜珍网 www.dssz.com