Recent questions and answers in Projects

145
views
0 answers
0 votes
Could you suggest any btech project which also help in my gate cs preparation and for building the concepts?
269
views
1 answers
0 votes
class A:def_init__(s): self.s=sdef print():passa = A('John')a.print()
362
views
1 answers
0 votes
L = {w: w ε{0,1}*,Every substring of four symbols has at most two 0's}Write a program using c++ or java.The input program is the string to be tested.The ... with v= {w: w ε L} and the output should either reject or accept the string v.
1.2k
views
1 answers
0 votes
Hello!Can anyone suggest very latest topics for seminar?I also need good and innovative ideas for major project in CSE. Thanks!P.S : It is not limited to machine learning. You can give ideas from any domain of computer science.
841
views
0 answers
0 votes
%{ #include<stdio.h> int vowels=0; int cons=0;%}%%[aeiouAEIOU] {vowels++;}[a-zA-Z] {cons++;}%%int yywrap(){return 1;}int main( ... ubuntu . iam able to enter the string but it does print the line for counting vowels and consonants
1.2k
views
3 answers
4 votes
I wanted to convert my home modem to coffee shop and give internet to my customers . But due to security reasons users should register their mobile before they ... this project ?Where should I start with ?Currently i have got D-Link modem
728
views
0 answers
0 votes
(c) The following are some assembly language instructions of a hypothetical CPU. The instructions are written to find the remainder when 16 is divided by 7 ... decimal.(ii) Convert 4E16 to decimal.(iii) Convert 1100 00112 to hexadecimal.
1.0k
views
1 answers
0 votes
What is the step by step procedure to apply algorithms like Decision Tree, Naive Bayes, etc... on a dataset using Python?
538
views
0 answers
2 votes
Could anyone help me with me image processing topic as I have done my Btech project in noise reduction in images but I have tried only those filters which are already ... 't done anything new in it.I need to prepare it for IIIT H interview.
619
views
1 answers
3 votes
Has anybody tried their hands in Raspberry Pi? Or have an experience with Arduino?? I meant in terms of practical exposure. If yes, kindly share your valuable insights and thoughts as well.
Help get things started by asking a question.