CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - SERIAL

搜索资源列表

  1. CSAMPLE

    0下载:
  2. The CSAMPLE program implements a simple addition and subtraction calculator. Numbers and operators are entered via serial I/O. The CSAMPLE program is available in different targets: Standard: CSAMPLE example in SMALL model for Simulation-Th
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:7048
    • 提供者:小区
  1. ps2d

    4下载:
  2. 利用伪谱法进行二维弹性波模拟,更加详细的介绍见英文描述,对于做波场模拟的同学很有用。-This is a very simple code for elastic wave simulation in 2D using a Pseudo-Spectral Fourier method Authors: Heiner Igel General: Wave propagation Code level: Training Language: Fortran 90
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-19
    • 文件大小:193053
    • 提供者:skyey
  1. zrayamp

    0下载:
  2. 利用射线理论来计算全局地球模型的合成地震记录。更详细的介绍见英文描述。对于做波场模拟的同学很有参考价值。-Ray-theoretical approach to the calculation of synthetic seismograms in global Earth models. Authors: Vlastislav Cerveny, Jaromir Jansky General: Wave propagation Code level: Research
  3. 所属分类:Algorithm

    • 发布日期:2017-06-13
    • 文件大小:21489971
    • 提供者:skyey
  1. ETUSPICE05-MAC

    1下载:
  2. 相速度频散曲线计算,更详细的介绍见英文描述。对于做波场模拟的同学很有参考价值。-Calculation of phase velocity dispersion curves Authors: Yann Capedevile General: Processing Code level: Training Language: Fortran 90/95 or later Associated groups: Planetary Scale
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-17
    • 文件大小:16229294
    • 提供者:skyey
  1. pcmain

    0下载:
  2. 利用labiew主程序实现单片机与主机的串口通信,实现温度的采集,然后通过比例积分算法的控制,输出一定占空比的波形驱动电机,实现恒温水箱的控制系统-MCU and host serial communication labiew main program, to achieve the acquisition of temperature, and then through the control of the proportional integral algorithm, the outpu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:57902
    • 提供者:王鸣
  1. Yuesefu_assume

    0下载:
  2. 船上共30人,每隔九个扔下一个(从一开始数,第十个扔下,在从一开始,第十个扔下,数完一圈再从头开始),扔掉一半,求扔出的序号-A total of 30 people on board, every nine dropped a (dropped from the beginning of the tenth, from the beginning, dropped in a 10 count circle again from scratch start) throw away half, s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7070
    • 提供者:tanruibao
  1. sort

    0下载:
  2. 本段代码不但可以给出一个数组中元素大小的排序,还可以同时输出各个元素的在数组的序号。-The sections of the code can be given not only a sort of elements in the array size, and can also output the serial number of each element in the array.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:577
    • 提供者:胡义勇
  1. line

    0下载:
  2. 从文件读取长串数据(序号栏,数据栏等),读取过程包括识别标题,内容,利用循环和条件语句进行大量数据连续操作。并针对读取的数据根据上下行序号和数据的差进行线性补间,结果写入新的文件里-Long strings of data read from the file (serial number field, data bars, etc.), the reading process, including identification title, content, continuous operat
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:3425
    • 提供者:ousettei
  1. matrix_lu3

    0下载:
  2. LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。 LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1900
    • 提供者:时先生
  1. gaojingduchengfa

    0下载:
  2. 高精度乘法,使用STC90C516单片机,可以计算出1-2000的阶乘,串口9600波特率输出-Precision multiplication, use STC90C516 microcontroller, can calculate the factorial 1-2000, 9600 baud serial output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:35051
    • 提供者:李闯
  1. UART

    0下载:
  2. 串口的程序,在linux下运行的,希望对大家有所帮助。-Serial program, running under linux, we want to help.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:147014
    • 提供者:xujie
  1. Joseph-algorithm

    0下载:
  2.  约瑟夫算法:n个人围成一圈,每人有一个各不相同的编号,选择一个人作为起点,然后顺时针从1到k数数,每数到k的人退出圈子,圈子缩小,然后从下一个人继续从1到k数数,重复上面过程。求最后推出圈子的那个人原来的编号。   思路:按照上面的算法让人退出圈子,直到有n-1个人推出圈子,然后得到最后一个退出圈子的人的编号。   程序:坐成一圈的人的编号不需要按序排列-Joseph algorithm: n individuals in a circle, each with a different
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:利益
  1. C_QURENT

    0下载:
  2. 用c做的队列函数的实现,能够比较好的应用在对串行数据需求量大的移位缓存.-The queue C do, and can be used better in the serial data demand of the shift buffer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:956
    • 提供者:lin
  1. my-data

    0下载:
  2. matlab程序,实现串口的数据采集,以及数据分析好显示-matlab program to achieve serial data acquisition, and data analysis Good Show
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1304
    • 提供者:yujinsheng
  1. FFT

    0下载:
  2. 对比fftverilog实现一个8阶的改进串行FIR低通滤波器,输入数据位宽为12比特,经符号扩展-Comparison of fftverilog order to achieve an improvement of 8 serial FIR low pass filter, the input data width is 12 bits, sign extended
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:25056
    • 提供者:Hades
  1. TimeSerial

    0下载:
  2. TimeSerial时序预测算法,基于24个历史时刻点,计算未来的趋势数据-Time Serial shi xu yu ce suan fa ji suan fang fa ti gong xue xi shi yong
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4329
    • 提供者:enet
  1. paramesh_4.1

    1下载:
  2. 自适应笛卡尔网格程序,是未来研究的主要方向,其为国际上通用计算程序包-PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code
  3. 所属分类:Algorithm

    • 发布日期:2015-11-26
    • 文件大小:1079296
    • 提供者:cui
  1. adaboost

    1下载:
  2. AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。 具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后, 计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法....... 直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。 可以看出,训练流程是串行的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2501
    • 提供者:iihaozl
  1. manifold-learning

    1下载:
  2. 介绍流形学习中的维数规约算法,流行学习是指学习一组具有非线性关系的数据之间的本质表示-introduce the dimension reduction algorithm in manifold learning, which is used to learn the intrinsic representation of a serial non-liner datas
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:109032
    • 提供者:高仔
  1. CrcCal

    0下载:
  2. crc校验的一种计算方式,可以用于网络协议或串口、can协议的校验位计算,有封装好的函数-A calculation crc check can be used for network protocols or serial port, can protocol parity bit calculation, there is a good function package
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1883266
    • 提供者:张腾
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com