代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/103912/15716416
clw miniedit.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMiniEditView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "mini
www.eeworm.com/read/100102/15885000
txt fselector.txt
The file selector is designed to be very intuitive. It should nearly
always do the expected thing. So a minimal amount of explanation is
all that should be necessary. (If I did it right.)
Mini
www.eeworm.com/read/428887/8831269
l travel.l
# 22oct03abu
# (c) Software Lab. Alexander Burger
(de travel (A B)
(mini car
(solve
(quote
@A A
@B B
(path @A @B @P @N) )
(cons @N @P) )
www.eeworm.com/read/384801/8842994
readme
tmhttpd - TieMa(Tiny&Mini) Http Server
tmhttpd is a very small HTTP server. It run from daemon.
It implements all the basic features of an HTTP
server, including:
* Support GET/HEAD
www.eeworm.com/read/374506/9401490
makefile
# Makefile for NN version of mini inews.
#
# $RCSfile: Makefile,v $ $Revision: 1.1.1.1 $
#
# $Author: fp $ $Date: 1996/06/06 19:41:07 $
#
# $State: Exp $ $Locker: $
#
# $Log: Makefile,v $
# Revision
www.eeworm.com/read/176921/9479473
pl parser.pl
/* Parser fuer mini-PASCAL */
:- consult(scanner).
parse_programm(Datei, Parsebaum):-
init_scanner(Datei),
parse_programm(Parsebaum), !.
parse_programm(Anweisungen):-
parse_symbol
www.eeworm.com/read/359548/10139678
java productinfo.java
import java.util.*;
public class ProductInfo {
public static void main(String[] args) {
String data = "Mini Discs 74 Minute (10-Pack)_5_9.00";
StringTokenizer tknzr
www.eeworm.com/read/359548/10139796
java productvalue.java
import java.util.*;
public class ProductValue {
public static void main(String[] args) {
String data = "Mini Discs 74 Minute (10-Pack)_5_9.00";
StringTokenizer token
www.eeworm.com/read/444676/7609258
asm ow10.asm
;
; Mini-25
;
; Overwrites the first file in a directory
FNAM Equ 09eh
Db '*.*',0
Main: Mov Ah,4eh
Mov Dx,Cx
Int 21h
www.eeworm.com/read/298388/7963494
cpp main.cpp
#include "main.h"
HWND hwnd;
bool ProgramActive;
bool MouseDown=false;
int GameStatus=0;
int mini;
unsigned char *LightTable;
unsigned char *BaseLight;
unsigned char *SmallLight;
int PA