资源列表
[DirextX编程] FrameGrabber1
说明:改程序的目的是用directshow来进行视屏抓帧-Reform process is designed to use DirectShow Video grasp fr a me<lixi> 在 2025-06-22 上传 | 大小:1.73mb | 下载:0
[Windows编程] ThreadedBTNode
说明:中序线索二叉树的建立与查找 以二叉链表作为存储结构,定义线索二叉树类型 thread_bitree ; 实现线索二叉树的以下运算 建立中序线索二叉树 create( ) 输入二叉树的结点元素,建立中序线索二叉链表。 查找后继 inorder_next( ) 在中序线索二叉树中查找结点 p 的中序后继。 -In the binary tree sequence leads to the establishment and binary search list as<candy930> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[Windows编程] yosehu
说明:约瑟夫问题 编号为1,2,……,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数。 方法1.报数为m的人出列(将其删除),从他在顺时针方向上的下一个人开始重新从一报数,……,如此下去,直到所有人全部出列为止。试设计一个程序求出出列顺序。要求利用单向循环链表存储结构模拟此过程,按照出列的顺序打印出各人的编号和此人密码。 -Joseph problems numbered 1,2, ... ..<candy930> 在 2025-06-22 上传 | 大小:36kb | 下载:0
[Windows编程] AppDomains
说明:演示了如何产生一个app domain,并将对象放入其中。-Demonstrates how to create a app domain, and one object Add.<ars> 在 2025-06-22 上传 | 大小:39kb | 下载:0
[.net编程] KillThread
说明:.net 线程类不支持完善的关闭线程方法。如果调用Thread.Abort(),资源没有得到清理,并且Abort()也不保证会成功调用。本例包含一个WorkerThread类,演示了如何正确的关闭一个线程。-. net thread type does not support the perfect way to close the thread. If the call Thread.Abort (), resources have not been cleared, and Abort ()<ars> 在 2025-06-22 上传 | 大小:14kb | 下载:0
[.net编程] ThreadPool
说明:线程池让开发者通过多个线程来执行一系列小任务,.net系统提供了线程池的功能,本例对此功能进行了演示。-Thread Pool allows the developer through multiple threads to implement a series of small tasks,. Net system provides the functions of the thread pool, which in this case conducted a demonstration of<ars> 在 2025-06-22 上传 | 大小:8kb | 下载:0
[Windows编程] C++demonstration
说明:C++入门的精典例程,通过这些示例程序的实验使初学者能够清晰地把握C++的基本概念<HANYUFEI> 在 2025-06-22 上传 | 大小:19kb | 下载:0