CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 多任务

搜索资源列表

  1. duoxiancheng

    0下载:
  2. 基于线程的多任务系统的实现,实现了线程的切换,阻塞和唤醒-Thread-based multi-tasking system, the realization of the thread switching, blocking and wake-up
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:3790
    • 提供者:lzq
  1. view

    0下载:
  2. 进程模块查看 < 多任务(多进程、多线程) >-Process module view < multi-tasking (multi-process, multi-threaded)>
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:22502
    • 提供者:杨飞
  1. Nucleus

    0下载:
  2. NucleusPLUS嵌入式操作系统是目前最受欢迎的操作系统NucleusPLUS是为实时嵌入式应用而设计的一个抢先式多任务操作系统内核,其95%的代码是用ANSIC写成的,因此非常便于移植并能够支持大多数类型的处理器。-NucleusPLUS embedded operating system is the most popular operating system for real-time NucleusPLUS embedded applications designed a preem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:666388
    • 提供者:刘煌
  1. zuoyediaodu

    0下载:
  2. 算法设计中经典的批处理作业调度问题,是多机器多任务的调度-Algorithm design in the classic problem of a batch job scheduling, multi-tasking is a multi-machine scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2705
    • 提供者:
  1. uc_51_small

    0下载:
  2. 操作系统ucosii在51单片机上的移植,适合多任务系统-OS ucosii microcontroller in 51 transplant, for multi-task system
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:176176
    • 提供者:李阳
  1. LabVIEWRT

    0下载:
  2. Labview RT 应用,多任务控制系统的应用,含有源程序代码-Labview RT applications, multi-task control system application, with source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:109376
    • 提供者:caichang
  1. hjkahjks

    0下载:
  2. 多线程多任务下载软件,很不错的易语言源码,易爱好者可以下载使用-Multi-tasking multi-threaded download software, very good source of easy language, easy to use fans can download
  3. 所属分类:其他小程序

    • 发布日期:2017-04-17
    • 文件大小:31375
    • 提供者:desk02
  1. 3

    0下载:
  2. 多线程多任务下载软件,很不错的易语言源码,适合易语言爱好者学习。-Multi-tasking multi-threaded download software, very good and easy language source code for easy language enthusiasts to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:32885
    • 提供者:fwtb9
  1. 4

    0下载:
  2. 多任务同时下载源码,很不错的易语言源码,适合易语言爱好者学习。-Multi-tasking at the same time to download the source code, very good source of easy language for easy language enthusiasts to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:6917
    • 提供者:fwtb9
  1. synergy-1.4.10-Source.tar

    1下载:
  2. 在局域网内,实现一个鼠标控制多台电脑的操作,使得多任务进程同时进行-LAN, a mouse to control the operation of the computer, making the process of multi-tasking simultaneously
  3. 所属分类:Other systems

    • 发布日期:2016-09-25
    • 文件大小:3598336
    • 提供者:芶小珊
  1. irq

    0下载:
  2. arm7 2103 中断 实现 多任务 LED 外部中断 快速 中断 -interrupt multitasking LED external interrupt fast interrupt arm7 2103
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:1070
    • 提供者:caibin
  1. 89C4051

    0下载:
  2. 最简单的多任务并行系统俄罗斯方块游戏源码-The simplest multi-task parallel systems Tetris game source code
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:370722
    • 提供者:
  1. multi-threaded-multi-task

    0下载:
  2. 易语言写的多线程多任务下载软件,希望对大家有帮助。-Download software for easy language to write multi-threaded multi-task, we want to help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:32840
    • 提供者:hj
  1. DOS

    0下载:
  2. 基于Dos的多任务系统的实现 多线程,时间片轮转调换-Dos-based multi-tasking system, multi-threaded, round-robin exchange
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:3893
    • 提供者:俊男
  1. sparsemtl (1)

    0下载:
  2. 正则化框架多核多任务学习算法的实现及应用。(Implementation and application of multi task learning algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1998848
    • 提供者:klnh
  1. C#多远程源码

    1下载:
  2. 用多个处理句柄同时对多个任务进行控制处理的一种技术。据博主的理解,多线程就是该应用的主线程任命其他多个线程去协助它完成需要的功能,并且主线程和协助线程是完全独立进行的。不知道这样说好不好理解,有需要的拿走。(A technique for controlling multiple tasks simultaneously with multiple processing handles. According to the blogger's understanding, multithreadi
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4926464
    • 提供者:Margin_Losts
  1. 任务并行库

    0下载:
  2. 任务并行库是任务并行的很重要的成分,多线程编程初学者可以参考(The task parallel library is an important component of the tasks in parallel, multithreaded programming beginners can refer to)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:566272
    • 提供者:老五狗
  1. multi-task-learning-master

    1下载:
  2. 多任务学习工具箱,凭此可以学习多任务学习的相关模型。(Multi-task learning toolbox, with which you can learn the relevant models of multi-task learning.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:785408
    • 提供者:fengwushi
  1. 多任务实验2代码

    0下载:
  2. 实现多任务 ucos 代码,基于lpc2103(It is about ucosII in lpc2100)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:385024
    • 提供者:蟹阿金
  1. 多任务深度学习改进版

    2下载:
  2. 这个程序实现了多任务的深度学习,可以提高训练的收敛速度(Multi-task deep learning)
  3. 所属分类:其他

    • 发布日期:2019-08-05
    • 文件大小:14774272
    • 提供者:啊~哦
« 12 3 4 5 »
搜珍网 www.dssz.com