Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child #430

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Child #430

Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4c920b5
srip
akanshakant Jun 11, 2019
0e53923
Delete srip
akanshakant Jun 11, 2019
baf2838
Create tst
akanshakant Jun 11, 2019
b6d6f88
Create yolo
akanshakant Jun 11, 2019
e015e69
Delete yolo
akanshakant Jun 11, 2019
f757e50
Create yolo
akanshakant Jun 11, 2019
ad3f62f
Create yolo
akanshakant Jun 11, 2019
c7841f1
Create hello
akanshakant Jun 11, 2019
1ca3707
Add files via upload
akanshakant Jun 20, 2019
3053ad7
Add files via upload
akanshakant Jun 21, 2019
01408b2
Add files via upload
akanshakant Jun 21, 2019
94f5548
hello
akanshakant Jun 24, 2019
c026a73
Delete Hello
akanshakant Jun 24, 2019
2279c29
hello
akanshakant Jun 24, 2019
dc0040c
Create hello
akanshakant Jun 24, 2019
a9711e7
Create hello
akanshakant Jun 24, 2019
9d6cc54
Create hello
akanshakant Jun 24, 2019
6021f5b
Add files via upload
akanshakant Jul 1, 2019
b6e76ed
Add files via upload
akanshakant Jul 1, 2019
a6ee19a
Add files via upload
akanshakant Jul 1, 2019
7240054
Add files via upload
akanshakant Jul 2, 2019
4f36adc
Add files via upload
akanshakant Jul 5, 2019
7927401
Add files via upload
akanshakant Jul 5, 2019
db427ed
Add files via upload
akanshakant Jul 5, 2019
553c7b5
Add files via upload
akanshakant Jul 5, 2019
a333af8
Add files via upload
akanshakant Jul 5, 2019
347916a
Add files via upload
akanshakant Jul 5, 2019
429366e
Add files via upload
akanshakant Jul 5, 2019
0bb2282
Delete hello
akanshakant Jul 6, 2019
9e88e49
Add files via upload
akanshakant Jul 6, 2019
2a48ddf
Add files via upload
akanshakant Jul 6, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
akanshakant authored Jul 2, 2019
commit 72400547e51bd6cb20a091e56544e89d04ca0a7b
169 changes: 169 additions & 0 deletions SRIP/Codes/new1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
float:center;
}
img:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
body {margin:0;font-family:Blue}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #333;
color: white;
text-align: center;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.active {
background-color: #4CAF50;
color: white;
}
.topnav .icon {
display: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #555;
color: white;
}
.dropdown-content a:hover {
background-color: #ddd;
color: black;
}
.dropdown:hover .dropdown-content {
display: block;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}
</style>
</head>
<body>

<div class="topnav" id="myTopnav">
<a href="#home" class="active">HOME</a>
<a href="">SIMULATOR</a>
<a href="">INSTRUCTIONS</a>
<div class="dropdown">
<button class="dropbtn">QUIZ
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="">QUIZ</a>

</div>
</div>

<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">&#9776;</a>
</div>

<div style="padding-left:16px">
<h1 align="center">Schematic Design Of D-Latch and D-Flip Flop</h1>
<h3>D-LATCH</h3>
<p>Latch is an electronic device that can be used to store one bit of information.The D-latch is used to capture or 'latch' the logic level which is present on the Data line when the clock input is high.</p>
</a>
<br>
<h3>TIMING DIAGRAM</h3>
<p>From the timing diagramm it is clear that the output Q's waveform resembles that of input D's waveform when the clock is high whereas when the clock is low Q retains the previous value of D.</p>
<br>
<a href="C:\Users\akash\Desktop\final">
<img src="C:\Users\akash\Desktop\final align="center" alt="timing">
</a>
<br>
<p>The following two logics will be used for designing in the experiment:- positive level d-latch and d flip flop,negetive edge d flip flop </p>

</div>
<div class="footer">
<p>VLSI LAB</p>
</div>

<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>

</body>
</html>