代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/141545/13002431
cpp arr_rand.cpp
#include
#include
void main(void)
{
char name[]="Jamsa's C/C++ Programmer's Bible";
char iostr[80];
strstream ios(iostr, sizeof(iostr), ios::in | ios::out);
www.eeworm.com/read/141545/13002735
c chkconst.c
#include
void no_change(const char *string)
{
while (*string)
*string++ = toupper(*string);
}
void main(void)
{
char title[] = "Jamsa\'s C/C++ Programmer\'s
www.eeworm.com/read/328084/13047029
m e423.m
% Script file: E423.m
% Purpose:
% Calculate the Decibels
% Record of Revision
% Date Programmer Description of change
% ========= ============ =======================
%
www.eeworm.com/read/238952/13313237
h pgm.h
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2002, 2003 Brian S. Dean
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/136959/13351041
lst resource.lst
FidoNet C_Echo Resource List
The following messages are a list of resources that I've put together from
recommendations in this echo. These include books, magazines and compiler
ve
www.eeworm.com/read/321972/13391644
m microphone.m
% Script file: microphone.m
%
% Purpose:
% This program plots the gain pattern of a cardioid
% microphone.
%
% Record of revisions:
% Date Programmer Description
www.eeworm.com/read/315010/13554368
h rulebld.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/314863/13557311
bak ex_2_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {