CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - SIMPLE

搜索资源列表

  1. Event

    0下载:
  2. 這是一個簡單的多線程的一個不錯的例子, 大家不妨-This a simple multi-threading of a good example, we may s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.4kb
    • 提供者:王者
  1. Delphi Multi Thread

    0下载:
  2. 一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.65kb
    • 提供者:黄枫
  1. simpleThreadPool

    0下载:
  2. 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.33kb
    • 提供者:测试
  1. 关机重启计算机

    0下载:
  2. VB编写的开关机和注销程序,程序简单,易学易会。-VB prepare for the switch and cancellation procedure is simple and easy to learn easily.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.39kb
    • 提供者:家红
  1. ipsec1

    0下载:
  2. simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:81.29kb
    • 提供者:lzh
  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:风海
  1. mydlltest

    0下载:
  2. 简单的动态连接库测试程序,对初学vc动态库的朋友有所帮助-simple DLL testing procedures for beginners vc DLL help of a friend
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20.31kb
    • 提供者:黄锋
  1. ProgressThreadTest

    0下载:
  2. 最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads -- in a
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:42.13kb
    • 提供者:nchang
  1. Example052

    0下载:
  2. 程序的互斥运行 如果你的程序被同时运行两次以上,有可能会造成文件系统冲突而丢失数据,本例程用一个简单的办法避免第二次启动同一个程序。-operating procedures contradict the procedure if you are running two or more, and may cause conflicts and file system data loss, the routines with a simple way to avoid the second s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23.02kb
    • 提供者:韩非
  1. webHttp

    1下载:
  2. 简单的web http服务器程序,实现了上传和下载的功能,当然用了多线程,不过功能很简单,我也是从书上找的,不过调试了我半天时间-simple http web server, achieving upload and download functions, of course with a multithreaded, but functional is very simple, I also find books, but I debug a long time
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47.3kb
    • 提供者:彭宇
  1. 简单遗传算法与人工智能

    1下载:
  2. 实现了遗传算法的功能,采用java实现,只需要简单的设置文件就可以运行。(java)-a genetic algorithm to achieve the function, using java realized, requires only a simple configuration files on the run. (Java)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:90.57kb
    • 提供者:dong
  1. 另类多线程使用方式

    0下载:
  2. 在C++builder中多线程的实现是很简单的... 但作为初学者的我来说还是费了一定的工夫的... 为方便与我相同的初学者在此提供我对多线程的一种使用方式-C builder of multi-threading to achieve is very simple ... But as a beginner or charges me a certain effort ... to facilitate the same with me here for beginners on a
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14.51kb
    • 提供者:zds
  1. test航空售票

    0下载:
  2. 一个简单的模拟飞机售票系统,有利于初学进程,利于熟悉多线程编程。是我第一次做出的多线程程序-a simple simulation of the plane ticketing system is conducive to the process of learning, conducive familiar with multi-threaded programming. The first time I made the multithreaded
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9.55kb
    • 提供者:黄蕊
  1. classexample1 两个进程合作累加数组

    0下载:
  2. 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:283.17kb
    • 提供者:黄蕊
  1. c++并发编程

    0下载:
  2. 很简单的一个并发程序,可以模拟飞机售票系统,三个终端,100张票。-very simple one complicated procedures, simulating an aircraft ticketing system, the three terminals, 100 votes.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.02kb
    • 提供者:渊洁
  1. simple-user-name-and-password-

    0下载:
  2. 我用了半个小时 帮你写了一个简单的验证用户名和密码登陆问题 别辜负我的好意 下面是代码!(建好包和类 代码粘过去就能用) 实体类 包entity -I used half an hour to help you write a simple user name and password authentication question my good intentions do not live up to the code below! (Build the package and st
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:1.08kb
    • 提供者:7414169
  1. Simple-Task-Manager

    0下载:
  2. 一款简单的任务管理器,加入动画效果,适合新手学习。-A simple task manager, add animation effects, suitable for novice learning.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.23mb
    • 提供者:玉麟龙
  1. Simple-boot-process

    0下载:
  2. 用c语言代码编写了一个电脑开机程序,有动态感哦-Simple boot process
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1.02kb
    • 提供者:颜福裕
  1. frvqework-simple

    0下载:
  2. C # simple and efficient OR framework cla-C# simple and efficient OR framework class
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:19.82kb
    • 提供者:micrx
  1. simple-acrosf-Thds

    0下载:
  2. 这是一个简单的网络通信的小程序,希望对大家有所帮助-This is a simple small program for communication across the network, hope to be of help
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:3.96kb
    • 提供者:Primo
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com