搜索结果
找到约 40 项符合
Height 的查询结果
按分类筛选
Java编程 disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindow
disp()
{ setTitle("扫描线种子填充算法")
setSize(width,height)
setBackground(Color.white)
addWindowListener(this)
addMouseListener(this)
addMouseMotionListener(this)
setVisible(true)
操作系统开发 height、width为水印图像的高和宽
height、width为水印图像的高和宽,picHeight、picWidth为原始图像的高和宽,picData存储原始图像3层小波变换后的小波系数的数据,wmData存储原始图像3层小波变换后的小波系数,Out存储提取的水印分辨率层信息。
软件设计/软件工程 本文通过简易的表单制作, 添加表单的方法程序, 在程序中巧妙设置线条控件的L i neS2lant 、Left 、Top 、Height 及Width 属性值,同时设置计时器的Interval 属性
本文通过简易的表单制作, 添加表单的方法程序, 在程序中巧妙设置线条控件的L i neS2lant 、Left 、Top 、Height 及Width 属性值,同时设置计时器的Interval 属性及Timer Event 方法程序改变线条的颜色,以达到动态显示效果
Linux/Unix编程 int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}
Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap ...
汇编语言 2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1
2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。 ...
matlab例程 The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then co
The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is achieved using the genetic algorithm toolbox. Finally, resul ...
matlab例程 This m file hide an image jpeg,png in another jpeg,png image. The height and width of the secr
This m file hide an image jpeg,png in another jpeg,png image.
The height and width of the secret image is in LSB of 1st 32 pixels of 1st row of the cover image.This helps in the recovery of secret image.
The secret image must be smaller than cover image.A message box will appear with a numbe ...
软件测试 height mapping Original coder: Trent Polack
height mapping
Original coder: Trent Polack
Java编程 Java code where user can enter the height and base of a triangle and the program will calculate the
Java code where user can enter the height and base of a triangle and the program will calculate the area and perimeter if it is a right triangle