代码搜索:PROGRAMMER

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

代码结果 6,766
www.eeworm.com/read/292808/8331929

ini progconf.ini

[Programmer] Language=1 ComputerNo=10000000 Programmer=10 Port=0 CpuType=17 LockChip=0 ChipErase=1 BlankCheck=0 FlashProgram=1 EEPromProgram=0 VerifyFlash=0 VerifyEEProm=0 CalibSerial=1
www.eeworm.com/read/292808/8331955

prj usbasp.prj

[AVRGCCIDE] Version=Version:2.02 BETA1 [Compiler Files] Count=11 File0=main.c File1=clock.c File2=isp.c File3=usbconfig.h File4=clock.h File5=isp.h File6=usbdrv\oddebug.c File7=usbdrv\oddeb
www.eeworm.com/read/369338/9654351

q15 twiddles.q15

; ;FFT Twiddle factors for a complex fft radix 2 with 1024 points ; ;Programmer: Manfred Christ, Program version: 0.99, Program date: 23.08.90 ; .if N>8 ; STAGE 4 .word 030fch ;
www.eeworm.com/read/368825/9676400

v switch.v

/* -------------------------------------------------------------------- File Name : switch.v Programmer(s) : woailiushui qwb_ls@163.com Commany : IOEMCT OF TJU Created : 2006/05/09 Description
www.eeworm.com/read/368120/9711126

cpp calu.cpp

// // Module Name: Calu.cpp // // Purpose: Implement of the Calu.h // // Programmer: wuwenxi // #include "Calu.h" #include "CaluHelp.h" /* ====================================== Calculate
www.eeworm.com/read/171829/9734320

c printfok.c

#include void main(void) { int result; result = printf("Jamsa\'s C/C++ Programmer\'s Bible!\n"); if (result == EOF) fprintf(stderr, "Error within printf\n"); }
www.eeworm.com/read/171829/9734336

c str_out.c

#include void main(void) { char title[255] = "Jamsa\'s C/C++ Programmer\'s Bible"; printf("The name of this book is %s\n", title); }
www.eeworm.com/read/171829/9734353

c comment2.c

/* Program: COMMENT.C Written by: Kris Jamsa and Lars Klander Date written: 08-22-97 Purpose: Illustrates the use of comments in a C program. */ #include void main(void)
www.eeworm.com/read/171829/9734354

c comment.c

// Program: COMMENT.C // Written by: Kris Jamsa and Lars Klander // Date written: 08-22-97 // Purpose: Illustrates the use of comments in a C program. #include void main(void) {
www.eeworm.com/read/171829/9734579

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr