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

搜索资源列表

  1. 1Code

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows programs running principle and programming processes, window generation process, handle principle, the message queue, the callback fun
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-09
    • 文件大小:1384520
    • 提供者:lidawei
  1. Car-parking-mange-

    0下载:
  2. 实现停车自如,利用了栈和队列的知识,在vc环境下写的-Achieve ease parking, use of the stack and queue knowledge, written in vc environment
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:2078
    • 提供者:李海
  1. ucosIIinVC

    0下载:
  2. 这是一个在VC++下移植的UCOSII案例,是一份良好的教学案例,含有任务管理消息邮箱队列内存管理,事件管理的例程,对于UCosII初学者具有良好的参考作用,是卢有亮先先生UCOSII教学实验代码。-This is a transplant under VC++ UCOSII case is a good teaching case containing the the task management message mailbox queue memory management, event
  3. 所属分类:uCOS

    • 发布日期:2017-11-23
    • 文件大小:985311
    • 提供者:李天
  1. opendoor1

    0下载:
  2. 多线程进行调用,实现业务逻辑判断的功能。-Windows programs running principle and programming process generation process, the window handle principle, the message queue, the callback function, the window is closed, and the application to exit the working relationship, the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-09
    • 文件大小:1455
    • 提供者:whmqxx
  1. query

    0下载:
  2. 利用队列实现任意数到几选择第几个出队列,环境可以是vc也可以用gcc编译。-Queue to achieve any number to a few select few out queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:675
    • 提供者:杨兵
  1. winmain

    0下载:
  2.  Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows programs running principle and procedures of the preparation process, the process window handle principle, message queue, the callbac
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-11
    • 文件大小:18058
    • 提供者:朱贇
  1. zhanheduilie

    0下载:
  2. 数据结构中栈和队列结构的定义的vc源代码-Vc source code of the stack and queue data structure definition of the structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1139034
    • 提供者:梁乐乐
  1. Car-parking-mange-

    0下载:
  2. 实现停车自如,利用了栈和队列的知识,在vc环境下写的--Achieve ease parking, use of the stack and queue knowledge, written in vc environment
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:2277
    • 提供者:奋斗
  1. process-scheduler-schedulin

    0下载:
  2. 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:7973
    • 提供者:李亮
  1. q1

    0下载:
  2. VC++不使用MFC创建双线程的多线程实例源码包:twothread第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC。-No second twothread first thread message queue, the main thread to the firs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3658
    • 提供者:gpudn54
  1. calculator

    0下载:
  2. 实现简易的加减乘除运算,在VC环境下运行用到栈和队列的相关知识-Implement simple arithmetic operations, operating environment used in the VC stack and queue knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3468
    • 提供者:krystal
  1. pdjprint

    0下载:
  2. vc++并行端口排队机打印程序,可实现打印及打印预览操作。-vc++ parallel port Queue print program,Enables printing and print preview operation.
  3. 所属分类:Printing program

    • 发布日期:2017-04-24
    • 文件大小:57666
    • 提供者:dfjdj
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program operating principle and procedure of the preparation process, the process window, handle principle, message queue, the callbac
  3. 所属分类:Console

    • 发布日期:2017-06-09
    • 文件大小:16081154
    • 提供者:萧晓
  1. cirl_buf_SEND

    0下载:
  2. vc下面,进行数据队列的发送方式,简单的模型-vc below for data queue transmission mode, simple model
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-07
    • 文件大小:1137962
    • 提供者:renbaojun
  1. CSQTEST

    0下载:
  2. 数据卡信号强度查询 通过串口查询当前信号的强弱 VC++ -VC++ Signal queue
  3. 所属分类:Com Port

    • 发布日期:2017-06-15
    • 文件大小:22841145
    • 提供者:ganqiang
  1. polygon

    0下载:
  2. 在VC++6.0中,设计种子填充算法演示软件,分别演示递归算法、用栈实现非递归【深度遍历】、用队列实现非递归【广度遍历】,绘制简单的多边形-In vc++ 6.0, presentation software design seed filling algorithm, illustrate each recursive algorithm, using stack to realize non-recursive traversal 】 【 depth, with a queue to rea
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2392209
    • 提供者:林宇
  1. inslndzexample

    0下载:
  2. VC++ 封装了队列类 this a example for using Queue #include,-Vc++ class encapsulates the Queue this a example for using Queue# include,
  3. 所属分类:Applications

    • 发布日期:2017-12-14
    • 文件大小:28756
    • 提供者:XRLwjr-39416
  1. pxopocal

    0下载:
  2. VC++ 封装了队列类 this a example for using Queue #include,-Vc++ class encapsulates the Queue this a example for using Queue# include,
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:28672
    • 提供者:DOOqsz!8084
  1. zsing-encapsuldoes

    0下载:
  2. VC++ 封装了队列类 this a example for using Queue #include,-Vc++ class encapsulates the Queue this a example for using Queue# include,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:28672
    • 提供者:rmviy
  1. CThreadPool

    0下载:
  2. vc 线程池demo 实现线程队列 windows平台(VC thread pool, demo implementation, thread queue, windows platform)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-22
    • 文件大小:8644608
    • 提供者:keivin
« 1 2 3 45 »
搜珍网 www.dssz.com