登录
首页 » Pascal » 全志H5主板

全志H5主板

于 2020-06-30 发布
0 301
下载积分: 1 下载次数: 8

代码说明:

说明:  PADS软件打开,一个DDR,需要的可以下载参考(PADS software open, a DDR, you need to download reference)

文件列表:

全志H5主板\117143185DA1458x_SDK5.0.2_BMA222E.zip, 2595674 , 2018-07-26
全志H5主板\DS7296C-02.pdf, 818123 , 2018-07-26
全志H5主板\DS8259-03.pdf, 209006 , 2018-07-19
全志H5主板\ORANGE_PI-ZERO-PLUS2_V1_0.pdf, 201361 , 2017-08-09
全志H5主板\ZLKJ_H3_DDR3_4G_V0.1(1).eco, 104 , 2018-05-31
全志H5主板\ZLKJ_H3_DDR3_4G_V0.1(1).pcb, 1525084 , 2018-07-05
全志H5主板\ZLKJ_H3_DDR3_4G_V0.1.eco, 1298 , 2018-05-30
全志H5主板\全志H5.sch, 572378 , 2018-07-26
全志H5主板\智能狗全志H5原理图.pdf, 249464 , 2018-06-19
全志H5主板\智能狗全志H5原理图.pptx, 1175990 , 2018-05-28
全志H5主板, 0 , 2018-12-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Lotka-volterra model
    多参数描述Lotka-volterra 捕食者猎物曲线模型(Multi parameter description of Lotka-volterra predator prey curve model)
    2020-12-29 20:39:00下载
    积分:1
  • PMSM_FOC
    同步磁阻电机的矢量控制研究,通过matlab/simulink进行建模仿真,附带电机程序、参数等。(Iterative learning control for vector control of synchronous reluctance motor is studied. Modeling and simulation are carried out by matlab/simulink with motor program and parameters.)
    2020-10-27 17:09:59下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • 非圆MUSIC
    基于非圆信号的高分辨的MUSIC算法,可以虚拟扩展阵列的有效孔径,分辨更多的信号(The high resolution MUSIC algorithm based on non-circular signals can expand the effective aperture of the array and distinguish more signals.)
    2020-11-21 14:49:37下载
    积分:1
  • 针对矿浆管道工况调整给泄漏检测带来的干扰
    说明:  针对矿浆管道工况调整给泄漏检测带来的干扰,准确提取泄漏信号的特征量是降低泄漏误报、漏报的关键。为此,提出了一种基于经验模态分解(EMD)、Hilbert能量谱与变量预测模型(VPMCD)相结合的泄漏检测方法。该方法首先将压力信号分解成若干个固有模态函数(IMF)之和,然后将IMF分量进行Hilbert变换得到局部Hilbert能量谱,依据能量分布的标准差选择最能准确反映矿浆管道运行工况的局部能量谱作为特征值向量,最后通过VPMCD分类器建立泄漏识别模型。将该方法应用于泄漏检测中,实验结果表明,矿浆管道在正常运行、泄漏和工况调整状态下,识别率达到95%,并综合分析流量信号,提高了泄漏检测精度。(According to the interference to leak detection of mineral slurry pipeline caused by work condition adjustment,effectively extracting the characteristics of leak signal is the key to reduce the leakage of the false negatives and false positives.In this paper,a leak detection method based on EMD and VPMCD is proposed. In this method,the pressure signals are decomposed into several IMF components, and then take local Hilbert energy spectrum which most accurately reflect the pipeline operation conditions as feature values, Finally the leak identification model is established by VPMCD classifier.When the method is applied to the leak detection,the experimental results show that under the conditions of normal operation,leakage and work condition adjustment, the recognition rate of the mineral slurry pipeline reaches 95%,and by comprehensively analyzing the flow signals, it also improves the accuracy of leak detection.)
    2020-12-03 10:09:25下载
    积分:1
  • desing fuzzy logic control system
    说明:  Design of a fuzzy logic control system for monitoring gearbox jamming in a bottle washer machine is an article that re simulate in matlab.
    2019-02-05 18:02:18下载
    积分:1
  • Factory
    Factory 模式的两个最重要的功能: 1)定义创建对象的接口,封装了对象的建; 2)使得具体化类的工作延迟到了子类中。 (Factory mode two most important functions: 1) the definition of an object to create an interface that encapsulates the construction objects 2) makes specific class work delayed to subclasses.)
    2016-07-11 10:53:39下载
    积分:1
  • raw2wav-master
    将raw(pcm)格式语音转换为wav格式(Converting raw (PCM) format speech to WAV format)
    2017-12-19 21:07:05下载
    积分:1
  • matlab
    求解模态叠加法的轴向运动悬臂梁。并画出图像(Solving the axially moving cantilever beam by modal superposition method. And draw the image.)
    2019-02-27 15:16:06下载
    积分:1
  • hlsm2.4.1开服工具(中文)
    说明:  hlsm开服工具主要用于求生之路的服务器运行状态检测(hlsm kai fu gong ju jij ji ji ijij ihuh huh uh uhug yg y gy gy gyg y gyg y yfttfv)
    2020-06-17 18:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载