missold
May 17th, 1999, 08:31 AM
Any suggestion for thesis title in c++ programming or others...............?
|
Click to See Complete Forum and Search --> : Programming missold May 17th, 1999, 08:31 AM Any suggestion for thesis title in c++ programming or others...............? Dave Lorde May 17th, 1999, 10:22 AM > Any suggestion for thesis title in c++ programming or others...............? Huh? Or others..... what? How about "C++ Programming" ? Dave May 19th, 1999, 10:20 AM i'm a student in computer engineering degree course in my country, malaysia.......i had learn c, data structure using c, and object oriented using c++. so.......any suggestion from u for my final year project title.......? or would u tell me more about object oriented harware design...or something about genetic algorithm in neural network.....? Dave Lorde May 19th, 1999, 10:33 AM > any suggestion from u for my final year project title.......? Call it anything you like. What is this project about, or are you asking me to suggest a project for you to do? > would u tell me more about object oriented harware design...or something > about genetic algorithm in neural network.....? I don't know about object oriented harware design, or genetic algorithms in neural networks. You've just done a degree course in it, you tell me. Dave muscicapa May 20th, 1999, 09:28 AM Do you have a thesis advisor/guide ...? tell me more about Object oriented HARDWARE design. Ravi Bhavnani May 20th, 1999, 01:59 PM OK, I'm dating myself by responding, but what the heck :-). In 1984 for my Master's (CS) thesis I built a simulator for a simple 16bit computer called the "S1". It included a 30 instruction set assembly language with 3 addressing modes: direct (of course), indirect and indexed. The simulator included a simple command line UI with enough functionality to muck with the program counter, dump memory and registers and set breakpoints. It turned out to be a fascinating task and has since been used to teach an introductory course in Assembly Language Programming. Because I had no life then, I decided to do a second project and built a backward chaining diagnostic expert system, becase I was always interested in AI. That landed me a job at Digital Equipment Corp's AI Technology Center, where I played for about eight years. It was a really fun project. This was before C++ was invented, but I used C in what would be loosely considered by totday's standards, as an "objectified methodology". I had a great time working on these projects. /ravi PS: I still don't have a life. R.D. Holland May 20th, 1999, 04:58 PM How about "other". Title "A Mouse with Fuzz on its Feet" Do a thesis on fuzzy logic as applied to mouse manipulations of Microsoft Windows windows. I hate the fact that about half the time I try to select the edge of a window to size it, when the cursor indicates I should be manipulating the window size, the down click ends up selecting and activating another window. It happens because its darn near impossible to click a mouse without moving it slightly. Once you move even a single pixel past the "hot zone", you get the wrong action taken. I'd say a little inference based on the mouse position (so close to the hot zone and perhaps how long it was there), and the amount of available space in the underlying window away from an overlapping border should suffice in determining the user's intent. Gomez Addams May 20th, 1999, 06:03 PM You have reminded me of something amusing. A little while ago an acquaintance of mine wrote a simulator for an old mainframe (I think it was a Cyber) so that he could run some old code that he didn't want to port. I can't remember exactly what the old code did but the funny thing is that it ran faster on the simulator than it did on the original mainframe. I would guess that the old mainframe had a clock speed measured in kilohertz while the simulator was running on a machine whose clock was in hundreds of megahertz. Apparently we have come a long way in a few things. May 21st, 1999, 07:16 AM Here's my 2 cents worth: anyone who has ever written a single line of code has also written at least one syntax error. Yet even the most sophisticated of today's compilers for the PC make no attempt whatsoever to determine "what you really meant". They just report a dain-bramaged error message and leave the programmer to figure it out. I would theorize that a combination of AI and heuristics could be applied to effectively identify and eliminate obvious programming errors prior to compilation. Think of it as LINT with permission to change your code... Cheers! Humble Programmer ,,,^..^,,, neusel@ntmail.eucom.mil (Discussion & dissent freely encouraged) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |