代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/898/5594
h jpegbmp.h
#ifndef __JPEGBMP_H__
#define __JPEGBMP_H__
#include "sys.h"
#include "fat.h"
//////////////////////////////////////////////////////////////////////////////////
//Mini STM32开发板
//JPG/JPEG/BMP图
www.eeworm.com/read/898/5828
h jpegbmp.h
#ifndef __JPEGBMP_H__
#define __JPEGBMP_H__
#include "sys.h"
#include "fat.h"
//////////////////////////////////////////////////////////////////////////////////
//Mini STM32开发板
//JPG/JPEG/BMP图
www.eeworm.com/read/34625/1042319
makefile
ifeq ($(KERNELRELEASE),)
#KERNELDIR ?= /your/target/source/directory/
KERNELDIR ?=/opt/FriendlyARM/mini6410/linux/linux-2.6.38
PWD := $(shell pwd)
modules:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
www.eeworm.com/read/233448/4678723
f90 integer_select.f90
PROGRAM Test_INTEGER_select
! Every wrong branch leads to destruction.
INTEGER, PARAMETER :: maxI = HUGE (maxI)
INTEGER, PARAMETER :: minI = -1 * maxI
INTEGER :: I = 0
SELECT CASE (I)
www.eeworm.com/read/193432/5143625
java dynaserver.java
/*
* Copyright 2000 by dreamBean Software,
* All rights reserved.
*/
package com.dreambean.dynaserver;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* A mini webserve
www.eeworm.com/read/178758/5314486
c msvcrt.c
/* Mini MSVCRT
* by Hanzac Chen
*
* Ref: Wine is an Open Source implementation of the Windows API on top of X and Unix.
*
* This is free software; see GPL.txt
*/
#include
#include
www.eeworm.com/read/168747/5440822
java dynaserver.java
/*
* Copyright 2000 by dreamBean Software,
* All rights reserved.
*/
package com.dreambean.dynaserver;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* A mini webserve
www.eeworm.com/read/162614/5523189
f90 integer_select.f90
PROGRAM Test_INTEGER_select
! Every wrong branch leads to destruction.
INTEGER, PARAMETER :: maxI = HUGE (maxI)
INTEGER, PARAMETER :: minI = -1 * maxI
INTEGER :: I = 0
SELECT CASE (I)
www.eeworm.com/read/335819/3356090
dfm mainfrm.dfm
object MainForm: TMainForm
Left = 250
Top = 136
Width = 320
Height = 250
Caption = 'Mini CipherBox'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
F
www.eeworm.com/read/335819/3356106
dfm mainfrm.dfm
object MainForm: TMainForm
Left = 192
Top = 133
Width = 540
Height = 375
Caption = 'Mini AddrBook'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Fo