代码搜索:wanted
找到约 570 项符合「wanted」的源代码
代码结果 570
www.eeworm.com/read/111979/15498446
htm read.cgi-read=10303.htm
Re: [Wanted]:Source code for Mpeg2 player.
www.eeworm.com/read/187617/8618971
75906
Newsgroups: misc.forsale
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!gatech!concert!rock!taco!rsjoyce
From: rsjoyce@eos.ncsu.edu (ROGER STEPHEN JOYCE)
Subject: Mac monitor **WANTED**
Message-ID:
www.eeworm.com/read/107499/7070529
txt readme.txt
3D Maze
Needs
VB40032.dll
GDI32.dll
By Ryan Condon
Email- KingBeeXC@hotmail.com
This is a program i made because i was bored and wanted to see if i could do it, it took about a couple
www.eeworm.com/read/101082/6243199
2e l34.2e
#print
Suppose you wanted to match all letters and
punctuation marks. You could try
[^ ]
which is "anything but blank".
Try the following commands:
ex cut
1p
1s/p[^ ]/xxx/p
wq
ready
#create Ref
sto
www.eeworm.com/read/136849/5844142
mak lcc.mak
#
# PWR makefile for ABC
#
# TISH031204 shirely modify for lcc compilation
# PWR_CFLAGS := -g -pw2 -mn -x -mt -mw -o $(CFLAGSDRIVERS) $(CFLAGSPWR) -D_RVF=1 -DTRACE_WANTED=1 -DUSE_PWL_AS_MODULA
www.eeworm.com/read/308311/3717691
c https_callbacks.c
#include"datatypes.h"
#include"globalvariables.h"
#include"debug.h"
#include"system.h"
#include"tcp_ip.h"
#ifdef HTTP_WANTED
#include"http_server.h"
#include "FileSys.h"
/** \brief File no
www.eeworm.com/read/308311/3717696
c tcp.c
#include "debug.h"
#include "datatypes.h"
#include "timers.h"
#include "ethernet.h"
#include "ip.h"
#include "tcp_ip.h"
#include "system.h"
#ifdef TCP_WANTED
/** \brief Used for storin
www.eeworm.com/read/308311/3717714
c smtpc_callbacks.c
#include "datatypes.h"
#include "debug.h"
#include "globalvariables.h"
#include "system.h"
#include "timers.h"
#include "tcp_ip.h"
#ifdef SMTP_WANTED
#include "smtp_client.h"
#include