代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\6713\DEC6713_FLASH\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compiler"
flash.txt
#include
#include
#include "flash.h"
char code msgbuf [] = "This is a test to see if this thing really works.";
char xdata strbuf [101];
long test_eeprom (void)
{
unsigned
flash.htm
Flash动画属性
body, a, table, div, span, td, th, input, select{font:9pt;font-
flash.h
#ifndef __FLASH__H
#define __FLASH__H
int flashWrite(unsigned short *base,unsigned short *flashAddr, unsigned char *buffer, unsigned long length);
int flashChipErase(void);
int
flash.c
#include
#include "def.h"
#include "mmath.h"
/*
135中的flash块大小为512字节,在该软件中主要修改保存费率和校准数据的常数表,
在430硬件配置文件文件*135.xcl中修改const的存储位置为f000-ffdf 共4k字节,
ee00-efff共512字节用来进行flash修改时
flash.c
//**********************************************************************
//功能 : SST39VF160操作子程序
//作者 : lihj
//创建日期 : 2004-06-19
//版本 : V1.0
//修改记录 :
//****************************************
flash.h
/*///////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
flash.cpp
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/