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

搜索资源列表

  1. c-language-case-intensive-series

    0下载:
  2. c语言案例精编, 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c language case intensive series, two cases a game Snake Case Ca
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:50945
    • 提供者:劳承学
  1. FIFO

    0下载:
  2. 进程的管理 1、设计一个进程PCB的数据结构 2、设计三种进程基本状态的队列 3、创建进程,并将其送入某状态队列 4、实现进程之间状态的转换,进程转换到不同队列-Management of a process, the process of designing a data structure 2 PCB design three kinds of basic state process queue 3, the creating process, and sends it to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1116
    • 提供者:史玉隆
  1. Student-records-management

    0下载:
  2. 学生信息系统.vbp是在安装了VB-SP5的计算机上编制的,在未安装VB-SP5的计算机上运行时可能会出错。若发生错误,请作以下处理: 执行"工程"菜单中的"引用"命令,打开"引用"对话框,将列表中"Microsoft ActiveX Data Objects 2.5 Libbrary"左侧的复选标志-Student Information System. Vbp is installed VB-SP5 prepared on a computer, without installing
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:953310
    • 提供者:胡斌
  1. Producers_consumers

    0下载:
  2. • 一个大小为3的缓冲区,初始为空 • 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 • 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: • 显示每次添加和读取数据的时间及缓冲区的状态 • 生产者和消费者用进程模拟。-• a buffer of
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:337675
    • 提供者:Dean Miller
  1. multi-target-tracking

    2下载:
  2. 多目标跟踪的主程序,包含跟踪起始,数据关联,目标状态估计等过程-The main process of multi-target tracking, including track initiation, data association, target state estimation process
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:123429
    • 提供者:sunmin
  1. Stack

    0下载:
  2. 堆栈实现。堆栈就是这样一种数据结构。它是在内存中开辟一个存储区域,数据一个 顺序地存入(也就是“压入——push”)这个区域之中。有一个地址指针总指向最后一个压入堆栈的数据所在的数据单元,存放这个地址指针的寄存器就叫做堆栈指示器。开始放入数据的单元叫做“栈底”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器中的地址数自动减 1。这个过程叫
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:诚溜
  1. huffman

    1下载:
  2. 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1277534
    • 提供者:phoebe
  1. random_error

    0下载:
  2. 在已知的数据中加入随机噪声的程序,含有输入输出文件-In the known data by adding random noise process, with input and output documents
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:372829
    • 提供者:秦林
  1. LabwindowsPUSB-Raw

    0下载:
  2. CVI的USB开发程序 USB串行接口数据采集处理-CVI' s USB development process USB serial interface data acquisition and processing
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:107316
    • 提供者:Andrea
  1. hunhebiancheng

    0下载:
  2. matlab C++混编程序,用C++处理数据,由matlab显示画图-matlab C++ mixed program, with C++ process the data displayed by the matlab drawing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:859
    • 提供者:xiaye
  1. Array

    0下载:
  2. 数据结构里的可变参数数组,数组大小可随编译过程确定-At Data structure, the variable parameter array, the array size can be determined with the compilation process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:172137
    • 提供者:
  1. manchster

    0下载:
  2. 曼彻斯特代码 程序完整可以直接用 将输入数据修改就可以用-Manchester code integrity of the process can be directly used to modify the input data can be used
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1023
    • 提供者:薛程
  1. 5

    0下载:
  2. 假设有一个数据类型为整型的一维数组A,A 中的数据元素呈无序状态,编写一个采用堆排序法将A中的数据元素按由小到大进行排序的程序。-Suppose there is a data type integer one-dimensional array A, A data element was disordered state, the preparation of a heap sort using the data elements of A are sorted by ascending pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5504
    • 提供者:崔文涛
  1. wave

    0下载:
  2. 以某些特殊函数为基将数据过程或数据系列变换为级数系列以发现它的类似频谱的特征,从而实现数据处理。-In some particular function or process the data base is converted into data series series series to discover its characteristics similar to the spectrum, to achieve data processing.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:nannan
  1. 0655

    0下载:
  2. This operator can be used to access the repositories introduced in RapidMiner 5. It should replace all file access, since it provides full meta data processing, which eases the usage of RapidMiner a lot. In contrast to accessing a raw file, it will p
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4082
    • 提供者:kadd
  1. dewow

    0下载:
  2. matlab去除信号直流分量代码,可用来处理GPR数据-DC component of the signal is removed matlab code used to process the data GPR
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:1241
    • 提供者:QH
  1. Huffman-Tree

    0下载:
  2. 该程序主要演示哈夫曼树在双工通道之间信息传递的过程和计算机进行的数据转换-The procedure demonstrated Huffman tree in a duplex channel information transfer between the process and the computer data conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4752679
    • 提供者:傅子铭
  1. simulation1.5

    0下载:
  2. 一个开发短信网关的模拟程序,已破解,支持cmpp(2.0,3.0),sgip,smgp,,能详细的查看通信的过程和传输的数据,对短信开发的工作者蛮大的帮助-A simulation program developed SMS Gateway, have been cracked, support cmpp (2.0,3.0), sgip, smgp,, can be detailed view of the process of communication and transmission of
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:534636
    • 提供者:
  1. testWeather

    0下载:
  2. 自己写的抓取网络数据,然后拆分数据的程序。以中国天气网的预报为例子,使用了webQuest技术,有兴趣的同学可以拿去看看。写的不好勿喷-Write your own capture network data, and then split the data in the process. Forecast weather network in China as an example, the use of webQuest technology, interested students can
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:160707
    • 提供者:sunle
  1. Startup-of-a-CSTR

    0下载:
  2. The model highlights the use of the predefined CSTR reactor type and also shows how to enter the thermodynamic data needed for energy balances.-In this example I model the startup phase of a continuous stirred tank reactor (CSTR) used to produce prop
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:86564
    • 提供者:jong_SHAU
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com