Шалбаев Лаб 1 (ОТИПИС)



жүктеу 20,89 Kb.
Дата16.09.2022
өлшемі20,89 Kb.
#39282
Шалбаев Лаб 1 (ОТИПИС)
Машина жасау 20-27, СИБ 21-3 күнтізбелік жоспар!, Тәрбие жұмысының жоспары каф.ПТ 2022-2023ж., Салауатты отбасы – салауатты ұлт. АИТВЖИТС алдын алу, 2зертхана, геодезия лекция, дзз 2, дәрістер1-15, зертханалық жұмыс, 1 - filosofiya keste t r nde, 1 зертханалық жұмыс Карта 1,2, Зертханалық жұмыс 8 Бек, ЦАФ 19 3 Зулпыхарова Ұ презентация, ТЗКи

Ministry of Education and Science of the Republic of Kazakhstan  
Karaganda Technical University  
Department of ITS  
Лабораторная работа №1
Дисциплина: Основы теории информационных процессов и систем
Тема: Условная Энтропия 
Выполнил:
Шалбаев Ч.К. 
Проверила:
Олейникова А.В. 
Karaganda 2022
ИС-21-2 Вариант-19
Задание №1


Исходные данные

Вычисляемые

Структура



α

β

γ

δ

ε

ξ

F

f

ВС

19

0

1

1

1

1

1

5

15015

дц

ДЦ - децентрализованные ВС.


Результаты выполнения программы:
Введите значения характеристик параметров:
f=2^0*3^1*5^1*7^1*11^1*13^1=15015
0 1 1 1 1 1
Fm=5 Fb=15015

print('Vvedite znacheniya harakteristicheskih paramatetrov')


p1 = int(input())
p2 = int(input())
p3 = int(input())
p4 = int(input())
p5 = int(input())
p6 = int(input())
fm = (2 ** p1) * (3 ** p2) * (5 ** p3) * (7 ** p4) * (11 ** p5) * (13 ** p6)
fb = p1 + p2 + p3 + p4 + p5 +p6

print(fm)


print(fb)

if fm == 901800900 and fb == 12:


print('Absolutno centralizovannaya ВС')
elif fm == 1 and fb == 0:
print('Absolutno decentralizovannaya ВС')
elif fm < 901800900 and 7 < fb < 12:
print('centralizovannaya VS')
else:
print('decentralizovannaya VS')
Задание №2


Исходные данные

Вычисляемые 

λ

μ

ν

π

r

θ

ψ

χ,

f

x

η

w

H

0

0

0

0

1

0

0

1

1

1

0

0

4

0 0 0 0 1 0 0 1 1 1 0 0


H=4

print('Vvedite znacheniya harakteristicheskih peremennyx')


p1 = int(input())


p2 = int(input())
p3 = int(input())
p4 = int(input())
p5 = int(input())
p6 = int(input())
p7 = int(input())
p8 = int(input())
p9 = int(input())
p10 = int(input())
p11 = int(input())
p12 = int(input())

h = p1 + p2 + p3 + p4 + p5 + p6 + p7 + p8 + p9 + p10 + p11 + p12


print('H=',h)


if h == 12:


print('U suchestvyucshix VS poka ne dostignutoe sostoyanie')
elif h ==1:
print('VS imeet slabye funkcionalnyae vozmozhnosti')
elif h > 2 and h <= 8:
print('VS imeet bolshye funkcionalnyae vozmozhnosti')
else:
print()
жүктеу 20,89 Kb.

Достарыңызбен бөлісу:




©g.engime.org 2024
әкімшілігінің қараңыз

    Басты бет