CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - task.data

搜索资源列表

  1. 2007-Multi-Task-Data-Structure

    0下载:
  2. 《多任务下的数据结构》随书的源代码。探讨多任务下的常用数据结构的实现,如AVL,红黑树,以及一些符合数据结构,如哈西链表,哈希红黑树。可以作为STL数据结构的多任务扩展。
  3. 所属分类:并行运算

    • 发布日期:2014-01-16
    • 文件大小:112.22kb
    • 提供者:伍尚
  1. sparse_coding

    0下载:
  2. .Sparse coding algorithm.We can also apply it onefficient sparse coding algorithm to a new machine learning framework called "self-taught learning", where we are given a small amount of labeled data for a supervised learning task, and lots of additio
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.42kb
    • 提供者:huneza
  1. weka-3-4-12

    0下载:
  2. weka全名是怀卡托智能分析环境(Waikato Environment for Knowledge Analysis),是一个公开的数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化-full name is weka intelligent analysis environment Waikato (Waikato Environment for Knowledge Analysis), is an o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9.81mb
    • 提供者:朱磊
  1. Data-Structures-and-Algorithms

    0下载:
  2. 多任务下的数据结构和算法这本书的全部源代码,用C实现的,包括基本的数据结构容器,引进了多任务。对从事软件开发与应用的工程技术人员具有较高的参考价值-Under multi-task data structure and algorithm of this book, all source code, using C to achieve, including the basic data structure of containers, the introduction of multi-tas
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:109.61kb
    • 提供者:韩雪莲
  1. TaskDecrypt_task.dataEditor

    0下载:
  2. task.data 编辑器 游戏prefectworld task.data数据编辑-Editor task.data game prefectworld task.data data editing
  3. 所属分类:File Operate

    • 发布日期:2014-06-21
    • 文件大小:51.48kb
    • 提供者:kuqoi
  1. Multi_task_data_structures_and_algorithms

    0下载:
  2. 多任务数据结构与算法 这本书的源码,比较详细,好东西-Multi-task data structures and algorithms book‘s source code, more detailed, a good thing
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:111.64kb
    • 提供者:刘 超
  1. duorenwushujujiegou

    0下载:
  2. 多任务下的数据结构与算法,希望大家能够喜欢,多多交流-Under the multi-task data structure and algorithm, I hope you will like, more exchanges
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.5mb
    • 提供者:ss
  1. data-structures-and-algorithms

    0下载:
  2. 多任务下的数据结构和算法源码,包含了数据结构中链表、栈、队列和树等的知识,并详细讲解了这些算法在多线程下的应用,还提供了相关的测试程序-Multi-task data structure and algorithm source code, including data structures, linked lists, stacks, queues, and trees of knowledge, and explain in detail the application of these a
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5.35mb
    • 提供者:周洁
  1. task-allocation

    0下载:
  2. 数据结构设计程序之任务分配,很适合初学者学习-Data structure design process, task allocation, it is suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3.54kb
    • 提供者:issachuxleg
  1. bank-task-simulation

    0下载:
  2. 简单银行业务模拟,数据结构应用,把书中的伪代码进行改编得到-The simple banking simulation, data structures application, pseudo code of the book be adapted to get
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-29
    • 文件大小:268kb
    • 提供者:李寅暄
  1. usb-cheak-task

    0下载:
  2. 该项目的硬件环境是以LPC2148为核心芯片,软件开发环境是IAR,在此实现了主控对usb数据的读与写。-The hardware environment of the project is based on the the LPC2148 core chip, software development environment IAR, this master usb data read and write.
  3. 所属分类:uCOS

    • 发布日期:2017-11-22
    • 文件大小:713.21kb
    • 提供者:duling
  1. Task-List-Application

    0下载:
  2. 一个多用户网络任务列表的应用程序。允许创建多个任务列表,多个用户和用户之间共享任务列表。显示了一个很好的例子,整个web应用程序的发展,包括CSS布局,使用UserControls定制数据表格行,表单验证,ADO。网络存储装备等,包括类别,管理的任务状态和类别列表、图片在任务列表来表示类别,自动包含名称/日期当编辑任务。很多其他的特性,和更新SQL脚本。-A multi-user network task list application. Allows you to create multip
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-09
    • 文件大小:185.36kb
    • 提供者:韭菜花
  1. Task-scheduling

    0下载:
  2. 任务调度算法。依据严蔚敏C数据结构编写,可作为数据结构实验的源代码。使用C++编写。包括一个头文件一个cpp文件。用于模拟CPU事件任务到达的处理流程。-Task scheduling algorithm. Based YanWeiMin C data structures to prepare, can be used as the experimental data structure of the source code. Use C++ writing. Including a head
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:17.93kb
    • 提供者:VongRuohang
  1. Beginning-Relational-Data-Modeling

    0下载:
  2. 这本书目的是给读者提供一个关系型数据库模型领域的背景。这是一本易读的和有实践练习的书。-Relational databases provide a powerful means by which to store and manipulate vast volumes of data. The design of such systems is based on the mathematics of relational theory, which was advanced in it
  3. 所属分类:OS Develop

    • 发布日期:2017-05-26
    • 文件大小:8.36mb
    • 提供者:Laura
  1. task

    0下载:
  2. 操作系统课程设计,完整的MFC 工程源码 课程设计题目:进程/作业调度 实现要求: 1. 建立作业的数据结构描述 2. 使用两种方式产生作业/进程: (a)自动产生 (b)手工输入 3. 在屏幕上显示每个作业/进程的执行情况。 4. 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可以认为过一个时间单位 (b)响应WM_TIMER (本实验采用b方法) 5. 计算并显示一批作业/进程的周转时间,平均周转时间,带权周转时间,平均带权周转时间。 6. 将一批作业
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:21.16mb
    • 提供者:singerlio
  1. task

    0下载:
  2. Tms320f2833使用spi总线向AT25f1024写数据和读数据。文件包含需要添加的文件和一个小的例子,内有文件使用说明,肯定看得懂-Tms320f2833 AT25f1024 using spi bus to write data and read data. Files contain and need to add a small example, there are document use, certainly you can understand! ! !
  3. 所属分类:DSP program

    • 发布日期:2017-05-11
    • 文件大小:2.01mb
    • 提供者:胡大院
  1. DATA

    1下载:
  2. 众所周知,在生活中语音、文字、符号以及图像等是人类获取信息的主要来源,而图像信息占60%以上。随着科技的不断发展,为获得有效的、精准的图像信息,这对我们来说是一项艰巨的任务与挑战。而在恶劣的天气条件里,其中雾天出现的频率最高,这对获取精准的图像信息造成很大影响。 户外的视觉场景要求图像的去雾算法具有鲁棒性、自动性、实时性以及有效性等性质,现如今已经有相关的图像去雾算法的应用了,但还没能达到成熟阶段,因此,在这方面的研究仍存在极大的发展空间。鉴于有雾图像的去雾算法在很多视觉系统中有着广泛的应用,也
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:4.46mb
    • 提供者:silver teng
  1. nritibnl-task-operates

    0下载:
  2. 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线,(In cubic spline, the search of a cubic polynomial to approximate curve between each data points,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:3kb
    • 提供者:intwrjrecea
  1. 武林Task编辑器

    1下载:
  2. 我们可以看到每一个任务的具体限制,任务奖励,奖励概率,如何激活,甚至,甚至,还可以获得选择哪个选项任务会失败。   嗯哼,任务编辑器,就是那么滴强大,你值得拥有,想要,你就回复下载吧。   我敢保证,有了这个,你不会卡任何一个任务,如果配合物品编辑器,那简直不能再NB了   使用方法:打开武林外传目录:element\data\tasks.data,就可以查看武林外传的任务了。(We can see the specific limitations of each task,
  3. 所属分类:游戏

  1. Code

    1下载:
  2. 7-1 Tree Traversals Again(10 分) An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (with the keys numbered from 1 to 6) is traversed, the stack operations are:
  3. 所属分类:其他

    • 发布日期:2019-10-12
    • 文件大小:56kb
    • 提供者:zjuzxm
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com