代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/128628/14287385
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/128477/14294685
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/128264/14307631
makefile
# Name: Makefile
# Project: PowerSwitch
# Author: Christian Starkjohann
# Creation Date: 2004-12-29
# Tabsize: 4
# Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
# License: Proprietary, fr
www.eeworm.com/read/229457/14338009
bak general.c.bak
/****************************************************************************
Filename: general.c
programmer: zhang chen
Description: 通用子程序库
内容:
void DelayMs(unsigned int ms); 延时ms毫秒
版本变更:
www.eeworm.com/read/119982/14815244
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/119982/14815365
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/116795/14953781
dox glcd.dox
/** \defgroup glcd glcd: Graphic LCD API (application programmer's interface)
This library (or API) allows you to draw dots, lines, boxes, circles, and text on most monochrome graphic LCDs.