搜索资源列表
FileDirCopy
- 该软件用C#编写,用于多线程的文件拷贝,复制,选择好要复制的目录和目的目录点按钮开始复制-The software is written in C# for multi-threaded file copy, reproduce, choosing to copy the directory and destination directory points button to start copying
unregulated_button
- 描述的是对按钮操作的光流法,使用的是c++语言的代码和资料。-Described is the optical flow method on the button, using the c++ language code and data.
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b