文件名称:lockExample
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
多线程应用程序中如何使用LOCK语句实现同步,本例子模仿多人在多台提款机上同时取款的情况,演示多线程中的同步-Multi-threaded application how to use the LOCK statement to synchronize more than imitate the example of the multiple ATM withdrawals in the case at the same time, demonstrate the simultaneous multi-threading
(系统自动生成,下载前可以参看下载内容)
下载文件列表
E04-lockExample\lockExample\lockExample\Account.cs
...............\...........\...........\bin\Debug\lockExample.exe
...............\...........\...........\...\.....\lockExample.pdb
...............\...........\...........\...\.....\lockExample.vshost.exe
...............\...........\...........\...\.....\lockExample.vshost.exe.manifest
...............\...........\...........\Form1.cs
...............\...........\...........\Form1.designer.cs
...............\...........\...........\Form1.resx
...............\...........\...........\lockExample.csproj
...............\...........\...........\obj\Debug\lockExample.csproj.FileListAbsolute.txt
...............\...........\...........\...\.....\lockExample.csproj.GenerateResource.Cache
...............\...........\...........\...\.....\lockExample.exe
...............\...........\...........\...\.....\lockExample.Form1.resources
...............\...........\...........\...\.....\lockExample.pdb
...............\...........\...........\...\.....\lockExample.Properties.Resources.resources
...............\...........\...........\Program.cs
...............\...........\...........\...perties\AssemblyInfo.cs
...............\...........\...........\..........\Resources.Designer.cs
...............\...........\...........\..........\Resources.resx
...............\...........\...........\..........\Settings.Designer.cs
...............\...........\...........\..........\Settings.settings
...............\...........\lockExample.sln
...............\...........\lockExample.suo
...............\...........\...........\obj\Debug\TempPE
...............\...........\...........\bin\Debug
...............\...........\...........\obj\Debug
...............\...........\...........\bin
...............\...........\...........\obj
...............\...........\...........\Properties
...............\...........\lockExample
...............\lockExample
E04-lockExample
...............\...........\...........\bin\Debug\lockExample.exe
...............\...........\...........\...\.....\lockExample.pdb
...............\...........\...........\...\.....\lockExample.vshost.exe
...............\...........\...........\...\.....\lockExample.vshost.exe.manifest
...............\...........\...........\Form1.cs
...............\...........\...........\Form1.designer.cs
...............\...........\...........\Form1.resx
...............\...........\...........\lockExample.csproj
...............\...........\...........\obj\Debug\lockExample.csproj.FileListAbsolute.txt
...............\...........\...........\...\.....\lockExample.csproj.GenerateResource.Cache
...............\...........\...........\...\.....\lockExample.exe
...............\...........\...........\...\.....\lockExample.Form1.resources
...............\...........\...........\...\.....\lockExample.pdb
...............\...........\...........\...\.....\lockExample.Properties.Resources.resources
...............\...........\...........\Program.cs
...............\...........\...........\...perties\AssemblyInfo.cs
...............\...........\...........\..........\Resources.Designer.cs
...............\...........\...........\..........\Resources.resx
...............\...........\...........\..........\Settings.Designer.cs
...............\...........\...........\..........\Settings.settings
...............\...........\lockExample.sln
...............\...........\lockExample.suo
...............\...........\...........\obj\Debug\TempPE
...............\...........\...........\bin\Debug
...............\...........\...........\obj\Debug
...............\...........\...........\bin
...............\...........\...........\obj
...............\...........\...........\Properties
...............\...........\lockExample
...............\lockExample
E04-lockExample