代码搜索结果

找到约 10,000 项符合 8 的代码

font8_8.h

/**************************************************************************************** * 文件名:FONT8_8.H * 功能:8*8 ASCII码字体显示函数。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景色。

font8_8.c

/**************************************************************************************** * 文件名:FONT8_8.C * 功能:8*8 ASCII码字体及显示函数。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景色。 ****

8x8.h

#undef CONFIG_FONT_8x8

8x8.h

#undef CONFIG_FONT_PEARL_8x8

8x8.h

#define CONFIG_FONT_ACORN_8x8 1

eg8_8.m

syms x y; %定义基本变量 f = (x+y)^3; %创建符号表达式 f1 = expand(f) %展开多项式f

ch8_8.cpp

//********************* //** ch8_8.cpp ** //********************* #include #include void main() { int arraysize; //元素个数 int *array; cout

example8_8.m

%这里有一幅图像,如图<mark>8</mark>-27所示,其动态范围较小,而且较暗,反映在直方图上,见图<mark>8</mark>-2<mark>8</mark>, %就是其%直方图所占据的灰度值范围比较窄,而且集中在低灰度值一边。为了使图像更清晰,我们采用直方图 %均衡化的方法来增加图像灰度动态范围,增强对比度。在MATLAB中,可以直接调用J=histeq (I,n) %函数来完成这项工作,其中I是原始图像矩阵,J是变换后所得的图像矩阵;用户可以指定均衡化 ...

wex8_8.cpp

#include #include #pragma hdrstop #include "wex8_5.h" void main (void) { DynamicType *p, Q(0); DynamicType *c; /* (a) */ p = new DynamicType

pex8_8.cpp

#include #pragma hdrstop #include "strclass.h" // replace repstr.Length() chars in source starting at index pos void Replace(String& source, int pos, const String& repstr) { //