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

搜索资源列表

  1. sms.rar

    0下载:
  2. MTK的短信接口API,大家可以去看看, 学学,还不错的东西哟,MTK SMS API, BIG HOME CAN GO TO SEE SEE, LEARN LEARN , IS A GOOD THING YO
  3. 所属分类:SMS

    • 发布日期:2017-03-22
    • 文件大小:1115
    • 提供者:jacky
  1. ODBCAPI.rar

    0下载:
  2. ODBC API编程技术,在里面学了很多东西,这跟大家无私的奉献是离不开的。在数据库方面的技术文章中,很多篇幅是用来介绍ADO或者DAO的访问方式,而关于用ODBC API访问数据库的文章却少之又少。虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,又便于了解ADO、DAO的底层封装方式,对提升整体软件思想是很有好处的。,ODBC API programming technology, which places a lot of things, which with you can not
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:16216
    • 提供者:明星
  1. ApiViewer2004.rar

    1下载:
  2. API声明器:APIVIEWER 2004中文绿色版,支持VB,C#,delphi,PB,VJ,VFP...等多语言 可以看WINDOWS API所有的定义。可以方便的查询和生成API函数声明,以便拷到自己的代码里。,Browser API statement: APIVIEWER 2004 green version with Chinese support the VB, C#, delphi, PB, VJ, VFP ... such as multi-lingual can see t
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1180502
    • 提供者:杨记航
  1. Win-API-instance

    0下载:
  2. win API实例,WIN32,不是完整的程序,是一段段的代码,可作为参考资料。很实用!-win API instance, WIN32, not the complete program, is a section of code that can be used as reference. It works!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:168800
    • 提供者:clank
  1. csharp-google-translator-ApI

    0下载:
  2. C# 利用google翻译API接口制作翻译工具 因为是GET提交方式,那么就限定了字符长度,可以说是一大遗憾.-C# API interface to make use of google translator translation tools presented in a way because it is GET, then the character length limit, can be said to be a great pity.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:2001
    • 提供者:zhanghao
  1. aam-api011206.rar

    0下载:
  2. AAM算法的api接口,可以添加到自己开发的工程中去,比较方便,AAM algorithm api interface, can be added to their own development projects, and more convenient
  3. 所属分类:Other systems

    • 发布日期:2017-06-11
    • 文件大小:18238570
    • 提供者:孙曦
  1. API.rar

    0下载:
  2. 直接用API编按钮,其实按钮和很多控件一样,都是windows子窗口.有了这个窗口可以有很多方法.用api函数编是很基层的方法,API for direct use of the button, in fact, a lot of buttons and controls, are sub-windows window. With this method there can be many windows. Api function used for grass-roots approach i
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:12990
    • 提供者:李寿涛
  1. lanoverip.zip

    0下载:
  2. 用VC++构建一个虚拟局域网,对位于不同局域网的主机分配一个虚拟局域网的IP,使不同局域网的主机可以相互通信,技术点为p2p穿洞,api hook,Using VC++ to build a virtual local area networks, local area network to the host in different VLAN' s assigned an IP, the host of different local area network can communica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:207256
    • 提供者:jeky
  1. HookCreateProcess.rar

    0下载:
  2. API Hook,实现了对CreateProcess的挂钩,可以监视进程的创建。,API Hook, to achieve the linking of CreateProcess, you can create a monitoring process.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5688153
    • 提供者:北冥之鱼
  1. dsp

    1下载:
  2. API控制 2.0,这是一个封装了500多个Windows API的控件,覆盖了网络、系统、界面、多媒体、图形、文字等各个方面,提供了外接的80个左右的方法使您能更快速有效的写出功能强大的程序.适用于VB、VC、Delphi、Cbulider等各类可以使用ActiveX控件的编程环境-API Control 2.0, which is a package of more than 500 Windows API control, covering the network, system, int
  3. 所属分类:DSP program

    • 发布日期:2017-11-08
    • 文件大小:42543
    • 提供者:站长
  1. CeApiSpy

    0下载:
  2. 这是一个运行在Windows CE上的API监测工具,可以HOOK系统API,当前Hook了CreateFile, CreateProcess, Loadlibary函数,用户可以很方便的添加自己希望Hook德函数-This is a run on Windows CE on the API monitoring tool, you can HOOK system API, the current Hook the CreateFile, CreateProcess, Loadlibary fu
  3. 所属分类:Hook api

    • 发布日期:2014-05-07
    • 文件大小:4240010
    • 提供者:ChenMin
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71454
    • 提供者:Massachusetts
  1. random-inc

    0下载:
  2. 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996
    • 提供者:kgd
  1. 實現GPS追蹤車跡之Map Server

    0下载:
  2. 利用Google Map (API)+VB源碼,實現GPS追蹤車跡之Map Server,初學者寫的不好,但可以供參考~-Using Google Map (API)+ VB source, achieving track the GPS to track cars Map Server, beginners badly written, but can be used for reference ~
  3. 所属分类:GPS编程

    • 发布日期:2013-01-08
    • 文件大小:12534
    • 提供者:陳嘉年
  1. smgp3.0

    1下载:
  2. 中国电信短信网关协议smgp3.0API,可以直接调用,进行连接,发送测试-China Telecom SMS Gateway Protocol smgp3.0API, you can directly call to connect, send a test
  3. 所属分类:手机短信编程

    • 发布日期:2012-11-12
    • 文件大小:68877
    • 提供者:fyd
  1. APIHook

    0下载:
  2. 勾了系统函数,可以修改API函数返回值以隐藏进程-Hook a system function, you can modify the return value of API functions to hide the process of
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:3428
    • 提供者:tzwsoho
  1. GoogleApis

    0下载:
  2. 使用OBject-C语言编写的Google MAp Api ,使你能够在iphone中轻松使用google map-OBject-C language using the Google MAp Api, so that you can easily use the google map in iphone
  3. 所属分类:iPhone

    • 发布日期:2016-01-21
    • 文件大小:907172
    • 提供者:andy
  1. WINSHOW

    0下载:
  2. Win API 实现的自绘按钮类,可以任意更改按钮背景图片。 -Win API to achieve self-drawn button class, the button can change the background picture.
  3. 所属分类:Button control

    • 发布日期:2017-03-24
    • 文件大小:83339
    • 提供者:吴晓东
  1. TaobaoAPI_dotNetDemo

    2下载:
  2. 淘宝Open API 接口调用应用Demo. 实现卖家订单查询.基于Top4net 类库实现. 已实现自动抓取登陆淘宝后获得的授权码,并根据授权码获得订单列表.此源码为示例DEmo,包括详细注释,可据此进行扩展,实现更多功能.-Taobao Open API interfaces called application Demo. To achieve the seller Order. Based Top4net class library. Has been automatical
  3. 所属分类:C#编程

    • 发布日期:2012-11-14
    • 文件大小:435769
    • 提供者:零度以下
  1. src

    0下载:
  2. BackupRestore - Backup and Restore The Backup/Restore application illustrates a few different approaches that an application developer can take when integrating with the Android Backup Manager using the BackupAgent API introduced in Android -Bac
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:12555
    • 提供者:Gabriel
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com