Jump to content

kimteany

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by kimteany

  1. hello...i would like to ask some opinion here... how i want to search/detecting the value without filtering the data? currently i'm using double hashing to search the the value... for example: i have 1000 tags with the value and will transferred to the database. however, the value considered missing when there are unable to detect the value which it is actually exist in the database.. collision could be happen within the value... so, i would like to read some opinion that possibly could help me to detect the missing value in fast way without filtering the data... thanks...
  2. if anybody could help me? Actually, i would like to know if there is another method that can be used for detecting missing tag? for example, Since RFID can generate large amounts of data flow in a short time, while identifying the missing tags leading to long scanning time and difficult to search the actual tags.. so, i want to know how to trace the missing tags? should i reduce the tag collison and search the missing tags? thanks
  3. Hi there... I'm here to ask some opinion about indicator for trace the missing RFID tag? currently, there are some example that i have read such as adaptive window RFID data cleaning model (SMURF), static window RFID data cleaning and naive bayes classifier... so i would like to ask if there are other model or techniques that can be used for trace the missing RFID tags? or if anybody do not mind to share any papers or journal that related with this... Thank You..
  4. this assume is kind of similar situation... thanks for the reply...
  5. thanks for your opinion... if the data including time, date, place, temperature etc... is it possible the data can be play with algorithm?
  6. Geetings to all... currently im studying about RFID in Internet of things, for example how internet of things (IoT) can be used to predict breakdown in aircond? the sensor supplied the data to the sistem.. from the data, what kind of algorithm can be used? is it binary tree? anti-collision algo? thanks in advance.
  7. ok..ok....now i got it...many thank's...so that would only need one table for the data...their entity just abbreviation and fullword.. thanks a lot for help..^^
  8. Could you explain in detail? it vague for me to understand this. or would u just give the link that can i refer to learn it??
  9. ouh okey...now i understand... if the word need to be check the grammar so that part need the right algorithm.. btw, for the database design, if i just use java hashmap.. it is the data become one to one?? because java hashmap only have a key and value in same table.
  10. so if i'm combine this java hashmap with the decision tree...whether it will reduce the time to compile this system?? i have an hundred word in the hashmap..so it is proper to combine this code or just only using hashmap??
  11. sorry again... i want to ask... can java hashmap code combine with the decision tree technique?
  12. so LA is a shortcut way to do that re-placer?? hurm...i understand it now...but honestly now i just test it use javahashmap...one word refer to one meaning...
  13. okey...now i can learn new things..thanks for sharing your knowledge... thanks for your reply... its help me a lot...^^ yeah i know about this lexical analyzer...thanks a lot..^^
  14. yeah...i understand.. most comfortable is java.. i try to do it first...thanks for your respond...^^
  15. ouh...which one the more suitable for my system translation?? because some of the software quite difficult to manage it.
  16. sorry again. may i know for develop this compiler system...which one is the best software to build this?? its is okey if im using NetBeans?? or i should use Eclipse?? actually i need guide to develop this..because im starting from nothing to knowing step by step..
  17. ohhh...yeah..now i understand.. thank's a lot for help.. u explanation help me a lot.. ^^ really appreciate...
  18. the program that i want to develop similar with no 2... read the input text then replace the abbreviations with the meaning and the result will print out the meaning... if the program should start with checking by capital its work if i'm doing via indexed??
  19. so if i have only a hundred of words in my dictionary that would be fine?? coz my scope just for certain words...
  20. so in opinion there prefer to use java rather than programming c... if java just look up for the array..if use c play with string. okey..i'll try. if my requirement just for the certain words it's better to use java... for example: tq 4 ur time ---> thank you for your time. i just compile the three words from the beginning tq..4...ur.. its is okey to use the array??
  21. okies thank's for reply... yup agree. hashmap have the simpler way to interpreted...but if i use for many words there will not be fast to compile. thanks for reply.
  22. one more things i would like to ask... what is the best technique to develop this compiler?? i have study about LEX and FLEX also java Hashmap... so it's java is more simple or programming c to make the compiler??
  23. ouh.. my scope not to many words..just for the chosen words only... if there have 5 words i only translate for 3 words... thanks a lot EdEarl... i learn new things from u... i'll try. ^^
  24. Actually i want to know what kind of technique can be used if i want to develop the system that translate the SMS words to full text word... example just like this...-->http://transl8it.com/ it is using only database or what kind of compiler that can be used?? or the technique is just like decision tree??
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.