代码搜索:red

找到约 10,000 项符合「red」的源代码

代码结果 10,000
www.eeworm.com/read/397976/8012048

txt prediag.txt

/* * 时域诊断 * */ #include #include "system.h" #include "graph.h" #include #include #include #include #define SIGNAL_NUMBER
www.eeworm.com/read/397976/8012052

cpp prediag.cpp

/* * 时域诊断 * */ #include #include "system.h" #include "graph.h" #include #include #include #include #define SIGNAL_NUMBER
www.eeworm.com/read/145341/12734858

c flasher.c

#define MAX_COUNT 800 #define RED_LED 0x08000000; #define GREEN_LED 0x00100000; main() { int count, threshold; unsigned long * drive_on; unsigned long * drive_off; drive_on = (unsigned long *)
www.eeworm.com/read/331587/12819648

asv ss_dc_motor_load.asv

% By Roger Aarenstrup, roger.aarenstrup@mathworks.com % 2006-08-18 % % This is a state-space DC motor model of a % Maxon RE25 10 Watt, precious metal brushes, 118743 % % This model also have a weak c
www.eeworm.com/read/331587/12819686

m ss_dc_motor_load.m

% By Roger Aarenstrup, roger.aarenstrup@mathworks.com % 2006-08-18 % % This is a state-space DC motor model of a % Maxon RE25 10 Watt, precious metal brushes, 118743 % % This model also have a weak c
www.eeworm.com/read/143548/12861909

cpp mathmorphview.cpp

// MathMorphView.cpp : implementation of the CMathMorphView class // #include "stdafx.h" #include "MathMorph.h" #include "MathMorphDoc.h" #include "MathMorphView.h" #ifdef _DEBUG #define
www.eeworm.com/read/241295/13158122

m test_hexahedron.m

xyz = [3, 1, 6; -5, 2, 1]; [fens,gcells] = mesh_hexahedron(xyz,12,3,4); % [fens,gcells1,gcells2] = merge_meshes(fens1, gcells1, fens2, gcells2, eps); % gcells= cat(2,gcells1,gcells2);
www.eeworm.com/read/136434/13378752

cpp colormatcher_open.cpp

/*****************************************************************************\ colormatcher_open.cpp : Implimentation for the ColorMatcher_Open class Copyright (c) 1996 - 2002, Hewlett-Packard C
www.eeworm.com/read/318849/13471133

h output.h

//============================================ // 查找某一个数,返回这个数在树的结点指针 //============================================ struct Red_Black*find_tree(int num,struct Red_Black*root) { if (root==
www.eeworm.com/read/317323/13505985

txt 彩灯控制1.txt

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY Ledcontrol IS PORT (CLK,CLR:IN STD_LOGIC; Red,Green,Yellow:OUT STD_LOGIC); END Ledcontrol; ARCHITECTURE