项目管理仪表盘模板,表格包含项目进度看板、项目总结模板、会议看板模板、项目说明书模板、项目总看板模板、项目报销申报模板,基本囊括了项目管理相关的汇报模板。
2022-08-15 14:04:30 224KB 项目管理 PMO 项目经理 项目助理
1
python程序控制多仪表盘pyecharts指定位置显示
2022-07-26 19:06:55 792B python 开发语言
1
以前有几个iOS demo平台有很多参考控件的但后来这些平台都逐一关闭了,,挺可惜的!现在iOS开源控件比安卓少,安卓随便找下能得到很多参考,但iOS可能很多情况下需要自己写!速度仪表盘和温度计当时也折腾了一天,分享出来放心下载使用。都有缓动效果比较逼真
2022-07-18 21:04:28 866KB 仪表盘 温度计 iOS仪表盘
1
iOS 仪表盘,仪表盘的画法和详情,刻度等得画法,
2022-07-18 10:53:39 26KB iOS
1
android应用源码速度仪表盘.zip
2022-07-11 09:07:46 330KB 安卓
qt 自定义控件仪表盘(qwidget实现)
2022-07-01 18:05:54 1.49MB qt
1
自定义View之仿支付宝芝麻信用分仪表盘效果,喜欢的话,请给个star,谢谢.使用添加项目依赖Add it in your root build.gradle at the end of repositories: allprojects {         repositories { ... maven { url "https://jitpack.io" }         }     } Add the dependency     dependencies {             compile 'com.github.HotBitmapGG:CreditSesameRingView:V1.0.2' }新版芝麻信用分使用     // The gradient color can define your own private final int[] mColors = new int[]{             0xFFFF80AB,             0xFFFF4081,             0xFFFF5177,             0xFFFF7997              }; // Set up the need to score mLayout = (RelativeLayout) view.findViewById(R.id.layout);       mButton = (Button) view.findViewById(R.id.btn);       newCreditSesameView = (NewCreditSesameView) view.findViewById(R.id.sesame_view);       mLayout.setBackgroundColor(mColors[0]);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)            {                newCreditSesameView.setSesameValues(639);                startColorChangeAnim();            }       }); // The background color gradient animation Simply illustrates the effect Can customize according to your need public void startColorChangeAnim()      { ObjectAnimator animator = ObjectAnimator.ofInt(mLayout, "backgroundColor", mColors);          animator.setDuration(3000);          animator.setEvaluator(new ArgbEvaluator());          animator.start();      }旧版芝麻信用分使用      // Set up the need to score oldCreditSesameView = (OldCreditSesameView) view.findViewById(R.id.sesame_view);       mButton = (Button) view.findViewById(R.id.btn);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)           {               oldCreditSesameView.setSesameValues(639);           }       });
2022-06-30 14:40:09 3.83MB 开源项目
1
wpfGauge动态链接库文件,可在C#项目中添加饮用,具体步骤参考博文
2022-06-15 15:14:11 52KB wpfGauge WPF 仪表盘
1
我用C#做的一个指针表盘程序,可用作电压电流及速度、温度表盘显示,C#工具箱缺这个东西,源码编译通过,执行直接输出表盘,实例中做了一个随机函数显示如何移动指针。
2022-06-02 09:07:34 44KB C#仪表盘控件
1
Qt 实现的进度仪表盘样式,可以动态显示当前加载的进度,界面交互灵活
2022-05-21 09:07:09 8KB qt 源码软件 开发语言
1