代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/367407/9751811
cs privateclassmember.cs
class clsMessage
{
public clsMessage(string Msg)
{
Message = Msg;
}
public void ShowMessage()
{
System.Console.WriteLine(Message);
}
private string Message;
}
class clsP
www.eeworm.com/read/170895/9780964
bak project2_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/170895/9780975
bak code2_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/170895/9780976
opt project2.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/249498/12491318
cpp perfmon.cpp
// PerfMon.h: interface for the CPerfMon class.
//
//////////////////////////////////////////////////////////////////////
// By Mike Ryan (mike@codexia.com)
// Copyright (c) 2000, portions (c) All
www.eeworm.com/read/249480/12499511
prj ds18b20.prj
[AVRGCCIDE]
Version=Version:2.03
[Compiler Files]
Count=8
File0=main.c
File1=bit_set.h
File2=delay.h
File3=delay.c
File4=ds18b20.c
File5=ds18b20.h
File6=usart.c
File7=usart.h
[Directories]
www.eeworm.com/read/147407/12554530
c chkconst.c
#include
void no_change(const char *string)
{
while (*string)
*string++ = toupper(*string);
}
void main(void)
{
char title[] = "Jamsa\'s C/C++/C# Programmer\
www.eeworm.com/read/135305/13941491
frm rtext.frm
VERSION 5.00
Begin VB.Form frmRtext
Caption = "旋转文字"
ClientHeight = 5385
ClientLeft = 1080
ClientTop = 1470
ClientWidth = 4905
LinkTopic
www.eeworm.com/read/237360/13967364
bak general.c.bak
/****************************************************************************
Filename: general.c
programmer: zhang chen
Description: 通用子程序库
内容:
void DelayMs(unsigned int ms); 延时ms毫秒
版本变更:
www.eeworm.com/read/204678/15335011
bak send_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }