代码搜索结果
找到约 34,281 项符合
A 的代码
uip-1.0-changelog.txt
* A new API: protosockets that are similar to BSD sockets but does not
require any underlying multithreading system.
* Very rudimentary IPv6 support
* New application: DHCP client. Web server rew
uip-1.0-changelog.txt
* A new API: protosockets that are similar to BSD sockets but does not
require any underlying multithreading system.
* Very rudimentary IPv6 support
* New application: DHCP client. Web server rew
usingcodemaestro.c
// A C structure
typedef struct date {
int day;
int month;
int year;
char monthName[3];
} DATE, *DATEPTR
// Some variable declarations
const int COUNTER = 1;
int dspConfig = 0;
DATE
projectmanagement.gel
// A GEL Function showcasing GELs ability
// to automate common tasks
menuitem "Project Management Tool";
hotmenu Run_Project()
{
// Call standard GEL library function to load project
GEL_Proje
a.lst
C51 COMPILER V7.20 A 02/25/2006 21:30:08 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE A
OBJECT MODULE PLACED IN a.OBJ
a.c
#include "reg51.h"
//#include
#define uchar unsigned char
sbit irpot=P3^2;
sbit P2_7 =P2^7;
sbit P2_6 =P2^6;
sbit P2_5 =P2^5;
sbit P2_4 =P2^4;
sbit P2_3 =P2^3;
sbit P2_2 =P2^2;
yaokon.lnp
"a.obj"
TO "yaokon"