Aggiunta licenza Apache 2.0 a file Matrici

This commit is contained in:
Giacomo R. 2023-01-24 17:08:32 +01:00
parent c4e9db119c
commit 2b4bcd0db8
3 changed files with 48 additions and 0 deletions

View File

@ -1,3 +1,19 @@
/*
Copyright (C) 2023 Giacomo Radaelli
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
public class Identita {
public static void main(String[] args) {
int[][] matrice =

View File

@ -1,3 +1,19 @@
/*
Copyright (C) 2023 Giacomo Radaelli
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
import java.util.Random;
public class Riempimento {

View File

@ -1,3 +1,19 @@
/*
Copyright (C) 2023 Giacomo Radaelli
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
public class Simmetria {
public static void main(String[] args) {
int[][] matrice =