搜索资源列表
用线程做一个生产者-消费者同步问题
- 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni
TrdDemo2
- 多线程控制,简例! 上传给大家! 有兴趣可以研究研究哦!-multithreaded control and simple cases! Uploading to everyone! Interested can studies Oh!
randomLetter
- 一个打字机游戏,用到多线程来控制没嗰LABEL空件的滚动。
桌面键盘修改程序
- 本程序实现对桌面的控制修改,对键盘的检测输入。实现多线程技术
Data2.0
- 强大的数据库访问类dbhelper 2.0 1、多数据库支持 2、多数据库类型支持 3、强大的查询公用方法,如支持返回泛型实体对象集合,泛型值类型集合,实体对象,数据集等。 4、所有方法都支持参数化与非参数化访问db,调用十分方便。 5、使用了线程本地存储,使之能支持在业务逻辑层显式控制事务。 6、注释较为详细,配置十分简单,方法较为简洁(加上注释总共200多行代码)。 7、开源,容易修改。-Powerful database access class dbhelpe
Ftp
- FTP上传功能,使用独立线程控制,解决程序未响应。-FTP upload feature, use an independent thread control, settlement procedures did not respond.
multithreadingRun
- 一个简单的CSharp 小实例,控制系统线程来实现系统多线程运行。-CSharp small a simple example, the control system to achieve system-threaded multi-threaded operation.
ThreadControlExample
- C#下的多线程控制,主要是以实例的方法简单的实现的多线程的相互通信-C# multi-threading under the control of the main examples of the method is based on the realization of a simple multi-threaded communicate with each other
ThreadUpdateUI
- 线程开发,异步控制,界面卡死处理,非常不错值 得学习-thread
PrintTest
- 此源码利用C#实现多线程控制打印的暂停和继续,以借助于API函数"SetJob"来实现.这个函数可以对一个打印作业的状态进行控制,-The use of C# source code control of multi-threaded printing pause and continue, to the help of API function " SetJob" to achieve. This function can be the status of a print j
timerThread
- 利用timer,控制多线程操作。一个简单的实例-Using timer, control of multi-threaded operation. A simple example
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致
Bidding
- 原创C#代码,ASP.NET,网上招标程序原型代码。通过线程控制及最高投标价的判断,控制标的的投放时间。-Original C# code, ASP.NET, online tender process prototype code. Through the thread of control and the highest bid price to determine and control the subject of running time.
Concurrent-service
- 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-Master the characteristics of concurrent service program design Experience with service program execution characteristics Understand the process (thread) control, the principle and method of sche
1
- 利用c#编程实现俄罗斯方块游戏,通过很多类和线程的控制,是俄罗斯方块游戏的过程逼真。-C# programming Tetris game, a lot of class and thread control, realistic process of Tetris game.
CSharpthread_Exam121012
- 一个C#多线程案例,多个进度条的控制, 学习多线程的入门程序-A C# multi-threaded case, the progress bar control, learning multithreaded entry program
Ex04
- 本实例利用UI线程控制窗体的透明度显示不断变化的功能-Transparency changing the form of the instance of the use of the UI thread control
threaddown
- C#+多线程下载工具源码文件,使用了C#中的backgroundworker和thread实现,支持在后台下载,智能排队下载,并可控制下载暂停、中断、重新开始等功能,界面方面,用一些小图片来美化控制按钮,也是挺不错的,另外程序还可更换壁纸。做网络下载软件的,可使用到本源码中的部分模块。-C#+ multi-threaded downloading tool source files, using C# in backgroundworker and thread implementation s
C_Sharp_Timer_Thread
- 使用WinForm控件建立一个窗口,在窗口中放置3个进度条,利用多线程控制速度,后一个进度条是前一个进度条速度的 1/10。-Multi-thread to control the speed of ProgressBars
CrossThreadCalls
- 我们在做winform应用的时候,大部分情况下都会碰到使用多线程控制界面上控件信息的问题。-We do winform application when, in most cases will come to use multiple threads on the control interface controls information problems.