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

搜索资源列表

  1. c-algorithms1.0.0.tar

    0下载:
  2. 常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:340643
    • 提供者:渡渡鸟
  1. asp-sha256

    0下载:
  2. SHA256加密函数,256位的加密,应该是安全性比较高。不过,估计我也用不着,呵呵!平常用MD5加密就足够了。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2808
    • 提供者:曾华
  1. Rhapsody-0.1.8.tar

    0下载:
  2. sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:252502
    • 提供者:林绍川
  1. linux_c++_function_search

    0下载:
  2. linux常用c函数速查,类似csdn help的文件,非常实用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:778916
    • 提供者:sun yu
  1. Linux_C

    0下载:
  2. linux下的常用C函数集合,适用于编程时的参考。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:82826
    • 提供者:flcwk
  1. api32

    0下载:
  2. VB使用的API帮助文件,包括大部分常用的API函数说明。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:352522
    • 提供者:张剑
  1. glib-2.0.0

    0下载:
  2. GLib是GTK+和GNOME工程的基础底层核心程序库,是一个综合用途的实用的轻量级的C程序库,它提供C语言的常用的数据结构的定义、相关的处理函数,有趣而实用的宏,可移植的封装和一些运行时机能,如事件循环、线程、动态调用、对象系统等的API。它能够在类UNIX的操作系统平台(如LINUX, HP-UNIX等),WINDOWS,OS2和BeOS等操作系统台上运行。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4613129
    • 提供者:陈青松
  1. api

    0下载:
  2. API函数对大家来说,可能一直都是一个头痛的问题,现在我给大家介绍60个常用的API函数,
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13348
    • 提供者:小红
  1. 13645

    0下载:
  2. 用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24215
    • 提供者:黄俊荐
  1. winAPI

    0下载:
  2. winAPI函数库,常用的基本函数,值得下载
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:72011
    • 提供者:小李
  1. register的经典例子

    1下载:
  2. 关于注册表的经典例子 该例子中保护了VC++编程中常用的API函数,例子简单易学。-registry on the classic example of the case to protect the VC + + Programming common API function, as in the case is easy.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:41294
    • 提供者:刘明
  1. linuxag

    0下载:
  2. 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to gen
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1866
    • 提供者:衣明玉
  1. Linux声音设备编程实例

    0下载:
  2. Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which corresponds to / dev directory o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8060
    • 提供者:飞杨
  1. C++通过WIN32 API获取逻辑磁盘详细信息

    0下载:
  2. 众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。   里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the variou
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:17849
    • 提供者:美美
  1. My_Des

    1下载:
  2. 自己动手写的一个基于VC6的加密解密的动态库,包括常用的PBOC规范的DES,3DES,MAC,等加密函数。-Write yourself a VC6-based encryption and decryption of the dynamic libraries, including the commonly used PBOC standard DES, 3DES, MAC, and other encryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-22
    • 文件大小:7146917
    • 提供者:colorsky
  1. VB_150_api

    0下载:
  2. 常用的150个api函数,在vb中的应用,代码非常详细-150 commonly used api function in vb application, code in great detail
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2443185
    • 提供者:james
  1. AdoDll

    0下载:
  2. 该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码-Function of the program is based on the form of dynamic libraries ADO package commonly used database functions, including source code and test code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:295558
    • 提供者:gaolihua
  1. networkfunction

    0下载:
  2. linux下网络编程的函数,一些linux/unix下常用API函数的实现-linux network programming under a function, a number of linux/unix under the commonly used API functions to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:40506
    • 提供者:赵晓威
  1. caijiansanhua

    0下载:
  2. 常用WINDOWS函数库,如果你是程序员,可以方便地调用它-WINDOWS common library, if you are a programmer, can easily call it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:32588
    • 提供者:叮咚
  1. Linux

    0下载:
  2. 非常有用的linux常用C语言函数。。从事LINUX开发必备-Very useful linux common C language function. . Engaged in the development of essential LINUX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:77504
    • 提供者:yyfeng
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com