CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - windows api c

搜索资源列表

  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
    • 文件大小:1.13mb
    • 提供者:杨记航
  1. sof_8070

    0下载:
  2. SOF 是一个面向服务的组件开发框架。这个框架能够帮助开发者利用组件的方式开发软件。SOF的是用标准C++开发的,它的API类似于OSGI。-SOF (Service Oriented Framework) provides an OS independent infrastructure for developing component based software. That means, the framework helps developers to build software sy
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:327.63kb
    • 提供者:binghe
  1. CSpectrumAnalyzer1

    0下载:
  2. 以Visual C++6.0为开发工具,完成基于声卡的频谱分析仪的设计,学习windows下利用WaveX低级音频API采集音频和实时处理的基本方法,掌握频谱分析仪中各功能模块的设计以及整体工作流程的控制,并通过实践应用,进一步增加对工程数字信号处理的理解和认识。-VC SpectrumAnalyzer
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5.03mb
    • 提供者:尚艳伟
  1. win.c

    0下载:
  2. get some windows infos using win32 stadar API
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5.41kb
    • 提供者:
  1. Win32Tetris_C

    0下载:
  2. 原创Windows入门程序,直接用C语言调用Windows API的方式编写。几乎包含了Windows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,带详细注释的源代码,开发环境是VC6。-Original Windows entry procedures, the direct use of C language to call Windows API way to prepare. Almost c
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4.58mb
    • 提供者:沉沦
  1. shellexecuteusingexternalppdll

    0下载:
  2. use visual basic, who is using external dll created by visual c++ 6, this example shows the creation of the dll, which can be used as COM+ object (to be registred by windows) or to be used as simple external lib. file, declared by visual studio at th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.5mb
    • 提供者:eladkarako
  1. Code1

    0下载:
  2. 孙鑫C++第一课 简述windows API编程-Sun Xin C++ first lesson brief windows API programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.85mb
    • 提供者:oscar
  1. yyqh_SharedDll

    0下载:
  2. VC++动态链接库(DLL)编程,只要遵循约定的DLL接口规范和调用方式,用各种语言编写的DLL都可以相互调用。譬如Windows提供的系统DLL(其中包括了Windows的API),在任何开发环境中都能被调用,不在乎其是Visual Basic、Visual C++还是Delphi-VC++ dynamic link library (DLL) program, simply follow the convention of the DLL interface specification an
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14.47mb
    • 提供者:陈萍
  1. WinApi2

    0下载:
  2. Programaç ã o Windows API com Visual C
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:126.49kb
    • 提供者:Fabio
  1. TinnyTerminal

    0下载:
  2. 一个体积非常小,只有30多K的窗口终端工具,使用非常方便,可以抛弃SeCureCRT了。 原作者为ChaN,我注释掉一些windows特性API后使用DEV-C++进行编译,导致目前没有文件传输以及输出重向的功能。-A very small, only 30 K window terminal tool, easy to use, can be discarded SeCureCRT it. The original author is ChaN, I commented some of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:22.44kb
    • 提供者:buwangyu
  1. MultiThread1

    0下载:
  2. Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3.4mb
    • 提供者:秦继文
  1. gobang

    0下载:
  2. 该程序是五子棋程序,完全用 C 语言编写,用 Windows API 函数组成,-The program is gobang procedures, entirely written in C, using Windows API function
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2.84mb
    • 提供者:文亮
  1. pintu

    0下载:
  2. 该程序是拼图游戏,这个程序完全用 C 语言编写,利用 Windows API 函数编写,-The program is a puzzle game, this program completely written in C, using Windows API function to write,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:文亮
  1. C-language-acquisition-boot-time

    0下载:
  2. 这个其实不难,就是用到一个简单的Windows API,代码请见解析。 获取开机时间要用到 GetTickCount() 这个 API,功能是获取重系统开始到运行时的时间。-This is not difficult, is to use a simple Windows API code for parsing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:627byte
    • 提供者:CHEN
  1. projecttverq

    0下载:
  2. Win API(Visual C++)项目和源程序文件,可以学习使用,很好-Windows API (Visual c++) project and source program files, you can learn to use, very good
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:373kb
    • 提供者:locks
  1. demo

    0下载:
  2. 编程实现录音器的录音功能,使用的是windows API和C/C++。-Programming recorder recording function, using the windows API and C/C++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-12
    • 文件大小:1.76kb
    • 提供者:宋腾飞
  1. TestWinAPI

    0下载:
  2. windows API for COM interop
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:61kb
    • 提供者:Arao
  1. 音乐盒

    0下载:
  2. 一个小白用c和windows api编的音乐盒,为了开通账号(A small white C and windows API series of music box, in order to open accounts)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2kb
    • 提供者:歌谱一
  1. AutoKey

    0下载:
  2. C#开发的简单程序,可以针对具体的窗口发送后台按键,使用win32 api,底层钩子实现(C# development of simple procedures, you can send the background button for specific windows, using Win32 API, the bottom hook to achieve)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:257kb
    • 提供者:聚花成海
  1. delphi _sqlhelper封装转载

    0下载:
  2. Asp.Net + WebAPI + MVC4.0 based on Knockout technology, using EasyUI as the development of UI display, Knockout is mainly responsible for front-end interactive logic, combined with jQuery Ajax to submit data request, the new enterprise Invoicing mana
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1kb
    • 提供者:java-nick
« 12 »
搜珍网 www.dssz.com