登录
首页 » Python » 调节亮度

调节亮度

于 2023-06-02 发布 文件大小:2.83 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

对亮度和对比度进行调节,亮度可以手动调节自动调节,对比度也可以手动调节自动调节,效果较好,比较值得参考

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mlp2.15_KNN.ipynb
    说明:  简单KNN算法编写,注释写的很详细,简单易懂,(simple KNN algorithm, it has been interpreted in detail)
    2019-10-12 15:41:19下载
    积分:1
  • 猜拳游戏(石头剪刀布.py)
    # 石头 0 剪刀 1 布 2 import randombot = random.randint(0, 2)player = int(input("输入您的结果")) if (player == 1) and (bot == 2) or (player == 2) and (bot == 0) or (player == 0) and (bot == 1): print("玩家获胜") elif player == bot: print("你们打成平手") else: print("电脑获胜")
    2020-11-30下载
    积分:1
  • flask--master
    说明:  flask简易框架介绍说明,实现工程的构建,基础架构的说明(Flash simple framework)
    2020-04-16 22:57:54下载
    积分:1
  • Sublime
    说明:  python编辑器很好用,希望能够给大家带来帮助,谢谢大家!(python sublime text 3)
    2020-06-22 20:40:01下载
    积分:1
  • sort_0.7
    Sorting m3u files, for iptv
    2019-05-13 16:25:45下载
    积分:1
  • SimpleTelnet
    Introduction This server uses the Telnet protocol which is not used as much nowadays because HTTP has taken its place. However, it is very simple and light. It does not need a heavy server or complicated methods to write dynamic functions. Almost everything to be sent is based on text. I run a Windows server and I made this program for maintaining the Windows server. This program can be used as a simple monitoring program. You can check whether your server is OK or not via Telnet. The things you need to do are simply add a script or modify some Python code. Background This server is written using the Telnet protocol, ANSI code, and ZModem. These are not common these days. So if you were familiar with this protocol, you could modify it for your purposes. If you know the Python language, you can understand the code easily.
    2021-04-13 21:38:55下载
    积分:1
  • Ballsearch
    说明:  NAO机器人识别红球并走向红球位置,参数可调(NAO Robot will detect the red ball, if NAO can't find ball, it will select other camera(bottom or top camera) to search. After the red ball is detected, robot will walk to the ball.)
    2021-01-02 16:58:57下载
    积分:1
  • BP_GitChat
    BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络,py实现(BP (back propagation) neural network is a concept put forward by Rumelhart and McClelland in 1986. It is a multi-layer feedforward neural network trained by error back propagation algorithm. It is the most widely used neural network at present.)
    2019-05-06 14:07:38下载
    积分:1
  • Battery-Kalman-master
    说明:  简单的电池建模(戴维南模型)以及卡尔曼滤波器,用于估算模拟锂电池的充电状态(SoC)估计。可模拟CC / CV充电和脉冲放电。 然后显示图形,显示仿真结果。 可以在Python / main.py中使用容量和Thevenin模型值。 充电/放电协议也可以更改,值可在Python / protocol.py中找到。(Simple battery modeling (the Thevenin model) and the Kalman filter are used to estimate the state of charge (SoC) of an analog lithium battery. Can simulate CC / CV charging and pulse discharge. Then display the graph and display the simulation results. The capacity and Thevenin model values can be used in Python / main.py. The charge/discharge protocol can also be changed and the values can be found in Python / protocol.py.)
    2020-12-10 09:09:20下载
    积分:1
  • 纵横点评
    用python写爬虫,抓取央文新闻点评部分,多线程,超时处理(Write a crawler with Python, part of Wang grab news comment threads, timeout processing)
    2017-09-21 09:58:47下载
    积分:1
  • 696522资源总数
  • 104031会员总数
  • 39今日下载