搜索:Height

找到约 4,002 项符合「Height」的查询结果

结果 4,002
按分类筛选
显示更多分类
https://www.eeworm.com/dl/706/475163.html 软件测试

height mapping Original coder: Trent Polack

height mapping Original coder: Trent Polack
下载 69
·
查看 1079
https://www.eeworm.com/dl/619/451815.html 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 ...
下载 76
·
查看 1040
https://www.eeworm.com/dl/531/309674.html 操作系统开发

height、width为水印图像的高和宽

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

This function is used to evaluate the max height and the max distance of a projectile and plot th

This function is used to evaluate the max height and the max distance of a projectile and plot the trajectory. Inputs v0 : The initial velocity in m/s theta: The angle at which the projectile is fired in degrees Outputs hmax : The maximum hieght in m dmax : The ...
下载 41
·
查看 1081
https://www.eeworm.com/dl/633/476358.html 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
下载 30
·
查看 1053
https://www.eeworm.com/dl/945473.html 技术资料

03 calgary PhD An Analysis on the Optimal Combination of Geoid, Orthometric and Ellipsoidal Height D

资料->【E】光盘论文->【E1】斯坦福博士论文->03 calgary PhD An Analysis on the Optimal Combination of Geoid, Orthometric and Ellipsoidal Height Data.pdf
下载 7
·
查看 776
https://www.eeworm.com/dl/665/469675.html 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 too ...
下载 74
·
查看 1068
https://www.eeworm.com/dl/665/469707.html 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 ...
下载 83
·
查看 1079
https://www.eeworm.com/dl/633/264440.html 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)
下载 136
·
查看 1094
https://www.eeworm.com/dl/619/451808.html 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 }
下载 34
·
查看 1170