搜索资源列表
rescn
- 功能: 新闻频道:管理员可以在后台自由添加新闻,推荐新闻、头条新闻、并可定制新闻的显示方式,支持动态图片下载把其他网站的文章中的图片自动下载到本地服务器,支持评论,支持浏览计数,支持广告等常用新闻系统的功能。 下载频道:自由添加软件到服务器,支持防止多线程下载,支持防盗连,支持广告,支持点击计数等常用的下载频道的功能 留言系统:流行的版面设计,支持定制留言的可见级别等一系列常用留言系统的功能。 动态换肤:犹如“动网新闻”一样的动态换肤功能,新颖,大方。 动态语言:支持动态切换网站语言。 其他特点
MultiThread
- 这是本人用C#做的一个有关多线程编程的例子,程序中同时具备时钟计数功能和求级数,可供大家借鉴
TrdDemo
- 一个简单的多线程的框架,每个线程作一个计数,并且可以用菜单控制线程的执行-a simple multi-threaded framework for a per-thread count, and the menu can be used to control the implementation of threads
windowpro
- 多线程应用程序,实现同步功能,它一边内部进行计数,一边在窗口播放AVI动画-Multi-threaded applications to achieve synchronization, it counts the internal side, the side of the window to play AVI animation
ThreadS
- 基于MFC的简单多线程程序,运用同步机制使计数线程和显示线程协调工作-A simple MFC-based multi-threaded program, the use of thread synchronization mechanism to realize the coordination of the count thread and the display thread
MulThread
- 一个简单的多线程计数实例,带有挂起和唤醒的功能-A simple count of instances of multi-threaded, with suspend and wake-up function
ref
- 引用计数器模板类,为其他对象增加引用计数功能,可用于多线程环境(目前用于windows,稍加修改即可用于linux),自动管理计数器,不用显示调用,在没有任何引用时自动删除对象。-Reference counter template class, increase the reference count for the function of other objects
testMMTimer
- VC.NET多线程时间显示,初学者有空学习一下,将显示安排在不同的线程中显示,以毫秒为单位不停计数-VC.NET multi-threaded time shows available for beginners to learn what will be an arrangement shown in different threads to keep count of milliseconds
Main
- C语言用函数指针实现多线程,类似于操作系统之任务调度,仅有任务状态,使用循环计数以大概模拟延时。-a little virtul os,just for understanding the multi task and learning hao to use function pointer.
Thread
- 利用 BackgroundWorker 组件进行多线程处理 按 F5 运行该应用程序。 显示窗体时,在 sourceFile 框中输入要测试的文件的路径。 例如,假定测试文件名为 Test.txt,则输入 C:\Test.txt。 在第二个文本框中,输入要让该应用程序在文本文件中搜索的字词或短语。 单击 Start 按钮。 LinesCounted 按钮应当立即开始递增。 在任务完成后,应用程序将显示“计数完成”(Finished Counting) 消息。-U
sharedcount
- PB多线程控制,该源码可以分线程计数功能-more threads counter contral
FCFS
- 此为用JAVA编写的模拟先来先服务算法的实例,压缩包中包含所有的工程文件,用eclipse导入即可编译运行,里面包含多种计数,包括多线程的使用,和各种图形界面,是我写的一个很好的例子-This is written in JAVA analog first-come, first-served algorithm instance compression package contains all project files, you can compile and run eclipse imp
MultiThread
- VC++ MultiThread多线程与进度条实例,有vc6.0 IDE环境的可重新编译源码,如截图所示,启动线程后,显示当前计数,并与进度条配合显示,在实际应用中,这是个相当实用的技巧。-VC++ MultiThread Multithreading and progress bar instance, there vc6.0 IDE environment can recompile the source code, as shown in the screenshot, start thr
Thread-Test
- 自己写的测试多线程的小程序,按下按键后有两个label同时在不停的计数。-Write myself multi-threaded test applet, press two keys at the same time keep the label count.
MultiThread
- VC++ MultiThread多线程与进度条实例,有vc6.0 IDE环境的可重新编译源码,如截图所示,启动线程后,显示当前计数,并与进度条配合显示,在实际应用中,这是个相当实用的技巧-VC++ MultiThread multithreading and progress bar instance, there vc6.0 IDE environment can recompile the source code, as shown in the screenshot, start thre
TrdDemo
- 学习多线程的入门例子,通过线程计数来学习和了解多线程编程的奥秘-Learning multithreading example of the entry, by the thread count to learn and understand the mysteries of multithreaded programming
f
- 易语言网页访问计数源码例程程序结合易语言扩展界面支持库和多线程支持库、互联网支持库,实现网页的访问。 -Easy language web access count source routine procedures combined with easy language extensions interface support library and multi threading support library, Internet support library, access to t
Pi
- 运用蒙特卡洛方法计算π,多线程计算。创建几个线程,每个线程都会生成随机点并确定点是否落在圆圈内。 每个线程都必须更新圈内所有点的全局计数。 一旦所有线程退出,父线程将计算并输出π的估计值。 使用互斥锁或信号量保护共享全局变量更新时的竞争条件。 值得尝试生成的随机点的数量。 作为一般规则,点的数量越大,近似值越接近π。(Estimating Pi using Monte Carlo)