glBegin, glEnd - delimit the vertices of a primitive or a group of like
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> | |
#include<ctype.h> | |
#include<string.h> | |
char inp[40],mat[40][40],regex[40]; | |
int no,row; | |
void read() | |
{ | |
int i=0,j; |
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> | |
#include<ctype.h> | |
#include<string.h> | |
# define states 30 | |
# define inputs 30 | |
char mat[states][inputs][2]; | |
char inp_str[50],out_str[50]; | |
int no_st,no_inp=-1,len; |
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> | |
#include<ctype.h> | |
#include<string.h> | |
int max,no_st; | |
char mat[40][40],out[40],inp[40],str[40]; | |
void read() | |
{ | |
FILE *fp; |
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> | |
#include<string.h> | |
#include<ctype.h> | |
char NFAtab[30][30][30]; | |
char DFAtab[30][30],fin[30]; | |
int NFA_states,DFA_states,NFA_symbols=-1,outputs,dfa_finals[40],s; | |
void read() | |
{ |
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
license: gpl-3.0 |
OlderNewer