码迷,mamicode.com
首页 >  
搜索关键字:salient region detec    ( 2773个结果
LeetCode 304. Range Sum Query 2D - Immutable 二维区域和检索 - 矩阵不可变(C++/Java)
题目: Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner ( ...
分类:编程语言   时间:2020-02-12 00:30:01    阅读次数:62
Action<CLass>的使用和多种简写方法
#region 第一种 自定义 Action<UpdataUIAction> action = new Action<UpdataUIAction>(m); UpdataUIAction x = new UpdataUIAction(); action.Invoke(x); private void ...
分类:其他好文   时间:2020-02-09 12:06:46    阅读次数:93
CSwinform程序分页
/// <summary> /// 通用数据分页类 /// </summary> public class SqlDataPager { #region 一般属性 /// <summary> /// 每页显示的条数 /// </summary> public int PageSize { get; ...
分类:Windows程序   时间:2020-02-07 21:01:01    阅读次数:95
基于SILVACO ATLAS的a-IGZO薄膜晶体管二维器件仿真(05)
关于特性曲线的输出调整: 初代版本 material material=igzo eg300=3.5 nc300=8.5e21 nv300=8.5e21 taun0=1e-9 taup0=1e-9 affinity=4.35 mup=1 mun=35 defect region=1 nta=5e17 ...
分类:其他好文   时间:2020-02-07 14:49:45    阅读次数:101
Trie树
字典树,即Trie树,又称单词查找树或键树,是一种树形结构。典型应用是用于统计和排序大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计。它的优点是:最大限度地减少无谓的字符串比较,查询效率比哈希表高。 //leetcode submit region begin(Prohibi ...
分类:其他好文   时间:2020-02-07 12:49:56    阅读次数:73
C#对config.ini文件进行读取和修改
C#对config.ini文件进行读取和修改: public partial class Patrolcar : Form之后可以加入如下类: #region public class IniFile { public string map_length, map_width, maxnum_con ...
分类:Windows程序   时间:2020-02-06 15:05:07    阅读次数:145
MVC初体验-EF系列(CRUD)(20)
数据库数据:Northwind中的Region表 Region类是根据Region表自动生成的 后台代码: using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; using System.W ...
分类:Web程序   时间:2020-02-05 18:53:04    阅读次数:93
基于SILVACO ATLAS的a-IGZO薄膜晶体管二维器件仿真(03)
今天逛ResearchGate的时候发现了一个不错的Atlas入门教程:Step by step with ATLAS Silvaco 点击链接免费下载。。 Atlas代码结构 当然可能有一点太基础了。 改代码的时候发现了我犯了一个低级错误,region定义重复了,所以一直报错。 【注1】Tonyp ...
分类:其他好文   时间:2020-02-04 17:13:48    阅读次数:165
Ubuntu 18.04安装fcitx输入法
安装 配置 打开系统Settings,Region & Language,Manage Installed Languages,安装中文语言包,然后选择Keyboard input method system为fcitx; 重启系统; 在Region & Language,input Sources ...
分类:系统相关   时间:2020-02-02 18:06:40    阅读次数:95
CentOS 8 个人常用软件安装与配置
中文输入法 安装输入法 重启机器 设置 Region & Language 输入源 + 汉语(中国) 汉语(智能拼音) 添加 终端快捷键 设置 设备 keyboard + 命令: sublime 官网: "https://www.sublimetext.com/" 下载: "sublime Vers ...
分类:其他好文   时间:2020-02-01 16:27:28    阅读次数:735
2773条   上一页 1 ... 22 23 24 25 26 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!