试题编号:201403-1试题名称:相反数时间限制:1.0s内存限制:256.0MB问题描述: 问题描述 有 N 个非零且各不相同的整数。请你编一个程序求出它们中有多少对相反数(a 和 -a 为一对相反数)。 输入格式 第一行包含一…
论文笔记:Composite Common Spatial Pattern for Subject-to-Subject Transfer
概括
目前大多数CSP算法都是基于单被试数据的协方差矩阵进行特征提取,这忽视了被试间的信息。本文提出了一种新的CSP计算算法,通过线性组合来考虑被试间的关…
原题链接:CCF-CSP 202104-2 邻域均值 #include <bits/stdc.h>
using namespace std;
#define ll long longint a[610][610];
int sum[610][610];
int main()
{std::ios::sync_with_stdio(false);cin.tie(0); cout.tie(0);int n,L,r,t;cin>>n>>L&g…
import java.util.Scanner;
public class 小明种苹果2 {public static void main(String[] args) {Scanner sc new Scanner(System.in);int n sc.nextInt();int[][] anew int[n][1001];for(int i0;i<n;i){a[i][0]sc.nextInt();for(int j1;j<a[i][0];j){a[i][j]sc.nextI…
问题描述
《炉石传说:魔兽英雄传》(Hearthstone: Heroes of Warcraft,简称炉石传说)是暴雪娱乐开发的一款集换式卡牌游戏(如下图所示)。游戏在一个战斗棋盘上进行,由两名玩家轮流进行操作&…
2022.2.27 学习 CSP 202104-2 邻域均值
注意点已在代码内添加注释
#include <bits/stdc.h>
using namespace std;
const int MAX601;
int a[MAX][MAX]{0};
int n,L,r,t;int main()
{std::ios::sync_with_stdio(false);cin>>n>>L>>r>>t;for(int…
一 、 DFS
#include<iostream>
#include<vector>
#include<cstring>
#define MAX 20005
using namespace std;int m, n;
vector<int> g[MAX];
int max_i 0;
int max_s 0;
int visit[MAX] {0};
void dfs(int cur, int s){if(s > max_s){max_s …
试题编号:201403-4试题名称:无线网络时间限制:1.0s内存限制:256.0MB问题描述: 问题描述 目前在一个很大的平面房间里有 n 个无线路由器,每个无线路由器都固定在某个点上。任何两个无线路由器只要距离不超过 r 就能…
感觉其他人的java代码写的好复杂,就贴出来短一些的供参考
import java.util.Scanner;public class Main {public static void main(String[] args) {Scanner scanner new Scanner(System.in);int n scanner.nextInt();int m, current, temp, sum 0, cutTreeNum 0, t3Num …
java写的算法代码真的又臭又长
本来想用后缀表达式,但是肯定更长,就简单模拟了下,思路很简单 先算一遍 乘除,再算加减
import java.util.LinkedList;
import java.util.Scanner;
public class Main {public static void main(String[] args) {Scanner scanner new Scanner(S…
SSL Pinning 绕过、Web 应用程序黑客攻击、漏洞查找和执行 VAPT | 详细 VAPT 方法、在渗透测试中绕过CSP、账户接管漏洞。 The diagram below illustrates the setup of the iOS device, Kali virtual machine, and Windows host. wget https:
CSP认证(201909-02)试题
问题描述: 代码:
import java.util.Scanner;
public class Main {public static void main(String[] args) {int m;int E 0, D 0, T 0;int k 0;Scanner s new Scanner(System.in);m s.nextInt();i…
感恩,期待更好
第一题(100分):归一化处理
#include <bits/stdc.h>
using namespace std;
#define ll long long
const int N1e510;int a[1010];
double f[1010];
int main()
{std::ios::sync_with_stdio(false);cin.tie(0); cout.ti…