代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/301928/13845622
m imdisp.m
function imdisp(I)
% imdisp(I) - scale the dynamic range of an image and display it.
x = (0:255)./255;
grey = [x;x;x]';
minI = min(min(I));
maxI = max(max(I));
I = (I-minI)/(maxI-minI)*255;
i
www.eeworm.com/read/136821/5850958
h minicontrols.h
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/132069/5924883
cpp minifilesys.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the files incl
www.eeworm.com/read/251886/6336063
wmconfig xmms.wmconfig
xmms name "XMMS"
xmms description "X MultiMedia System"
xmms exec "xmms &"
xmms group "Application"
xmms icon "mini/xmms_mini.xpm"
www.eeworm.com/read/488127/6497038
txt jboss_ant.txt
六、jboss的使用:
有三种运行方式
run 加载的是default目录下内容
run -c all 加载的是default目录下内容
run -c mini 加载的是mini目录下内容
必须配置环境变量:
JBOSS_HOME=C:\jboss-4.2.2.GA
相关的重要目录:
%JBOSS_HOME%/client:客户开发所用类包目
www.eeworm.com/read/484628/6580824
hwp sub_active_3.hwp
[HIMDBVersion]
2.0
[DATABASE_VERSION]
"2.8"
[PROJECT_DETAILS]
"sub_active_3" "J:\Renesas mini\sub_active_4\sub_active_3\sub_active_3" "J:\Renesas mini\sub_active_4\sub_active_3\sub_active_3\sub_
www.eeworm.com/read/478737/6701872
ini vsclient.ini
[version]
versionname=测试版
versioninnername=alpha
versioninfo=2.6
mini=3
build=200903252119
www.eeworm.com/read/409347/11331694
announcement
Mini-XML 2.4 is now available for download from:
http://www.easysw.com/~mike/mxml/software.php
Mini-XML 2.4 fixes some build and XML parsing bugs, adds support
for the apos character entity, and