Category: Language
http://stackoverflow.com/questions/8004237/how-do-i-properly-compare-strings-in-c
A ll Codes, C, C++
Reference: https://www.daniweb.com/programming/software-development/threads/201233/use-of-flag-in-c
code: #include<stdio.h> #include<stdlib.h> int main(){ char line[]=”1 -2 10000 -50 20 7 445 -4″; char *p,*e; long…
https://www.ibm.com/developerworks/library/os-weka1/ http://www.programcreek.com/2013/01/a-simple-machine-learning-example-in-java/ http://www.cs.umb.edu/~ding/history/480_697_spring_2013/homework/WekaJavaAPITutorial.pdf
Actually we use this method to split string from a big sentence using regex. https://howtoprogramwithjava.com/string-manipulation/
https://www.ntu.edu.sg/home/ehchua/programming/java/J3a_OOPBasics.html
Recent Comments