Java Programming: Lesson 59 - Vectors смотреть онлайн
PLEASE SUBSCRIBE!!!
In the previous lesson (https://youtu.be/nUohxT0rwJA), we took another look at helpful static methods from the Collections and Arrays classes, but primarily we talked about operations on 2D arrays, like adding, subtracting, and transpose. We review these operations in this video. I almost talk about finding the inverse of a matrix, but I decide against that. I'll bring up the determinant of a 2x2 matrix again in the next video.
In this video, the goal is primarily to discuss vectors, which are extremely similar to ArrayLists but are not as well regarded in the computer science universe. We have the same methods available: get, isEmpty, size, add, remove. Therefore this video should be pretty straightforward, leaving enough time to review the instanceof keyword as well (https://youtu.be/vrjGwTGksl8).
Vectors are like ArrayLists, and they have basically the same collection of instance methods available to them. import java.util.Vector before your class, and then create a Vector similar to the way we'd create an ArrayList. Then google the Vector API for Java to understand how the methods work.
0:31 Review of Adding or Subtracting Two Matrices
3:07 NEW: Transpose of a Matrix
5:15 PEEK: Inverse of a Matrix
7:19 NEW: Intro to Vectors
11:52 NEW: Importing, Creating, and Using the Vector Class
17:49 Review of instanceof Keyword
Ok, ready for the next video, which is on other types of integers and floating point numbers? Turns out that different types of numbers take different amounts of memory in Java so can hold different amounts, check it out: https://youtu.be/NhPNFrs2ld0
Thanks for watching, and PLEASE SUBSCRIBE!!!
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Java Programming: Lesson 59 - Vectors» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.