代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
led.lst
C51 COMPILER V7.20 LED 11/17/2006 23:33:38 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
led.lnp
"LED.obj"
TO "LED"
RAMSIZE(256)
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结
matrix.h
// Matrix.h 矩阵模板类头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _MATRIX_H //避免多次编译
#define _MATRIX_H
#include //模板类valarray的标准头文件
#include //公共头文
matrix.h
#ifndef _MATRIX_H__
#define _MATRIX_H__
template
class Matrix
{
public:
Matrix(int line, int column);
Matrix(int line, int column, const T& init);
T& operator () (int li
matrix.cpp
#include "StdAfx.h"
#include "Matrix.h"
led.c
//(2) 主程序
// 该程序用于实验演示模板上的8个LED的循环显示
#include "register.h"
main() // 初始化子程序
{ int led;
int i,k;
asm(" setc SXM"); // 抑制符号位扩展
asm(" clrc OVM"
led+key.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\led+key\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
led.vcl
Build Log
--------------------Configuration: LED - Win32 (WCE ARMV4I) Release--------------------
Command Lines
Creating temporary file "C:\DOC