代码搜索:PROGRAMMER

找到约 6,766 项符合「PROGRAMMER」的源代码

代码结果 6,766
www.eeworm.com/read/415560/7104482

script programmer.script

# OpenOCD Target Script for Atmel AT91SAM7S256 # # Programmer: James P Lynch # wait_halt # halt the processor and wait armv4_5 core_state arm # select the core state #mww 0xffffff64 0
www.eeworm.com/read/415560/7104483

cfg programmer.cfg

#define our ports telnet_port 4444 gdb_port 3333 #commands specific to the Amontec JTAGKey interface ft2232 ft2232_device_desc "Olimex OpenOCD JTAG A" ft2232_layout "olimex-jtag" ft2232_vid_p
www.eeworm.com/read/321187/13410999

c programmer.c

#include #include "hexfiles.h" #include "isp.h" int idChip(void) { unsigned char sig[3]; readSig(sig); //printf("Sig: 0x%.2X 0x%.2X 0x%.2X.\n", sig[0], sig[1], sig[2]); return (sig[1
www.eeworm.com/read/321187/13411000

h programmer.h

#ifndef PROGRAMMER_H_ #define PROGRAMMER_H_ int idChip(void); int writeChip(int, unsigned char *); void readChip(int, unsigned char *); int writeHex(char *, int); #endif /*PROGRAMMER_H_*/
www.eeworm.com/read/305602/13764508

class programmer.class

www.eeworm.com/read/305602/13764515

java programmer.java

/** * A member of the chain * The resposibility of Programmer is coding */ import java.io.*; public class Programmer implements Chain { private Chain nextChain = null; private S
www.eeworm.com/read/100285/6270797

sgml programmer.sgml

www.eeworm.com/read/219219/14891398

dfm programmer.dfm

object PgmDlg: TPgmDlg Left = 342 Top = 114 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Programmer' ClientHeight = 368 ClientW
www.eeworm.com/read/219219/14891550

h programmer.h

//--------------------------------------------------------------------------- #ifndef ProgrammerH #define ProgrammerH #define MAX_FLASHBUF 131072 #define MAX_EEPROMBUF 4096 //----------------
www.eeworm.com/read/219219/14891663

cpp programmer.cpp

/************************************************************************** Project: WinAVRIDE Class: Programmer Dialog Copyright (C) 2005 Philipp Schober This program is free software; y