自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(23)
  • 收藏
  • 关注

原创 navigateTo()跳转不成功 switchTab()和navigateTo()的区别

特性switchTabnavigateTo跳转目的主要用于跳转到 tabBar 页面转到非 tabBar 页面,通常是详情页等页面类型限制只限于跳转到 `tabBar` 页面可以跳转到任意页面页面栈行为跳转时会关闭当前页面,不能返回当前页面保留在栈中,可以返回上一个页面使用场景用于 tabBar 页面之间的切换用于非 tabBar 页面之间的跳转。

2024-12-15 15:28:56 884

原创 OpenCV环境搭建

6.在系统命令提示符窗口中执行pip install opencv-contrib-python命令,并可加上清华源镜像(-i https://pypi.tuna.tsinghua.edu.cn/simple),同时安装OpenCV的主模块和贡献模块。5.在系统命令提示符窗口中执行pip install opencv-python命令,并可加上清华源镜像(-i https://pypi.tuna.tsinghua.edu.cn/simple)安装OpenCV-Python包。

2023-12-03 16:10:24 883

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/problem/ICPCJX2020G Mathematical Practice 数学实践 描述: Kamishirasawa Keine always says, "If you don't know what to do, why not give mathematical practice a try." Kamishirasawa Keine总是说:“如果你不知道去做什么,为什么不尝试去进行数学实践” However, Cirn

2022-02-20 14:31:52 226

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH24 Divisor and Multiple 除数与倍数 描述: Given D and M. D is the divisor of both A and B, while M is the multiple of both A and B. Find A and B. 给出D和M。D是A和B的除数,M是A和B的倍数。找到A和B。 输入: Two positive integer D and

2022-02-18 10:00:00 187

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH23 Multiple of 3 Or 5 3或5的倍数 描述: How many positive integers are there which is less than N and is a multiple of 3 or a multiple of 5. 有多少个小于N的正整数是3的倍数或5的倍数。 输入: One positive integer N (N <= 100000

2022-02-17 22:43:09 217

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH22 Indeterminate Equation 不定方程 描述: Given A, B and C. Find X and Y so that A times X plus B times Y equals to C. 给出A,B和C。找到X和Y。使A乘以X加B乘以Y等于C。 输入: Three positive integer A, B, C (A, B, C <= 100). 三

2022-02-16 23:12:00 224

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH21 Teamwork 团队合作 描述: There are N candidates. Each candidate has a cooperation value and a working value. Select a subset of candidates to form a team, such that the sum of cooperation values is positive

2022-02-15 09:45:00 199

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/contest/24/board/challenge/A ABC 描述: Recently, the students of School 179 have developed a unique algorithm, which takes in a binary stringssas input. However, they soon found out that if some substringttofssis a palin...

2022-02-14 09:45:00 282

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/contest/24/board/challenge/C Sorting by Swapping 通过交换进行排序 描述: Given a permutation of numbers from 1 to n, we can always get the sequence 1, 2, 3, ..., n by swapping pairs of numbers. For example, if the initial sequence is

2022-02-13 20:40:55 194

翻译 英语题目翻译

题目地址: https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH20 Messager Problem 信使问题 描述: There are N nodes in the graph. Given the length of edges between the nodes, find the shortest path of size N and the nodes in the path are all different. 在图标里有N个节点。给出各个节

2022-02-12 09:45:00 206

翻译 英语题目翻译

题目地址: https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH19 Duplicate Number 1000ms 65536K 描述: Given a sequence of N numbers, find a number A that the count of A in the sequence is at least two. 输入: First line: one positive integer N (N <= 1000). Secon

2022-02-11 10:15:00 119

翻译 英语题目翻译

题目地址: https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH18 Coins 硬币 描述: There are N kinds of coins. Each kind of coins has a value V and a weight W. Tony wants to go traveling. Unfortunately, he can only carry coins of which the total weight is not greater

2022-02-10 19:55:18 115

翻译 英语题目翻译

题目地址: https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH09 Least Common Multiple 最小共约数 描述: Given A and B. Find the least positive M which is a common multiple of both A and B. 给出A和B。在A和B中找到最小公约数M。 输入: Two positive integers A and B (A,B <= 10000). 两个

2022-01-28 08:45:00 139

翻译 英语题目翻译

题目地址: https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH08 Greatest Common Divisor 最大公约数 描述: Given A and B. Find the greatest D which is a common divisor of both A and B. 给出A和B。在A和B中找到做大公约数D。 输入: Two positive integers A and B (A,B <= 10000). 两个正整数A和

2022-01-27 09:45:00 118

翻译 英语题目翻译

题目地址: https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH07 Shortest Path 最短路径 描述: There is a graph with N nodes. Given the length of each edge between the nodes. Find the shortest path from S to E. 有一个有N个节点的图表。给出每个节点之间边长的长度。找到从到E的最短路径。 输入: First line: t

2022-01-26 09:45:00 140

翻译 英语题目翻译

题目地址:https://acs.jxnu.edu.cn/problem/NOIOPJENGLISH06 N Queens N皇后问题 描述: Determine the columns of N queens should be place on. Columns should be greater than 1 and less than N. Columns should be all different. Each column plus its index should be differ

2022-01-25 13:29:56 93

翻译 英语题目翻译

题目地址:Login | JXNUOJ Monitor 显示屏 描述: Reca company makes monitors, the most popular of their models is AB999 with the screen sizea × bcentimeters. Because of some production peculiarities a screen parameters are integer numbers. Recently the screen sid..

2022-01-24 10:15:00 190

翻译 英语题目翻译

题目地址:Login | JXNUOJ Burglar and Matches 盗贼和火柴 描述: A burglar got into a matches warehouse and wants to steal as many matches as possible. In the warehouse there aremcontainers, in thei-th container there areaimatchboxes, and each matchbox contains...

2022-01-22 09:26:28 228

翻译 英语题目翻译

题目地址:​​​​​​Grocery Problem | JXNUOJ Grocery Problem 杂货问题 1000ms 65536K 描述: Find the prices of 4 items so that the sum of prices is 711 and the product of prices is 711000000. The prices of items are in ascending order. 找到四个物品的价格以至于总价格为711和产品的价格为71100

2022-01-21 18:12:42 108

翻译 英语题目翻译

题目地址:0/1 Knapsack | JXNUOJ 0/1 Knapsack 1000ms 65536K 描述: Given the weights and values of N items, put a subset of items into a knapsack of capacity C to get the maximum total value in the knapsack. The total weight of items in the knapsack does not ex

2022-01-20 21:43:26 86

翻译 英语题目翻译

题目地址:Magic Sequence | JXNUOJ Magic Sequence 魔术般的序列 描述: Find a sequence of N numbers. Each number is equal to the count of (its index minus 1) in the sequence. 找一个N个数字的序列。每个数字等于序列中的计数(其索引减1)。 输入: One positive integer N (N <= 10). 一个正整数N (N <=

2022-01-19 21:44:04 139

翻译 英语题目翻译

题目地址:Cake Baking | JXNUOJ 翻译: Cake Baking 烤蛋糕 描述: A banana cake takes 250 flour, 2 bananas, 75 sugar and 100 butter, and a chocolate cake takes 200 flour, 75 cocoa, 150 sugar and 150 butter. The profit of a chocolate cake is 45 and the profit of a ban

2022-01-18 18:05:04 305

翻译 英文题目翻译

题目地址 Map Coloring | JXNUOJ​​​​​​ 翻译: Map Coloring 地图填色 描述: Given edges of a graph with N nodes. There are three colors that can be used for coloring nodes. Determine the color of each node so that the colors of nodes of each edge should be different..

2022-01-17 17:29:33 116

torch环境搭建(conda)

torch环境搭建(conda)

2023-12-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除