Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • WPF 更换IP WPF 调用DOS更换IP 简单例子 private void button1_Click(object sender, RoutedEventArgs e) { Process p = new Process(); //p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; p.StartInfo.FileName = "cmd.exe& ...
  • Microsoft.Windows.Internals (4th Edition) ... Chapter 6. Processes, Threads, and Jobs Process Internals Flow of CreateProcess Thread Internals Examining Thread Activity Thread Scheduling Job Objects Conclusion Chapter 7. ...
  • Windows程序设计美化版 ...  10 2.2 内核对象 11 2.2.1 内核对象的引出 11 2.2.2 对象句柄 12 2.2.3 使用计数 12 2.3 进程的创建 12 2.3.1 进程(Process)和线程(Thread) 12 2.3.2 应用程序的启动过程 13 2.3.3 CreateProcess函数 14 2.3.4 创建进程的例子 17 2.4 进程控制 18 2.4.1 获取系统进程 18 2 ...
  • Multithreading in C# 5.0 Cookbook.2013 ... a thread pool concept. It shows how to use a thread pool, how to work with asynchronous operations, and good and ... Asynchronous I/O, covers in detail the asynchronous I/O process including files, networks, and database scenarios. Chapter 10, Parallel ...
  • C语言多进程多线程编程 C multiple-thread multiple-process programming
  • Operating System: Concepts and Techniques ... Operating System: Concepts and Techniques clearly defines and explains the concepts: process (responsibility, creation, living, and termination), thread (responsibility, creation, living, and termination), multiprogramming, multiprocessing, scheduling, ...
  • GG脚本语言概念版 ... GeoGeo脚本语句和C非常类似,但去掉了指针等稍微复杂的部分,学习过部分C语言特性的科技人员可以直接使用GeoGeo。 使用GeoGeo的线程函数,你可以只写一个关键字thread就开辟一个新线程;使用进程函数,只写一个process关键字就可以将GeoGeo程序部署到网络上进行多机并行计算;你还可以开辟仅受磁盘空间大小限制的大数据集数组;创建和展示非常大的大图和绘图空间; ...
  • GeoGeo脚本说明Part-I ... GeoGeo脚本语句和C非常类似,但去掉了指针等稍微复杂的部分,学习过部分C语言特性的科技人员可以直接使用GeoGeo。 使用GeoGeo的线程函数,你可以只写一个关键字thread就开辟一个新线程;使用进程函数,只写一个process关键字就可以将GeoGeo程序部署到网络上进行多机并行计算;你还可以开辟仅受磁盘空间大小限制的大数据集数组;创建和展示非常大的大图和绘图空间; ...
  • GG脚本语言概念版-示例代码和程序 ... GeoGeo脚本语句和C非常类似,但去掉了指针等稍微复杂的部分,学习过部分C语言特性的科技人员可以直接使用GeoGeo。 使用GeoGeo的线程函数,你可以只写一个关键字thread就开辟一个新线程;使用进程函数,只写一个process关键字就可以将GeoGeo程序部署到网络上进行多机并行计算;你还可以开辟仅受磁盘空间大小限制的大数据集数组;创建和展示非常大的大图和绘图空间; ...
  • The Art of C++ ... interesting, useful, and, at times, mysterious programming tasks. In the process, it displays the power and elegance of the C++ ... programming environment, itself. The garbage collector in Chapter 2, the thread control panel in Chapter 3, and the custom STL ...