代码搜索:PROGRAMMER

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

代码结果 6,766
www.eeworm.com/read/246313/12737036

html tij0056.html

Bruce Eckel's Thinking in Java Contents |
www.eeworm.com/read/143941/12829052

patch avrdude-usb.patch

diff -urN orig/avrdude-4.0.0/Makefile.am avrdude-4.0.0/Makefile.am --- orig/avrdude-4.0.0/Makefile.am 2003-03-11 20:09:57.000000000 -0600 +++ avrdude-4.0.0/Makefile.am 2003-11-24 21:44:21.000000000 -0
www.eeworm.com/read/141545/13002641

c tolower.c

#include #include void main(void) { char string[] = "Jamsa\'s C/C++ Programmer\'s Bible"; int i; for (i = 0; string[i]; i++) putchar(tolower(string[i]));
www.eeworm.com/read/141545/13002760

c toupper.c

#include #include void main(void) { char string[] = "Jamsa\'s C/C++ Programmer\'s Bible"; int i; for (i = 0; string[i]; i++) putchar(toupper(string[i]));
www.eeworm.com/read/328084/13046951

asv e423.asv

% Script file: E423.m % Purpose: % Calculate the Decibels % Record of Revision % Date Programmer Description of change % ========= ============ ======================= %
www.eeworm.com/read/328084/13047007

asv e421.asv

% Script file: E421.m % Purpose: % Write a program to determine the idistance d at which % to attach the cable to the pole to minimize the tension on the cable. % in d=1:1:7,also plot the tensio
www.eeworm.com/read/238952/13313101

c par.c

/* * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean * * This program is free software; you can redistribute it a
www.eeworm.com/read/238952/13313335

h avr.h

/* * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean * * This program is free software; you can redistribute it a
www.eeworm.com/read/152367/5673985

po delphi6.po

msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2003-03-04 17:49\n" "PO-Revision-Date: 2003-09-17 10:43+1000\n" "Last-Translator: Olivier Sannier \n" "MIME-Vers
www.eeworm.com/read/150372/5693603

c blinky.c

/* Blinky.C - LED Flasher for the Keil LPC900 EPM Emulator/Programmer Module */ #include // register definition void delay (unsigned int cnt) { while (--cnt); } void main()