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

搜索资源列表

  1. Trojan.Win32.Delf.ji.1

    0下载:
  2. delphi Trojan.Win32.Delf.ji
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:346590
    • 提供者:噶噶
  1. forgers-win32-tutorial_zh_CN

    0下载:
  2. 初学windowsapi好帮手.很短,很快就能入门了.-learn win32 api
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:701604
    • 提供者:郝龙
  1. win32

    0下载:
  2. 根据位图实现不规则窗口,点击esc按键窗口退出。-According to the realization of irregular bitmap window, click the window from the esc key.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4725372
    • 提供者:霍宇佳
  1. Sierpinski_console

    0下载:
  2. win32控制台程序制作的Sierpinski正方形海绵,我的图形学大作业,VC6编写,代码不依赖MFC,非常清晰,注释详尽,各个角度鼠标随意拖曳,内涵glut包,无需安装opengl-win32 console program produced square Sierpinski sponge, my home work of Graphics, VC6 , code do not rely on MFC, very clear and detailed notes, different an
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:139188
    • 提供者:王鹏
  1. win32SerialPortRW

    0下载:
  2. win32 serial port reading and writing,it is very useful for api programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:18342
    • 提供者:kevin
  1. Win32Tetris_C

    0下载:
  2. 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏-In order to challenge a new level, the authors of original programming that he has been engaged in WEB the first application of a Win32 API, the reason for the preparation of a game because th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-18
    • 文件大小:4807832
    • 提供者:车明
  1. php-5.2.9-2-nts-Win32

    0下载:
  2. php安装源码,请下载后按照说明文件安装及配置,配置后安装Windows IIS或其他服务器程序,之后方可使用-php installation
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-27
    • 文件大小:10377080
    • 提供者:zhaichong
  1. php-5.1.0b1-Win32

    0下载:
  2. 用于PHP和MYSQL组合的开发工具源码基于WINDOWS的SNORT组合工具-PHP
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:8234919
    • 提供者:宋紫函
  1. openssl-0.9.8g_static_win32

    0下载:
  2. openssl 在win32下的静态开发包-openssl static win32 dev lib
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2353945
    • 提供者:haibo zheng
  1. Ellipse

    0下载:
  2. Win32环境下绘制椭圆,圆角矩形,扇形,弓形的示例.-Drawing elliptical Win32 environment, rounded rectangular, fan-shaped, bow-shaped sample.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2915351
    • 提供者:bumble
  1. forgers-win32-tutorial-arabic

    0下载:
  2. This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2372249
    • 提供者:Ahmed
  1. Win32

    0下载:
  2. windows 32 下的多线程编程-win32 multithreaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-19
    • 文件大小:30041711
    • 提供者:日德
  1. N-Joiner

    0下载:
  2. 来自俄罗斯的多文件捆绑程序,win32纯汇编 -Procedures for multi-document bundle
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:23551
    • 提供者:xlt
  1. virusgo

    0下载:
  2. WIN32-列举局域网内共享Exe文件名。-WIN32- enumerate LAN Exe file sharing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2947
    • 提供者:小东
  1. win32console

    0下载:
  2. Win32控制台窗口界面, 可以说是一种文本操作界面(TUI). 下面是一份比较详细的教程+几份程序的压缩档. 送给准备写些漂亮的C++课程设计界面, 但又不想用MFC的同志们-Win32 console window interface, you can say that it is a text user interface (TUI). The following is a copy of the detailed procedures tutorial+ several c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:81888
    • 提供者:wendy
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:38411
    • 提供者:c++crazy
  1. kk

    0下载:
  2. win32 listcontrol例子程序-the example for the win32 listcontrol
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2563850
    • 提供者:陈飞行
  1. Email-Worm.Win32.Rous.a

    0下载:
  2. Code source de Email-Worm.Win32.Rous.a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:136150
    • 提供者:KRAEMER
  1. Email-Worm.Win32.Mydoom.a

    0下载:
  2. Source de Email-Worm.Win32.Mydoom.a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:772270
    • 提供者:KRAEMER
  1. snort-1.7-win32-source

    0下载:
  2. snort 比winpcap 功能更全面,用户可添加插件,可输出log,可对运用层协议分析-winpcap functions snort more comprehensive than, the user can add plug-ins can be output log, on the application layer protocol analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2312608
    • 提供者:humaorong
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com