资源列表
[Windows编程] yosehu
说明:约瑟夫问题 编号为1,2,……,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数。 方法1.报数为m的人出列(将其删除),从他在顺时针方向上的下一个人开始重新从一报数,……,如此下去,直到所有人全部出列为止。试设计一个程序求出出列顺序。要求利用单向循环链表存储结构模拟此过程,按照出列的顺序打印出各人的编号和此人密码。 -Joseph problems numbered 1,2, ... ..<candy930> 在 2025-09-21 上传 | 大小:36kb | 下载:0
[Windows编程] AppDomains
说明:演示了如何产生一个app domain,并将对象放入其中。-Demonstrates how to create a app domain, and one object Add.<ars> 在 2025-09-21 上传 | 大小: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-09-21 上传 | 大小: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-09-21 上传 | 大小:8kb | 下载:0
[Windows编程] C++demonstration
说明:C++入门的精典例程,通过这些示例程序的实验使初学者能够清晰地把握C++的基本概念<HANYUFEI> 在 2025-09-21 上传 | 大小:19kb | 下载:0
[文件操作] ReadWriteIniFile
说明:VB读写INI文件,有使用示例适合初学者-VB to read and write INI files, have the use of examples for beginners<李明杰> 在 2025-09-21 上传 | 大小:8kb | 下载:0