1 Star 1 Fork 0

两咸蛋 / bit_helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

bit_helper

介绍

bit_helper可代替windows程序员计算器,支持以下功能

优势功能
  1. 支持直接输入计算公式表达式,更贴近程序员习惯

    = 2 + 3 * 4

    = 12 << 3

    = (12 + 3) << 2

  2. 支持部分BIT位使能功能,方便直接查看部分位的组合值

    在解析或设置寄存器或位域的值时,使用十分方便,例如查看32位数据中第9~13位的值时可以使用此功能

基本功能
  1. 支持通过点击设置BIT位的值
  2. 高亮显示位为1的值
  3. 鼠标划过时高亮显示位的位置信息

软件架构

语言:python UI库:PyQt5

安装教程

pip install pyqt5

使用说明

使用介绍

运行
python3 main.py
计算表达式
  1. 支持加减乘除以及位运算,运算符与python运算符一致
部分位使能
  1. 按住shift
  2. 第一次按鼠标左键选择使能的最低位(包含点击的位)
  3. 第二次按鼠标左键选择使能的最高位(包含点击的位)
  4. 松开shift
  5. 按鼠标右键可取消部分位使能功能
MIT License Copyright (c) 2024 qmfr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

bit_helper可代替windows程序员计算器 1. 支持计算公式表达式 2. 支持部分BIT位使能功能 3. 高亮显示位为1的值 4. 鼠标划过时高亮显示位的位置信息 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/two_salted_eggs/bit_helper.git
git@gitee.com:two_salted_eggs/bit_helper.git
two_salted_eggs
bit_helper
bit_helper
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891