登录
首页 » 操作系统 » word word2003 vc6.0 plug

word word2003 vc6.0 plug

于 2022-06-20 发布 文件大小:816.90 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

word 插件 在word2003+ vc6.0 条件下运行 可以单击弹出atl 的窗口 简单可实现 -word word2003 vc6.0 plug-in operation under the conditions can click pop-up windows atl I can be simple

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SOLARIS管理员指南!对于想学习这个的朋友有很大帮助!...
    SOLARIS管理员指南!对于想学习这个操作系统的朋友有很大帮助!-Administrator"s Guide! For the study of the operating system to the friends of great help!
    2022-03-18 20:51:58下载
    积分:1
  • c c++
    实验一 编程实现进程(线程)同步和互斥 实验二 编程进程或作业先来先服务、高优先权、按时间片轮转调度算法 实验三 编程实现请求分页存储管理页面Optimal、FIFO、LRU置换算法- c c++
    2023-07-16 01:20:03下载
    积分:1
  • 的存储管理实验~自己修改完善的
    操作系统的存储管理实验~自己修改完善的-Operating system storage management experiment ~ own modified sound
    2023-07-20 10:25:04下载
    积分:1
  • 缩放图像和UIScrollView
    Zoom image and UIScrollview
    2022-03-22 07:36:39下载
    积分:1
  • 一个小型原码,有详细的注释和制过程,非常适合初学者学习!...
    一个小型操作系统原码,有详细的注释和制作过程,非常适合初学者学习!-a small original operating system code, a detailed Notes and the manufacturing process, are very suitable for beginners learning!
    2022-03-17 13:55:06下载
    积分:1
  • Playing
    Playing-with-OS 自己开发操作系统-Playing-with-OS its own operating system
    2022-03-07 00:12:23下载
    积分:1
  • SPI总线源代码。可以很好得学习SPI总线和SPI通信
    SPI总线源代码。可以很好得学习SPI总线和SPI通信-SPI bus source code. Can be a very good learning SPI bus and SPI communication
    2023-06-06 15:55:03下载
    积分:1
  • Linux_Kernel核心中文手册(内核图解)
    详细描述了linux内核的内部原理,并配有大量的图形方便理解。-A detailed description of the internal linux kernel principle, there are a lot of graphics to help understanding. 
    2022-04-16 22:38:18下载
    积分:1
  • Nistnet网络仿真软件,可以设计PDV模型,在Liuix环境下使用
    Nistnet网络仿真软件,可以设计PDV模型,在Liuix环境下使用-Nistnet network simulation software can be designed PDV model, the use of the environment Liuix
    2023-06-24 07:45:03下载
    积分:1
  • 兔子吃草
    #include "stdafx.h" #include #include #include /*信号量的定义,它是负责协调各个线程, 以保证它们能够正确、合理的使用公共资源。 用于控制进程间的同步与互斥*/  typedef HANDLE Semaphore;  Semaphore g_semBuffer,g_semGlass, g_mutex; //mutex 为互斥锁  // 利用 Windows 下的 API 函数(视窗操作系统应用程序接口)来定义 P、V 操作  #define P(S) WaitForSingleObject(S,INFINITE) #define V(S) ReleaseSemaphore(S,1,NULL) #define rate 1000  #define CONSUMER_NUM 4 // 消费者个数 #define PRODUCER_NUM 4 // 生产者个数 #define BUFFER_NUM 4 // 缓冲区个数  char *thing[4]={"glass1","glass2","glass3","glass4"}; //公共的队列缓冲区  struct Buffer {  int product[BUFFER_NUM];  int front,rear;  }g_buf; //兔子线程 DWORD WINAPI Rabbit(LPVOID para)  {  int i =*(int*)para; //第 i 只小白兔&
    2022-05-23 06:18:02下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载