-
main
图像亮度和对比度调节,已验证,分别有亮度调节和对比度调节的调整框(Image brightness and contrast adjustment, has been verified, respectively, brightness adjustment and contrast ad)
- 2017-03-26 20:25:06下载
- 积分:1
-
client_udp
网络通讯:UDP客户端的工程源代码,已经测试通过(Network Communication: UDP client' s project source code, has been tested)
- 2010-10-14 12:32:21下载
- 积分:1
-
Form1
说明: 该程序是一个完整的画图板实现功能,有直线,矩形,椭圆,文本和图像的处理功能。(The program is a complete drawing board to achieve function, there is a straight line, rectangle, ellipse, text and image processing capabilities.)
- 2010-03-20 22:00:04下载
- 积分:1
-
debye5(1)
说明: 由晶格振动声子态密度计算迪拜温度、比热、振动熵等热力学性质的程序。(the programme for caculation of the debye temprature,specific heat,
entropy and so on from the DOS of phonon )
- 2011-04-18 15:09:14下载
- 积分:1
-
解方程LU分解法
数值分析中LU分解法,平方根法以及追赶法的小程序,可以方便初学者很快很好的掌握这些初等方法,对通过不同方式求解的效果有更好的了解。
- 2022-12-14 01:00:03下载
- 积分:1
-
Modbus_HoldStart)
modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
- 2014-02-22 14:42:15下载
- 积分:1
-
直方图对话框构造函数 ZFT::ZFT(CWnd* pParent /*=NULL*/) : CDialog(ZFT::IDD, pParent)//ZFT为定...
直方图对话框构造函数 ZFT::ZFT(CWnd* pParent /*=NULL*/) : CDialog(ZFT::IDD, pParent)//ZFT为定义的用来显示直方图的对话框类; { Width=Height=0 //对话框初始化阶段设置图像的宽和高为"0"; }-Histogram dialog Constructors Asian : : Asian (CWnd* pParent/*= NULL* /) : CDialog (Asian : : IDD, pParent)// Asian used for the definition of the histogram shows the dialog; Width = (Height = 0// dialog initialization stage set image"s width and height of the "0";)
- 2022-01-28 01:55:16下载
- 积分:1
-
jpeg-quick-introduction
JPEG 压缩标准的简介。很适合入门,中文版本。图象的压缩编码,JPEG 压缩编
码标准,哈夫曼编码,行程编码介绍,JPEG格式。(JPEG introduction)
- 2014-07-13 11:18:36下载
- 积分:1
-
基于单片机的智能计算器
说明: 基于51单片机的简易计算器,能够实现简单的的加减乘除操作(A simple calculator based on 51 single chip computer can realize simple operation of addition, subtraction, multiplication and division.)
- 2020-06-20 20:40:01下载
- 积分:1
-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1