码迷,mamicode.com
首页 >  
搜索关键字:traints    ( 138个结果
Data Binding 界面与代码
这里写了一个小的试验,记录一下。 实现点绿色按钮加一,点红色按钮减一的功能。 activity_main.xml中作了修改 <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com ...
分类:其他好文   时间:2020-03-02 22:32:36    阅读次数:60
AtCoder Beginner Contest 152 - F - Tree and Constraints (容斥定理+树上路径的性质)
AtCoder Beginner Contest 152 F Tree and Constraints (容斥定理+树上路径的性质) We have a tree with NN vertices numbered 11 to NN. The ii th edge in this tree conn ...
分类:其他好文   时间:2020-02-27 00:49:31    阅读次数:135
leetcode 1337. The K Weakest Rows in a Matrix
Given a m * n matrix mat of ones (representing soldiers) and zeros (representing civilians), return the indexes of the k weakest rows in the matrix or ...
分类:其他好文   时间:2020-02-13 00:00:55    阅读次数:85
android基本操作
1.页面跳转 activity_main.xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.andro ...
分类:移动开发   时间:2020-02-12 00:41:26    阅读次数:83
QuestaSim使用及Makefile命令
一、熟悉Linux环境下Questasim EDA Tool及GUI交互操作: 1.Questasim简介: Questasim是由Mentor Graphics公司推出的一款功能强大的仿真工具,支持System C,Verillog,SystemVerilog以及VHDL等硬件描述语言 。它是Mo ...
分类:其他好文   时间:2020-02-09 23:45:25    阅读次数:250
android之Activity的创建与关闭
Activity的启动和关闭 1.启动activity activity的启动分为两种,一种为入口activity,另一种为其他activity 在AndroidManifests进行配置,入口activity的启动只要在要启动的activity里加入intent,例如下面代码将MainActivi ...
分类:移动开发   时间:2020-02-07 01:10:14    阅读次数:109
1306. Jump Game III
Given an array of non-negative integers arr, you are initially positioned at start index of the array. When you are at index i, you can jump to i + ar ...
分类:其他好文   时间:2020-01-17 13:27:34    阅读次数:62
Spring Boot应用使用Validation校验入参,现有注解不满足,我是怎么暴力扩展validation注解的
前言 昨天,我开发的代码,又收获了一个bug,说是界面上列表查询时,正常情况下,可以根据某个关键字keyword模糊查询,后台会去数据库 %keyword%查询(非互联网项目,没有使用es,只能这样了);但是,当输入%字符时,可以模糊匹配出所有的记录,就好像,好像这个条件没进行过滤一样。 原因很简单 ...
分类:编程语言   时间:2019-12-14 09:45:14    阅读次数:118
ConstraintLayout-约束布局杂记
特点:可视化操作,解决多层嵌套布局及弹性布局 推荐在design中实现(可在在不完全了解其属性的情况下实现),加以修改即可 关于约束:拖动原点即可 弹簧装:(0dp = MATCH_CONSTRAINTS ! = MATCH_PARENT 撑满) guideline:帮助我们布局的,不可见,组件可以 ...
分类:其他好文   时间:2019-12-12 12:51:47    阅读次数:223
最优化算法——常见优化算法分类及总结
之前做特征选择,实现过基于群智能算法进行最优化的搜索,看过一些群智能优化算法的论文,在此做一下总结。 在生活或者工作中存在各种各样的最优化问题,比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一... ...
分类:编程语言   时间:2019-12-12 00:58:29    阅读次数:120
138条   上一页 1 2 3 4 5 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!