搜索资源列表

  1. zhucebiaoshiyongshouce

    0下载:
  2. 有关微软编程技术的书籍可谓多如牛毛,但读来读去感觉还是MSDN比较权威。这里就拿一个例子来说吧,可能让很多刚开始学习Win32 API程序设计、甚至是一些已经有一定Win32 API经验的人感觉大汗淋漓。 -Microsoft programming technology has numerous books, but reading to read to feel more authority or MSDN. Here Take a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:223802
    • 提供者:张宁
  1. secdesc

    0下载:
  2. set of classes to encapsulate the Win32 Security APIs 封装Win32安全api函数的类(22KB) -set of classes to encapsulate the Win32 Security Packaging Win32 APIs security api function category (File)
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:22557
    • 提供者:张磊
  1. ExecDLL_demo

    0下载:
  2. Most of us know about reflection (Example: Windows COM, .NET) and its flexibilities. Have you ever wondered how to accomplish reflection in Win32 DLL? Here is the funny tool that resulted from that kind of my thought. \"
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:14088
    • 提供者:李鸡蛋
  1. w32

    0下载:
  2. 附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。-annex is commonly used programming code to the common pool, compiled a dll is to accelerate the development of your win32.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:186605
    • 提供者:天秀
  1. airfly

    0下载:
  2. Win32编程,演示了屏蔽程序关闭功能和图象合成显示功能(根据图象创建窗口).-Win32 programming, demonstrated the procedure to close shielding function and synthetic image display function (based on image creation window).
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:168790
    • 提供者:崔海燕
  1. Twain协议图象拍摄

    2下载:
  2. 视频捕捉与采集源程序,win32版本,值得开发借鉴.-video capture and acquisition source, the win32 version, it is worth developing reference.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:165603
    • 提供者:崔海燕
  1. win32下pascal词法分析程序的源程序

    0下载:
  2. 这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:37057
    • 提供者:张事实
  1. WINDOWS_ProcessInfo

    0下载:
  2. windows核心编程的代码,没有用MFC,完全采用WIN32和DDK开发,在WIN2000下运行.统计进程的状态和堆栈.-windows core programming code without using MFC, completely WIN32 and DDK Development, running in Windows 2000. Statistical process and the state stack.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:24300
    • 提供者:wtm
  1. WINDOWS_VMAlloc

    0下载:
  2. WIN2000的虚拟内存的原理机制的完全仿真与实现,没有用MFC,完全用WIN32和DDK实现.设计思想非常漂亮.-WIN2000 the principle of virtual memory mechanism simulation and fully realize without using MFC, Win32 and entirely DDK achieve. Design thinking is very beautifu
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6113
    • 提供者:wtm
  1. WINDOWS_Spreadsheet

    0下载:
  2. 采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成.-use WIN32 and DDK the W2000 to achieve the thread pool mechanism. Advance create multiple threads, preserving completed by the system automatically.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7954
    • 提供者:wtm
  1. WINDOWS_DelayLoadLib

    0下载:
  2. WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现.-core Windows programming Exception handling mechanism and the full realization of copying, using WIN32 and DDK no use MFC.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2307
    • 提供者:wtm
  1. ShutDownAlarm_demo

    0下载:
  2. this S/w intended to either ShutDown,Logoff or restart the computer as given time or at some time.this S/W use concept of WIN32 Api s with MFC.The ShutdownTimer also used System Tray Interface to work
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36510
    • 提供者:如雙
  1. close_computer

    0下载:
  2. 这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。-This is a closure of small computer module can be closed win32 and winnt-core computer. This is a DLL document, we need to see results of their study requested
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:60888
    • 提供者:笨笨猫
  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization -- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17079
    • 提供者:Freedom
  1. Thread(new)

    0下载:
  2. 这是一个关于线程并行与串行所用时间的比较(结合了win32更有实用性)-This is a thread of the serial and parallel time spent by the comparison (in the context of the win32 more practical)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:72514
    • 提供者:Freedom
  1. 195

    0下载:
  2. win32内核操作平台下(不填加新硬件)控制步进电机的原代码-win32 core operating platform (plus fill new hardware) stepper motor control of the original source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20010
    • 提供者:AAA
  1. Ctest

    1下载:
  2. 我们在要编出一个图形界面的程序的时候都会考虑用MFC,但是这个程序没有用到MFC,而是用WIN32来编写出一个图形界面.-out to be a graphical interface procedures will be considered when using MFC, but the procedure did not use MFC, Win32 instead to prepare a graphical interface
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24010
    • 提供者:李想
  1. libosip2-2.2.2.tar

    0下载:
  2. 最新osip源代码,已经支持了WIN32和vxWorks操作系统-latest source code, support has been the WIN32 and VxWorks operating system
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:664050
    • 提供者:Grace
  1. libeXosip2-2.2.2

    0下载:
  2. 最新osip源代码用户接口,已经支持win32和VxWorks操作系统-latest source user interface, support has been win32 and VxWorks
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:604714
    • 提供者:Grace
  1. win32mt

    0下载:
  2. Win32多线程程序设计 一书的付盘代码 英文版的-Win32 multithreaded programming on a pay - the English version of the code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:338982
    • 提供者:sdm
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org