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

搜索资源列表

  1. ftp

    0下载:
  2. ftp类库,用C++开发时可以调用进行ftp传输文件。-ftp library, using C++ developers can call to ftp to transfer files.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:4347
    • 提供者:zifangz
  1. CSharp

    1下载:
  2. C#编程常用到的一些类库,函数,很实用,记住可以提高开发效率-C# Programming used to some of the libraries, function, very practical, remember that can improve development efficiency
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:75842
    • 提供者:hunt
  1. ManagedMFCDLL_src

    0下载:
  2. 创建一个管理C++类库和MFC动态连接库的管理程序,包括所有源码。 -Create a managed C++ class library and the MFC dynamic link library management process, including all source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:12788
    • 提供者:鱼海涛
  1. fga-1.4.tar

    0下载:
  2. 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed descr iption of the document, use the interface function is passed the fitness functi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:226693
    • 提供者:asy
  1. cryptopp560

    0下载:
  2. 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1049029
    • 提供者:沧海
  1. Exceller

    0下载:
  2. 这是一个用C#来操作文件进行读写的实例,比微软官方的Microsoft.Office.Interop.Excel库用起来要简单。这个实例中要用到Interop, Attributes 和 Reflection等类库。-This is a used C# to manipulate instances of read and write files than Microsoft' s official Microsoft.Office.Interop.Excel library should
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:536537
    • 提供者:267
  1. Encryption

    0下载:
  2. C#语言调用DotNet 类库编写的各类加密解密的类,附有对此进行调用的小例子。-DotNet language called C# class library written in various types of encryption and decryption of the class, with a call on this small example.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:44433
    • 提供者:liuzhong
  1. vcsetup

    0下载:
  2. Visual C++即VC,全称是 MicroSoft Visual C++,是由微软公司推出的开发Win32应用程序(Windows 95/98/2000/XP/NT)的、面向对象的高级可视化计算机程序开发工具,是一个可视化的集成开发系统。Visual C++提供了一套开发环境:Visual Studio,它是以C++语言和C语言为蓝本的可视化编译、开发环境,用微软的C++语言编写程序,并兼容C语言,可以识别C/C++语言并进行编译等,并且支持功能强大MFC类库。-Visual C++ or
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2711053
    • 提供者:色某某
  1. CSBigInteger

    0下载:
  2. 一个自己写的 C# BigInteger 类,.net 类库中没有 BigInteger 类,写此类是为了与 java 中的 BigInteger 对应,以方便大数运算-One wrote it myself C# BigInteger Class,. Net library does not BigInteger class, write these in order to correspond with the java in the BigInteger to facilitate the
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:14473
    • 提供者:ajtlnui
  1. ProcessEnum

    0下载:
  2. 程序实现枚举系统当前进程,使用C++类库方法封装并实现-Enumerate the current process, using the methods of C++ class library packages and implemented ~ ~
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:7547
    • 提供者:飘~
  1. Csharp_IM

    0下载:
  2. C# 仿MSN界面聊天软件IM源程序,虽然是仿,但也算是一个不小的项目,使用了SQL数据库,界面做的也挺漂亮,编译时需要把子目录依次编译,有些类库需要拷贝到相应的BIN目录中,可以运行,但就是比较麻烦些。-C# interface imitation MSN IM chat software source code, although this is a fake, but also be a big project, use the SQL database, the interface is
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5964040
    • 提供者:zs1
  1. URF35

    0下载:
  2. 利用c++类库连接URF35读卡器,进行卡号解密读取。-Using c++ library to connect URF35 reader, to decrypt the card number read.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:104506
    • 提供者:陈超
  1. Chapter3

    0下载:
  2. MFC是微软为了简化程序员的开发工作所开发的一套c++类库,以类的形式提供给用户。源代码对了解MFC框架程序有帮助。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:50281
    • 提供者:sq
  1. string

    0下载:
  2. 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor and destructor, constructor re
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:694613
    • 提供者:nicai
  1. DBHelperLib

    0下载:
  2. 一个C#使用的数库库操作的类库, 可以存档使用,备用,可以添加到项目中生成OLEDBHelper.dll 备用 类库名: DBHelperLib 类名:OLEDBHelper.cs 已经打包,要下载的直接下载-C# uses a number of library library operation of the library, you can use the archive, standby, you can add to the project to gene
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:31939
    • 提供者:zhai
  1. C--CPPgaoji-cankao-shouce

    0下载:
  2. C--C++高级参考手册,按字母顺序介绍了C++语言的核心和最 常用的类库及函数库,-C- C++ Advanced Reference Manual, introduced in alphabetical order, the core C++ language and the most commonly used class libraries and library,
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26620634
    • 提供者:shashou
  1. realse

    1下载:
  2. 数据库访问操作 数据库操作类: 支持 SQLServer mysql sqlite Sybase Oracle等DB 数据库操作类 包括执行SQL或者存储过程,返回DataSet、DataTable等功能 完全支持存储过程和参数调用 javascr iptClassLibrary 包括一些Javascr ipt 类封装 StringValid:字符串校验类 说明: 代码全部都是用 C# 语言(除Javascr ipt部分) 基于.net 2.0平台,
  3. 所属分类:Database system

    • 发布日期:2017-04-10
    • 文件大小:1549865
    • 提供者:Valiant
  1. NUnrar

    0下载:
  2. NUnrar 是一个解压rar的c#类库,由JUnrar移植而来 -NUnrar is a native C# unrar library that supports forward-only (i.e. Network) streams and Silverlight. No intermediate buffering necessary. Random access is also available. It was ported from the JUnrar version
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:197150
    • 提供者:godghdai
  1. Senior-C-P-P-reference-manual

    0下载:
  2. C++高级参考手册,介绍了C++语言常用类库等-Senior C++ reference manual describes the C++ language commonly used in libraries, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26620928
    • 提供者:
  1. sipXtackLib

    0下载:
  2. SIP协议的C++实现,通过类库封装SIP传输层和事务层,方便各个应用层根据业务逻辑进行调用处理。-sip protocol c++
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2068954
    • 提供者:linyouyi
« 1 2 3 4 56 7 8 9 10 ... 36 »
搜珍网 www.dssz.com