-
鼠标移动得到图片的颜色值和坐标
vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:
Color pointColor = bmp.GetPixel(X, Y);
textBox1.Text = pointColor.R.ToString();
textBox2.Text = pointColor.G.ToString();
textBox3.Text = pointColor.B.ToString();
LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
- 2022-03-16 06:55:49下载
- 积分:1
-
本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、...
本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数线性模型等内容。第4篇试验设计与回归分析,介绍了回归分析的种类和选用方法、简单直线回归、多项式回归、简单曲线回归、多元线性回归、协方差分析、直接试验设计及其资料的回归分析等有关内容。第5篇生存分析,介绍了生存资料的特点、生存时间函数和生存分析 方法的分类等基本概念;生存资料的非参数分析方法、COX模型分析方法和参数模型的回归分析方法。第6篇多元统计分析,介绍了主成分分析、因子分析、对应分析、聚类分析、判别分析、典型相关分析。-The book is divided into six, a statistically based knowledge and skills in SAS software applications, introduced the basic concepts in statistics and learning methods, experimental design entry, statistical description of SAS software application entry, to prepare SAS utility skills, single variable statistical analysis and use SAS/GRAPH mapping module commonly used statistical map. The first two experimental design and quantitative analysis of the statistical data, presented with t-test, non- parametric tests and the analysis o
- 2022-08-25 18:46:50下载
- 积分:1
-
c++编码的排序算法
c++编码的排序算法-c Coding Algorithm
- 2022-04-29 06:49:31下载
- 积分:1
-
image rotation procedures, the images can be arbitrary angle of rotation (after...
图像旋转程序,可以对图像进行任意角度的旋转(旋转后无图像部分用255赋值)。-image rotation procedures, the images can be arbitrary angle of rotation (after rotating images without using some 255 assignment).
- 2022-06-14 18:32:45下载
- 积分:1
-
表达式二叉树
表达式二叉树-Expression of BinaryTree
- 2022-06-03 16:23:09下载
- 积分:1
-
多变量非线性优化模型求解,对约束条件建立m文件
多变量非线性优化模型求解,对约束条件建立m文件-Multi-variable nonlinear optimization model for solving the establishment of restrictive conditions on m file
- 2023-06-18 04:15:03下载
- 积分:1
-
tacticians were Newton and the Golden Section of a search algorithm C realized,...
运筹学中牛顿法和黄金分割法一位搜索的算法C++实现,我大二时自己写的作业程序。-tacticians were Newton and the Golden Section of a search algorithm C realized, I write his sophomore year at the operating procedures.
- 2022-01-31 19:41:40下载
- 积分:1
-
kalman算法以及里面用到的矩阵运算,包括kalman filter extended kalman filter iterated extended kal...
kalman算法以及里面用到的矩阵运算,包括kalman filter extended kalman filter iterated extended kalman filter-kalman algorithm and used inside the matrix operations,a kalman filter, an
extended kalman filter, and an iterated extended kalman filter
- 2022-08-09 20:13:47下载
- 积分:1
-
遗传算法demo
这个代码项目是采用遗传算法实现模式匹配的实例。欢迎大家下载、试用。谢谢大家的支持!
- 2022-03-12 03:06:13下载
- 积分:1
-
多视点视频编码JMVC
多视点视频编码,支持多个视点同时编码,消除空间、时间及视点间的冗余。获得较好性能的编码结果,率失真性能。
- 2022-01-26 02:12:24下载
- 积分:1