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

搜索资源列表

  1. EZ.rar

    1下载:
  2. EZ.BBD——编程器的原理图和PCB文件,需用PROTEL99SE-sp6打开。 EZ31.EXE——编程器的驱动软件全,兼容于WINDOWS9*/2000/XP ,绿色软件,直接拷贝到硬盘即可使用。 EZ51.HEX——编程器的监控程序,自制编程器时用另外一个编程器把该程序烧写到一片AT89C51或者AT89S51即可。 EZDL4.EXE——编程器的升级版驱动程序,自动监测串口和芯片。 EZ编程器使用说明——该编程器的使用方法,为HTM格式,直接点击即可打开。,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:583.58kb
    • 提供者:苏陈
  1. F2812-USB

    0下载:
  2. 用protel DXP设计的F2812-USB电路板,本工程包括FPGA程序和CY7C68013固件程序的PCB原理图和PCB板图。-With protel DXP designed F2812-USB circuit board, the works include the FPGA programs and CY7C68013 firmware for PCB schematic and PCB board diagram.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:312.82kb
    • 提供者:zhaox
  1. pcb

    0下载:
  2. 设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority to th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:108.82kb
    • 提供者:魏忠祥
  1. BoardCount

    0下载:
  2. 本程序能对图片中的pcb板子进行计数,效果很好!主要使用opencv和vc++开发,能根据环境的改变来改变参数。-This procedure can pcb board pictures to count, very good! The main use of opencv and vc++ development, in accordance with changes in the environment to change the parameters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:975.48kb
    • 提供者:yan
  1. prcs_mngment

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。进程的运行时间以时间片为单位进行计算。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 如果运行
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.44kb
    • 提供者:atlantis
  1. priority_process

    0下载:
  2. 一个模拟按优先数调度算法实现处理器调度的程序。(1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如P1~P5。 • 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 • 状态——假设两种状态:就绪和结束,用R表示就绪,用E表示结束。初始状态都
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:116.82kb
    • 提供者:杨子辰
  1. jincheng

    0下载:
  2. 模拟高优先权优先的进程调度算法 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程),每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 进程的优先数及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 就绪进程获得CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.62mb
    • 提供者:金小山
  1. Temperature

    0下载:
  2. 对水温的精确测量程序,内包含有电路设计原理图及pcb设计图-Accurate measurement of the temperature program, which includes a circuit design schematic and pcb layout
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.37kb
    • 提供者:何震
  1. 02.ReportPinTypeCount

    0下载:
  2. PADS 二次开发程序,用于统计PCB上的pin数量-PADS secondary development of procedures for the statistical number of PCB on the pin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:656byte
    • 提供者:肖亮亮
  1. pcb

    0下载:
  2. 例题    设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。-Example design of a process of a total of N-line process scheduler. Process Scheduling Algorithm: The highest priority priority scheduling algorithm (ie processors alloca
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2.67kb
    • 提供者:丁伟
  1. BDM-PCB

    0下载:
  2. 飞思卡尔 智能车 usbdm制作方法 及相关程序 含PCB文件 usbdm制作方法-Freescale smart car usbdm production method and related procedures including PCB files usbdm production methods
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1.34mb
    • 提供者:王培金
  1. stc15xx-sch-pcb-library

    0下载:
  2. 一个小程序,应用在各个方面都可以,就是不会也可以-a little program
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:139.19kb
    • 提供者:欧阳
  1. stm8--BLDC-pcb-sch-

    0下载:
  2. stm8单片机实现了控制bldc轮毂电机的控制,用了6个mos管,采用六部控制,里面有 pcb sch 和程序,可以用此资料改装成电动自平衡独轮车-Stm8 microcontroller realized control BLDC hub motor control, with 6 mos tube, using six control with Sch and PCB program, this information is converted into electric self bala
  3. 所属分类:Other systems

    • 发布日期:2017-06-15
    • 文件大小:22.13mb
    • 提供者:王衷曲
  1. 原理图和PCB源文件及gerber

    2下载:
  2. WIFI 无线 智能插座,手机APP控制与定时(原理图、PCB、APP及程序源码)(WIFI wireless smart socket, mobile APP control and timing (schematics, PCB, APP and program source code))
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:652kb
    • 提供者:华仔华仔
  1. 模拟量板PCB

    1下载:
  2. 多路模拟量采集程序,各通道配置程序协调。。。(Multichannel analog acquisition program)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:17.98mb
    • 提供者:宁136132
  1. ES6control-z

    0下载:
  2. STM8 LIN发送程序 工程,PCB板子上使用STM8带TJA1020实现LIN发送功能 本程序主要为LIN 主节点询问从节点(STM8 LIN send program, use STM8 PCB with TJA1020 LIN send function This procedure is mainly for LIN master node from the node)
  3. 所属分类:其他

  1. pcb

    0下载:
  2. PCB设计高级试卷、解答程序的结果文件。用于PCB考试的练习。(PCB designs advanced test papers and answers result files.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:91kb
    • 提供者:yongwong
  1. ADF4351 +PCB

    2下载:
  2. 该资料为ADF4351本振源设计电路和STM32的驱动程序,亲测能够实现(The data is ADF4351, the design circuit of the local oscillator and the driver of STM32.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5.71mb
    • 提供者:sktone
  1. 暖风机程序

    0下载:
  2. 很早以前用S3F9454做的整个采暖器程序和电路图和PCB图纸,这个已经有10年多前了,自己玩的,今天突然看到了(electromagnetic oven; induction cooker)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:163kb
    • 提供者:cunzhang
  1. 基于STM32设计的电子秤PCB,原理图加程序

    3下载:
  2. 基于STM32的电子秤设计,包含了原理图,PCB,和程序(The design of electronic scale based on STM32 includes schematic diagram, PCB and program.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4.81mb
    • 提供者:QcPointSudoku
« 12 3 »
搜珍网 www.dssz.com