This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| int check[100]; | |
| int main() | |
| { | |
| int p,r,alloc[100][100],aval[100],want[100],max[100][100],i,j,k; | |
| printf("enter the no of process and the no of resources"); | |
| scanf("%d %d",&p,&r); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| var cid; | |
| function get_stores(var_CategoryID) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <head> | |
| </head> | |
| <body> | |
| <form method="post" action="<?php echo $_SERVER["PHP_SELF"];?>" > | |
| Enter the search word:<input type="text" name="qword"><br><br> | |
| <input type="submit" value="Go"><br> | |
| </form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<bits/stdc++.h> | |
| using namespace std; | |
| int main() | |
| { | |
| int n; | |
| while( 1 ) | |
| { | |
| cin >> n ; | |
| if ( n == 42 ) |
NewerOlder