代码搜索:CO2焊机
找到约 96 项符合「CO2焊机」的源代码
代码结果 96
www.eeworm.com/read/369273/7099397
vhd jw.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY JW IS
PORT(DIAO,CLK1,CO1,CO2:IN STD_LOGIC;
ZHUANG: IN STD_LOGIC_VECTOR (2 DOWNTO 0);
www.eeworm.com/read/369273/7099406
bak jw.vhd.bak
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY JW IS
PORT(DIAO,CLK1,CO1,CO2:IN STD_LOGIC;
ZHUANG: IN STD_LOGIC_VECTOR (2 DOWNTO 0);
www.eeworm.com/read/264936/11293465
vhd cnt100.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY cnt100 IS
PORT (ce,rst,clk : IN STD_LOGIC;
ca : OUT STD_LOGIC;
co1,co2 : OUT STD_
www.eeworm.com/read/383940/2609311
nc t6004appc.nc
/**
* 本程序用于测试UART0驱动,传感器为CO2 6004
* @author Majy & Lizm
* @date 2008/09/28
*/
#include "Timer.h"
#include "T6004.h"
configuration T6004AppC
{
}
implementation
{
components Mai
www.eeworm.com/read/142075/12966485
plg spotwelder.plg
礦ision3 Build Log
Project:
F:\Design C\红姆点焊机\SpotWelder.uv2
Project File Date: 11/04/2005
Output:
Build target 'Target 1'
compiling SpotWelde
www.eeworm.com/read/383940/2606975
nc t6004readerc.nc
/***本程序为T6004 CO2 传感器组件
*@author Majy & Lizm
*@data 2008-09-27
*/
configuration T6004ReaderC
{
provides interface Read as T6004Reader;
}
implementation
{
components T600
www.eeworm.com/read/383940/2609312
nc t6004c.nc
/**
* 本程序用于测试UART0驱动,传感器为CO2 6004
* @author Majy & Lizm
* @date 2008/09/28
*/
#include "Timer.h"
#include "T6004.h"
module T6004C
{
uses
{
interface Boot;
interface Led
www.eeworm.com/read/383940/2606974
nc t6004readerp.nc
/***本程序为T6004 CO2 传感器组件
*@author Majy & Lizm
*@data 2008-09-27
*/
module T6004ReaderP
{
provides interface Read as T6004Reader;
uses interface StdControl as Uart0Control;
www.eeworm.com/read/281973/9125631
c main.c
//******************************************************************
//功能作用;实现CO2浓度和温度的检测
//2007-1-21 9:33
//晶振;32768
//CPU;MSP430F147
//使用资源:12位A/D转换,IO口,信息存储段A,串口0,串口1,
// 基本定时器;
//使
www.eeworm.com/read/264936/11293594
vhd clock.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY clock IS
PORT (set,date,clo,clk,rst : IN STD_LOGIC;
co1,co2,co3,co4,co5,co6 : OUT STD_LOGIC_VECTO