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

搜索资源列表

  1. API

    0下载:
  2. windows的api函数在这里几乎都有,希望对你们有用。有API的原型,也有定义的部分。-windows of the api functions in almost all here, I hope useful to you. There are API prototype, is also part of the definition.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:380992
    • 提供者:张哲
  1. APITest_shelldeleteAndShellCopyFile

    0下载:
  2. API原型测试—shelldelete和ShellCopyFile.rar-API prototype test-shelldelete and ShellCopyFile.rar
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:51979
    • 提供者:hanxiaohua
  1. ShowVBStrArr

    0下载:
  2. API函数原型测试——DLL中返回字符串数组的函数原型(导出函数的原型不用vector<wstring>),演示用变体/安全数组代替vector/map等STL容器制作标准DLL(这里是C的接口、C++的实现)的一般方法,在vb/vc中测试通过。-API function prototypes- DLL returns a string array of function prototypes (not export the function prototype vector <
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4762543
    • 提供者:hanxiaohua
  1. bscl

    1下载:
  2. 变速齿轮原理是,游戏在刷新画面时会用到时钟来控制刷新速度,有过游戏开发的人都知道,一般游戏锁定1秒30帧,这样会很流畅,人眼有视觉停顿,当速度达到1秒16帧的时候,就是在跑动画了,游戏用到的计时器有大部分是两个windows提供的api函数,一个是::GetTickCount,一个是::timeGetTime,这两个api的原型请查msdn,我们利用hook api 去修改它的值,从而改变游戏速度,工程是一个d-Change gear principle is that the game wil
  3. 所属分类:Hook api

    • 发布日期:2016-02-03
    • 文件大小:2048
    • 提供者:吴磊
  1. Prototype_API_Reference_Manual

    0下载:
  2. Prototype API 参考手册:这份 API 文档只是一份参考手册,如果你想要学习如何使用 Prototype,或者想熟悉 Prototype 的某些特性,请参考教程。-Prototype API Reference Manual: The API documentation is a reference manual, if you want to learn how to use Prototype, Prototype, or would like to know some of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:275722
    • 提供者:ylk
  1. _fsimpfun@20_RK4fun@28

    0下载:
  2. 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:182083
    • 提供者:hanxiaohua
  1. inlinehook_v1.1_by_solosky

    0下载:
  2. Inline HOOK API V1.1 thanks to 海风月影, xIkUg ,sucsor by solosky <solosky772@qq.com> created at 2011.06.29, updated at 2011.06.30 ---------------------------------- Inline HOOK API V1.1 2011.06.30 ----------------------------
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:5435
    • 提供者:money
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2944
    • 提供者:Mica
  1. WINDOWS-API

    1下载:
  2. 内容简介 本书是关于MicrosoftWin32.API函数的完整参考手册。本书详细介绍 了每一个Win32 API函数的使用方法,其中着重介绍其原型表示、函数说明 、参数说明、注意事项、相应头文件(.H)、链接库(.LIB或.DLl)和典型 示例。对于每个函数本书给出了相应的示例,这样读者在阅读相应的Win32 API函数时就能很快地了解它的具体功能和使用方法,便于更快地掌握该接 口函数。 本书是从事Microsoft Wi
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:42215511
    • 提供者:andy14
  1. wait

    0下载:
  2. /* wait.h - wait facility library header */ /* * Copyright (c) 2003-2006 Wind River Systems, Inc. * * The right to copy, distribute or otherwise make use of this software * may be licensed only pursuant to the terms of an applicable
  3. 所属分类:VxWorks

    • 发布日期:2017-11-19
    • 文件大小:1014
    • 提供者:liaozhigao
  1. bmpdecoderhelper

    0下载:
  2. API: Boyer-Moore StringSearch prototype.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:14270
    • 提供者:qengminben
  1. bn_ctx

    0下载:
  2. API: Boyer-Moore StringSearch prototype.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:4086
    • 提供者:kenghouwa
  1. BooleanObject

    0下载:
  2. Boolean Prototype for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:1646
    • 提供者:rongliver
  1. bytearrayclass

    0下载:
  2. Byte Array Prototype for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:1575
    • 提供者:ciemouwer
  1. RegExpPrototype

    0下载:
  2. Reg Exp Prototype for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1537
    • 提供者:xingnuiviu
  1. ErrorPrototype

    0下载:
  2. Error Prototype for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:997
    • 提供者:coxaopi
  1. PrototypeFunction

    0下载:
  2. Prototype Function for linux QT API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1568
    • 提供者:geiruimie
  1. NumberPrototype

    0下载:
  2. Number Prototype for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3911
    • 提供者:paomizang
  1. studydocmanege

    1下载:
  2. VB6写的一款笔记软件的源码,里面包含有很多窗体控件的使用技巧,比如MSHFlexgrid表格、TreeView的动态加载、Ado的增删改查等。 本软件提供对日常生活、工作中的学习笔记、图文并茂存储以及自由抓取网页中好的文章进行管理存储。知识点:   1、MSHFlexgrid 表格的灵活运用,其中的表格列项显示、隐藏功能很有参考意义,另外还有列项位置的动态加载。   2、异性窗体,圆形窗体使用。   3、自制专业界面,虽然只有一个雏形,不过已经提供了一个简单的思路,菜单、选项
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:656184
    • 提供者:ipudn39
  1. 调整工作平面

    1下载:
  2. PROTOTYPE - 这个工具用来在模型中使用Tekla Structures原有的轴线对象创建一套放射状的轴线。(PROTOTYPE - this tool is used to create a set of radial axes in the model using the original axis object of Tekla Structures.)
  3. 所属分类:Windows编程

    • 发布日期:2020-09-22
    • 文件大小:282624
    • 提供者:WHWZ
« 12 »
搜珍网 www.dssz.com