资源简介
采用GDI 简单实现热度图
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HeatMap
{
public enum ColorRamp
{
THERMAL
RAINBOW
RED_WHITE_BLUE
}
public static class ColorUtil
{
private static readonly uint[] uTHERMAL = new uint[256] { 0 167772262 336396403 504430711 672727155 857605496 1025311865 1193542778 1361445755 1529480062 1714226559 1882326399 2050229378 2218264197 2386232710 2571044231 2739013001 2906982028 3075081868 3243050383 3427796369 3595765395 3763734164 3931768213 4099736983 4284614554 4284745369 4284876441 4285007513 4285138585 428533493
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-09-11 02:25 HeatMap\
目录 0 2017-06-12 09:23 HeatMap\HeatMap\
目录 0 2017-06-12 09:23 HeatMap\HeatMap\bin\
目录 0 2017-06-12 09:23 HeatMap\HeatMap\bin\Debug\
文件 12288 2017-06-12 09:23 HeatMap\HeatMap\bin\Debug\HeatMap.dll
文件 17920 2017-06-12 09:23 HeatMap\HeatMap\bin\Debug\HeatMap.pdb
文件 5510824 2016-07-14 14:43 HeatMap\HeatMap\bin\Debug\mscorlib.dll
文件 59342 2010-03-18 00:23 HeatMap\HeatMap\bin\Debug\normidna.nlp
文件 47076 2010-03-18 00:23 HeatMap\HeatMap\bin\Debug\normnfc.nlp
文件 40566 2010-03-18 00:23 HeatMap\HeatMap\bin\Debug\normnfd.nlp
文件 67808 2010-03-18 00:23 HeatMap\HeatMap\bin\Debug\normnfkc.nlp
文件 61718 2010-03-18 00:23 HeatMap\HeatMap\bin\Debug\normnfkd.nlp
目录 0 2017-06-12 09:23 HeatMap\HeatMap\bin\Debug\zh-Hans\
文件 287072 2010-05-03 21:47 HeatMap\HeatMap\bin\Debug\zh-Hans\mscorlib.resources.dll
文件 13182 2012-09-11 02:25 HeatMap\HeatMap\ColorUtil.cs
文件 2532 2012-09-11 02:25 HeatMap\HeatMap\HeatMap.csproj
文件 2413 2012-09-11 02:25 HeatMap\HeatMap\HeatMapMaker.cs
文件 268 2012-09-11 02:25 HeatMap\HeatMap\HeatPoint.cs
目录 0 2017-06-12 09:23 HeatMap\HeatMap\obj\
目录 0 2017-07-18 11:47 HeatMap\HeatMap\obj\Debug\
文件 908 2017-06-12 09:23 HeatMap\HeatMap\obj\Debug\HeatMap.csproj.FileListAbsolute.txt
文件 162483 2017-07-18 11:47 HeatMap\HeatMap\obj\Debug\HeatMap.csprojResolveAssemblyReference.cache
文件 12288 2017-06-12 09:23 HeatMap\HeatMap\obj\Debug\HeatMap.dll
文件 17920 2017-06-12 09:23 HeatMap\HeatMap\obj\Debug\HeatMap.pdb
目录 0 2012-09-11 02:25 HeatMap\HeatMap\Properties\
文件 1334 2012-09-11 02:25 HeatMap\HeatMap\Properties\AssemblyInfo.cs
文件 1398 2012-09-11 02:25 HeatMap\HeatMap.sln
文件 77824 2012-09-11 02:25 HeatMap\HeatMap.v11.suo
目录 0 2017-06-12 09:23 HeatMap\TestHeatMap\
文件 187 2012-09-11 02:25 HeatMap\TestHeatMap\App.config
目录 0 2017-06-12 09:23 HeatMap\TestHeatMap\bin\
............此处省略39个文件信息
- 上一篇:C#图像直方图匹配
- 下一篇:Gif图像录制编辑创建
相关资源
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- dc竞赛房租处理数据
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- 第二代Kinect WPF开发从入门到精通资料
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- Focas V4.0 带说明
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- asp.net mvc 网上书店系统
评论
共有 条评论