码迷,mamicode.com
首页 >  
搜索关键字:mine number    ( 27191个结果
水仙花数之C语言经典案例分析
水仙花数之C语言经典案例分析 【什么是水仙花数】 ? ? ? ?水仙花数(Narcissistic number)也被称为超完全数字不变数(pluperfect digital invariant, PPDI)、自恋数、自幂数、阿姆斯壮数或阿姆斯特朗数(Armstrong number),水仙花数是指一个 3 位数,它的每个位上的数字的 3次幂之和等于它本身(例如:1^3 + 5^3+ 3^3 = 153)。
分类:编程语言   时间:2020-07-20 11:07:44    阅读次数:82
[LeetCode] 1100. Find K-Length Substrings With No Repeated Characters
Given a string S, return the number of substrings of length K with no repeated characters. Example 1: Input: S = "havefunonleetcode", K = 5 Output: 6 ...
分类:其他好文   时间:2020-07-20 10:52:27    阅读次数:55
1519. Number of Nodes in the Sub-Tree With the Same Label
Given a tree (i.e. a connected, undirected graph that has no cycles) consisting of n nodes numbered from 0 to n - 1 and exactly n - 1 edges. The root  ...
分类:其他好文   时间:2020-07-20 10:50:59    阅读次数:70
前端-Vue基础2
1.过滤器 前台通过后台传值,要对后台传过来的变量进行特殊处理,比如根据id转成中文等; 1.1 局部过滤器 局部过滤器只针对一个Vue实例 默认将|左侧count传递给右侧方法 {{count|filterFunc}} 可以传多个参数{{count|filterFunc("test")}} fun ...
分类:其他好文   时间:2020-07-20 00:00:53    阅读次数:88
JavaSE第06篇:IDEA调试工具、阶段案例练习
本篇我们将学习如何使用IDEA调试工具测试程序,调试是我们在软件开发中解决bug的重要手段,是我们必须掌握的,毕竟在企业中,解决问题才是真本事。 另外,我们已经学过JavaSE的基础语法之变量、数据类型、运算符、流程控制、数组等,语法格式是死的,但是未来软件开发的需求是多变的,我们若要提高我们的“编... ...
分类:编程语言   时间:2020-07-19 18:11:09    阅读次数:69
[LeetCode] 312. Burst Balloons
Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by array nums. You are asked to burst all the balloon ...
分类:其他好文   时间:2020-07-19 18:05:12    阅读次数:68
第三课之Spider(翻译单词)
第三课 - 模块Spider 把英文单词翻译成中文试试看,看不懂的选项,都翻译 Spider选项卡里的Application Login一栏:碰到表单怎么做?改成Automatically submit these credentials(自动提交这些凭证):用户名和密码写一个默认的都是admin ...
分类:其他好文   时间:2020-07-19 16:17:25    阅读次数:111
如何读写excel文件?
需求: Microsoft Excel是目前办公中使用最频繁的软件,其数据格式为xls,xlsx,一种非常常用的电子表格,小学某班成绩,记录在excel文件中: 姓名 语文 数学 外语 李雷 95 99 96 韩梅 98 100 93 张峰 94 95 95 ... 利用python读写excel, ...
分类:其他好文   时间:2020-07-19 16:12:40    阅读次数:70
vue-cli4脚手架搭建三
组件传值 <script> import LunBo from "./LunBo"; export default { name: 'Home', components: {LunBo}, data(){ return { lists:[ {title:'标题1',color:'#ffbb78'}, ...
分类:其他好文   时间:2020-07-19 16:10:52    阅读次数:64
Leetcode: 632. Smallest Range Covering Elements from K Lists
Description You have k lists of sorted integers in ascending order. Find the smallest range that includes at least one number from each of the k lists ...
分类:其他好文   时间:2020-07-19 15:47:40    阅读次数:73
27191条   上一页 1 ... 58 59 60 61 62 ... 2720 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!