搜索结果

找到约 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)
https://www.eeworm.com/dl/633/264440.html
下载: 136
查看: 1063

操作系统开发 height、width为水印图像的高和宽

height、width为水印图像的高和宽,picHeight、picWidth为原始图像的高和宽,picData存储原始图像3层小波变换后的小波系数的数据,wmData存储原始图像3层小波变换后的小波系数,Out存储提取的水印分辨率层信息。
https://www.eeworm.com/dl/531/309674.html
下载: 136
查看: 1038

软件设计/软件工程  本文通过简易的表单制作, 添加表单的方法程序, 在程序中巧妙设置线条控件的L i neS2lant 、Left 、Top 、Height 及Width 属性值,同时设置计时器的Interval 属性

 本文通过简易的表单制作, 添加表单的方法程序, 在程序中巧妙设置线条控件的L i neS2lant 、Left 、Top 、Height 及Width 属性值,同时设置计时器的Interval 属性及Timer Event 方法程序改变线条的颜色,以达到动态显示效果
https://www.eeworm.com/dl/684/433410.html
下载: 164
查看: 1110

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 }
https://www.eeworm.com/dl/619/451808.html
下载: 34
查看: 1158

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 ...
https://www.eeworm.com/dl/619/451815.html
下载: 76
查看: 1028

汇编语言 2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1

2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。 ...
https://www.eeworm.com/dl/644/467756.html
下载: 148
查看: 1171

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 ...
https://www.eeworm.com/dl/665/469675.html
下载: 74
查看: 1031

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 ...
https://www.eeworm.com/dl/665/469707.html
下载: 83
查看: 1050

软件测试 height mapping Original coder: Trent Polack

height mapping Original coder: Trent Polack
https://www.eeworm.com/dl/706/475163.html
下载: 69
查看: 1057

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
https://www.eeworm.com/dl/633/476358.html
下载: 30
查看: 1033