CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - WINDOWS API

搜索资源列表

  1. SaveShutDownWindows

    0下载:
  2. 安全关闭windows系统。关闭windows系统可以使用ExitWindowsEx这个API,但是有时关闭时有些进程会没相应,需要人为终止。所以在本程序中我先将用户进程先终止掉,然后再关闭系统。-closed windows security system. Close windows system ExitWindowsEx can use this API, However, sometimes when some of the closure process will be no cor
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:曹京
  1. 002

    0下载:
  2. 通过对一系列的 api 及 shell32.dll 的调用来实现 windows 各种标准浏览选择对话框。此源代码为 vb4 设计。对后来版本同样适用(8KB)-through the series of api and the motto call to achieve the standard browser windows various options dialog. This source code for vb4 design. Later versions of the same
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:48.42kb
    • 提供者:李金义
  1. example

    0下载:
  2. 用c语言,不用windows api 拷贝一个50M以上的文件,每次拷贝1kb, unsigned char buffer[1024] 直到文件拷贝结束 -C language without windows api Copy more than a 50M file, every copy 1kb the end of an unsigned char buffer [1024] until the file copy
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1.23mb
    • 提供者:郑文彬
  1. serial-port

    0下载:
  2. 使用win32控制台编程,其余windows api函数进行串口通信,接收数据-Win32 console programming, and the rest of the windows api function for serial communication, and receive data
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:2.65kb
    • 提供者:施金金
  1. ini

    0下载:
  2. 读写配置文件,windows下, 用windows 读写配置文件的api 函数WritePrivateProfileString 这一系列函数-read and write config file using windows api function WritePrivateProfileString
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:761byte
    • 提供者:fanxilai
  1. got_wireless_information

    0下载:
  2. 在windows平台下,可以使用native wifi api来控制无线网卡,包括获取无线网卡参数,获取周围无线接入点参数等功能,本控制台程序能通过DOS界面输出笔记本接收到的无线信息。-Native wifi api windows platform, you can use the to control wireless card, wireless network card parameters, including access get around the wireless acces
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:7.29mb
    • 提供者:lansry
  1. wiper

    0下载:
  2. Hard disk Wiper, based on File Wiper using windows API s in Delphi
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:1.99kb
    • 提供者:Yamito
  1. native_API_yp2

    0下载:
  2. C语言实现基于Windows平台的Native API编程,打开句柄,获得网络接口信息、可用网络列表信息,根据标志位确定当前连接的网络,得到该网络的信息,关闭句柄,释放内存。-C language the Native API programming based on the Windows platform, open handle network interface information, and information available networks list, according
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:3.41mb
    • 提供者:zhangyaping
  1. IniFile

    0下载:
  2. Windows下读取.ini 配置文件的C++类。 包装了底层API函数。-Under Windows reads. Ini configuration file for C++ classes. Packing the underlying API functions.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.19kb
    • 提供者:dengyufeng
  1. Public

    0下载:
  2. 项目开发的基础代码,实现快速开发。 没什么用。仅供参考。-Under Windows reads. Ini configuration file for C++ classes. Packing the underlying API functions.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:9.75kb
    • 提供者:dengyufeng
  1. windows

    0下载:
  2. 模拟windows任务管理器 通过NtQuerySystemInfomation Native API 实现-Simulate the Windows task manager, through NtQuerySystemInfomation Native API implementation
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:20.34kb
    • 提供者:刘克
  1. Admin_user_creator

    0下载:
  2. This app silently creates a Windows local user and add it to administrators group. App is compeletely Win32 native api and has not any dependency. Can be run administrator user or System user.-This app silently creates a Windows local user and ad
  3. 所属分类:Console

    • 发布日期:2017-05-27
    • 文件大小:8.93mb
    • 提供者:Kevin Albarton
  1. NETCONQQ

    0下载:
  2. 控制台迷你局域网聊天室 V1.0 1.基于控制台的局域网聊天室程序,用C++编写,VC++6.0 VC++2010编译通过 2.程序中调用了windows API函数,利用了WinSock以及多线程等编程技巧 3.程序采用TCP-IP协议的C/S模式,并且服务端与客户端使用同一程序中 4.程序具有通过您输入的 IP地址自动运行服务端或客户端的功能,无需手动选择 5.本程序非常适合C++初学者学习修改。欢迎大家使用或修改其中的代码!6.输入的IP地址为已经运行作为服务端的机器的IP地址,格式必须如
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:25.97kb
    • 提供者:namejiang
  1. wifi-detection-tool

    0下载:
  2. 该exe文件将windows系统native wifi api进行封装,可以结合http://www.lijiejie.com/wifi-native-api-and-wlan-exe/里面的内容学习。- The exe file to windows system native wifi api package, which can be combined http://www.lijiejie.com/wifi-native-api-and-wlan-exe/ content learn
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:78.58kb
    • 提供者:八哥
  1. 32300086

    0下载:
  2. 调用Windows API打开浏览框,用VB编程如果要打开浏览框,很好-Calls the Windows API to open the browse box, using VB programming if you want to open the browse box, very good
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:30.75kb
    • 提供者:UAAyaeuz-025
搜珍网 www.dssz.com