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

搜索资源列表

  1. linux-copyfile

    0下载:
  2. linux下的文件复试函数,C语言实现,具有图形界面。-file copy fuction for Linux system,writen in C, use GTK
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:34979
    • 提供者:Sylvia
  1. vc468222444

    0下载:
  2. 此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用 HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:28118
    • 提供者:bmbm
  1. phase

    0下载:
  2. 光学位相相关API,小型函数,希望可以通过-optical phase API
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1317
    • 提供者:fwsky
  1. LinuxCfunction

    0下载:
  2. 本书介绍了,linux c 编程时常用的函数,对于初学者能够提供较好的帮助-The introduction of the book, linux c programming function commonly used for beginners can help provide better
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:5009820
    • 提供者:nick
  1. gtk_ui

    0下载:
  2. 用 gtk 实现的 mplayer 的界面(原界面用 x 底层函数实现),包含透明和不规则效果-Mplayer with the implementation of the gtk interface (the original interface with the underlying function implementation x), including the effect of transparent and irregular
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:734137
    • 提供者:何水富
  1. simgrid-2.18.2.tar

    0下载:
  2. SimGrid for linux安装软件,SimGrid 提供了一系列核心函数,用以建立异构分布环境下分布应用的仿真环境。该 项目的主要目标是为在分布计算环境下进行分布并行应用调度研究提供一个仿真环境,这里 的分布计算环境可以是简单的工作站组成的网络,也可以是复杂的计算网格-SimGrid for linux to install the software, SimGrid to provide a series of core functions, to set up the dis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:709651
    • 提供者:llx
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. MD5

    0下载:
  2. MD5简单版的杂凑函数;使用C++语言编写-MD5 Hash Function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:十一
  1. timewrite

    0下载:
  2. unix环境下write函数同步和异步读写效率的比较-write function under unix synchronous and asynchronous read and write the comparative efficiency
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8607
    • 提供者:王玮
  1. Linux_getch()

    0下载:
  2. LINUX 下无 getch() 函数,这是一个模拟实现getch() 函数的源代码.-Under LINUX without getch () function, which is a simulation of the realization of getch () function of the source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:107267
    • 提供者:wcx
  1. copy_files_through_system_call.cpp.tar

    0下载:
  2. 系统调用拷贝函数 本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:618
    • 提供者:xp
  1. HOOKAPI

    0下载:
  2. 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:227531
    • 提供者:csdner
  1. zf

    0下载:
  2. DELPHI字符串加密算法,加密和解密函数源码-DELPHI string encryption algorithm, encryption and decryption function of source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5122
    • 提供者:csdner
  1. BF

    0下载:
  2. 使用delphi函数获取执行外部程序文本框内的值-Delphi function to get the implementation of the use of external program the value of text box
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4408
    • 提供者:csdner
  1. md5

    0下载:
  2. md5的加密函数 iis下运行; 用法: 1:页面包含该文件 2:调用方法MD5(sMessage,stype) 例dim md_=md5("admin",32) *注:最高32位。-md5 encryption function running under iis Usage: 1: page 2 of the document contains: call method MD5 (sMessage, stype) were dim md_ = md5 ( " a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2758
    • 提供者:聂润龙
  1. FileReverse

    0下载:
  2. 一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3638310
    • 提供者:HUANG
  1. linuxfunctionforc

    0下载:
  2. linux下一些常用的C函数的说明和例子-linux some commonly used C function descr iption and example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:77695
    • 提供者:吴风
  1. BiologicalIdefendence

    0下载:
  2. 两个文件夹:circuit and code ! code 源码包包括3个文件夹: 脚本文件boot ---- 下载down----- 主函数main-Folder 2: circuit and code! Code source packages, including three folders: boot---- download scr ipt file down----- main function main-----
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:445354
    • 提供者:dream
  1. winmain

    0下载:
  2. 此程序是对于windows框架下的程序的一个写照.对于消息驱动的程序的一个说明.以及对消息处理函数的处理.-This procedure is for the windows of the program under the framework of a portrayal. The procedures for message-driven in a note. As well as the handling of message processing function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2838
    • 提供者:
  1. xbwinapickdq

    0下载:
  2. 我有一个需求,是获取函数的机器码,但是我直接用函数的地址来读取却读不到,后来听说是虚函数地址-I have a demand function is to obtain the binary, but I directly address the function to read but can not read, and later heard that the virtual function address
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:128593
    • 提供者:shichang
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com