wpe41.gif (23084 bytes)CIS3355: Business Data Structures
Fall, 2008
 

Structured Data Object References

[Home Page] [Web Navigation] [(In)FAQs] [Class Schedule] [Textbook] [Lecture Slides] [Additional Coverage] [Supplementary Material] [Evaluation Areas] [Course Submissions] [Student Information]

All Submissions are recorded here. If there are Duplicate submissions (of sites), all sets of comments are recorded. If the submitter wishes to give their name, it is noted.

Site: http://kdat.csc.calpoly.edu/~ltauck/THESIS/struct.html
bulletStruct Image Maps. This is a pretty interesting site. It gives a brief description of Structs in C, and offers more detailed information if you click on a topic. It also is apparently animated, although I don't have the software necessary to view the animation. It is also only part of an entire C/C++ tutorial -- Someone should check that out. (Submitted by Peeter Kirs)
bulletThis website provides only one simple example of a structured record forming a birthday. The website does not provide too much information to read, it's like the author just wanted to show graphically how the data is written in C, and how it structures it and prints it. I would have also included the explanation of the steps, and whether it was how the computer stores it or a human imagines it and then receives it on the screen. Ram explanations like on the class slides would have completed the site.
Site: http://www-genome.wi.mit.edu/informatics/sharing_archive/0025.html
bulletProposal for a Structured Data Manipulator: This website gives you the background in mathematics and statistics which have been used and to develop the analysis of the complex data used in structured data objects.
bulletThis website is not attractive to the eye and it scares my mind. It's too technical, and does not have any good graphical examples of what the author is trying to explain. I believe a good tutorial site on any topic should give the reader a chance to start from scratch to understand the information presented. 5 thumbs down.
Site: http://www.neilstuff.com/index.php?p=56
bulletS T R U C T U R E S: This web page provides a good explanation of what structs are. They give a good graphical example that I like, it was very representative and helpful in trying to understand structs. It has a section in which structs are defined another one in where they explain structs and several others. It is a brief simple overview of structs.
Site: http://www.speakeasy.com/CapabilitiesTop.htm
bulletExamples of Basic Calculations. Structured Data Objects, Speakeaon the idea of structured, multiple-value variables or ""objects"". ... sy is based Speakeasy is a powerful tool for solving your most difficult computational problems. In the simplest sense, Speakeasy is like a powerful, handheld calculator, except a calculator typically operates one scalar (a single value) at a time. Speakeasy can function as a calculator -- and much, much more. Make plans to last for some time reviewing this web site, if not, you will lose yourself with the lingo. You can always e-mail if you have any questions.
Site: http://www.taygeta.com/fsl/docs/fsl_structs.html
bulletA rationale for Structures in the Forth Scientific Library. This web page fully explains the rationale of high ordered data structures and how they work. These data structures are the same data structures found in C/C++ structs or Pascal/Ada records. The version of data structures talked on this page is V1.9. This page talks how there are seven different goals to keep in mind when designing and implementing data structures. These goals were designed to provide a general, easy to use scheme for handling data only. This page teaches you how to use structures, create arrays of structures, define structures that contain arrays, define constant structures, and how to force early binding. The limitations to this version of structure are covered in this web page as well. The nice thing about this web page is that it gives you examples of source code after every section to better understand the subject at hand. The usage of source code gives you an example of how you might use certain data structures on your program. The web page has a glossary towards the end of all the different reserved words or codes that might be used in a program if using structs. The web page ends by giving you links to other programming sites. Again, I found this site to be very educational. I would definitely use this page as a point of reference if I ever found myself in a bind while writing source code using structs.
Site: C programming.com
bulletThe website is designed for tutorials and practice exams and quizzes.","This is a good site to practice exams and to review answers to questions on C/C++ is provides other reference material as well and lecture notes.
Site: http://www.cse.ucsc.edu
bulletArrays, Structs and Pointers, Oh my! Programming in C. I selected to go over the website Arrays, Structs and Pointers, Oh my! It contained a lot of information over material we have already covered. It gave an overview on important topics including Structures in C. A structure is described as a mechanism to group values together. A structure is a useful method to build complex data structures. A pointer may point to a struct. This website is helpful to someone that needs to know the basic points on a topic in C/C++.
Site: http://www.gpc.edu/~jbenson/csci1301/records/sld001.htm
bulletSTRUCTS POWERPOINT'S: This website is a part of the Georgia Perimeter College. This a PowerPoint presentation on structs, in which examples are given on how structs work with many data types. This site also discusses the limitation of arrays/vectors, new data structures, defining a struct, examples of struct definitions, and it also talks about nesting and hierarchical structs. At the end of these slides, it teaches you how to write it into the program. I highly recommend this site because it is very easy to understand and follow. These powerpoints are the ones that are presented in the lecture notes for our class but are from another college.
Site: http://kbs.cs.tu-berlin.de/~jutta/c/c-faq/c-9.html
bulletSection 9. Structs, Enums, and Unions. I found this site to be extremely interesting, and very helpful if you want to become knowledge on structs.
Site: http://www.gpc.edu/~jbenson/csci1301/records/
bulletStructs: This website is a PowerPoint tutorial on Structs or structured data objects and covers the terminology and basics about structs. It also compares the limitations of arrays and vectors to structs. The website is nicely organized and the navigation is very simple. The website is very thorough and covers a lot of topics such as working with stucts, referencing a field and hierarchical structs.
Site: http://www.cprogramming.com/tutorial.html
bulletC Programming: This site provides a tutorial on C/C++ Programming. The website is broken down into sections where you can read and learn at your own pace. Quizzes and sample programs are provided in which you can test yourself.
bulletYour resource for C C++: This website provides numerous examples of code in C and C++. It is fairly easy to navigate through because it is organized through topics. These topics can be accessed from the first page and if what you are looking for is not in the first page, they have a search bar. The topics are titled by key words that lead you to useful tutorials. These tutorials are simplified for almost any reader to understand. However, they do not include as many visual illustrations as I would like. There are quizes you can take to test your learning as well as advanced tutorials to continue your learning. Overall, the web site is the most of the sites I visited (aside from the microsoft website).
Site: http://leepoint.net/notes/cpp/
bulletStruct Notes: This is a website that provides notes that might be useful for programming in C++. The information provided includes notes on structs. If you follow the structs link you will find information on arrays, structs, and classes. Examples are provided to show how structs is used to declare a new data type, how a new struct type can be used to declare variables, or how to use operators to access fields of struct. This website can be very useful in learning not only about data structures, but also on other topics already covered in class.
Site: http://www.cplusplus.com/doc/tutorial/tut3-5.html
bulletBrief Structures Overview: This web site illustrates how to construct a struct in c++ code, and gives the reader a brief overview of how to correctly create a prototype. As for myself I found the information a little confusing, but after reviewing it several times I believe I understand the main concepts of structs. One positive aspect about this page is that it displays sample code along with the results once the program has run. It pointed out that one benefit of using structs is that elements from the structures can be referred either as a block or individually.
bulletThe cplusplus.com tutorial, a complete tutorial for C++: This website really gives you a clean picture of C++. In the main page it has a link to structure, which I did my tutorial on, that is a good complement to the class.
Site: http://calc.utep.edu/PKirs/3355/structured_data_objects.htm
bulletClass website, Gnarly dude!!!!
Site: http://www.faqs.org/rfcs/rfc3072.html
bulletStructured Data Exchange Format: This web site provides information about structured data exchange and hot it is used. it explains how different data's are exchange and used. this data is not limited for any application it can be use in word processing, as a picture format, a sound format, for remote procedure calls with complex parameters, suitable for document formats, for interchanging business data, etc. in this site they also introduce the chunk which consists of a header and data body. we also have a structured chunk which is mark as such by the flag byte. this site provided us with program about chunks. in conclusion this web site provides useful and important information about data structure and its components.
Site: http://ciips.ee.uwa.edu.au/~morris/Year2/PLDS210/ds_ToC.html
bulletData Structures and Algorithms: This website provides information on the various topics we have been covering in class including structure data objects. This website will serve as a good reference source for those of you who are continuing in C/C++. This website would also be a good reference for studying for our final.
Site: http://www.structs.com
bulletThis website was very useful.
Site: http://www.cprogramming.com/tutorial.html
bulletThis site gives good examples on how to learn to program C++. The site talks about loops, functions, arrays, links and many more things. I would highly recommend it.
Site: http://www.phim.unibe.ch/comp_doc/c_manual/C/SYNTAX/struct.html#basics
bulletStructure basics: This website is very useful for the struct topic, and for any other key word related with C++. It gives examples of what a strcut is and some example programs.
Site: http://etnus.com/
bulletEtnus covers c and c++ in their total view features with a ton of answers to most questions: When i wrote my tutorial the Etnus for a majority of my referance this is a good site that covers c and c++ in their total view features with a ton of answers to most questions
Site: http://www.dcs.warwick.ac.uk/~mju/CS205/prolog3.html
bulletThe website title is Introduction to Prolog Part 3 (Structured Data Objects): This website defines what a structured data object is. It describes the general structure of data objects. It gives you an example of a program using structured data objects.
Site: http://www.fredosaurus.com/notes-cpp/structs/struct-ops.html
bulletGood examples of using struct data type in c++: It shows some good examples on how to program using struct data type.
Site: http://www.cuj.com/documents/s=8089/cuj9607colner/colner.htm
bulletProvides structured data object links and views: Good for explanations
Site: http://citeseer.ist.psu.edu/abiteboul97querying.html
bulletAbstract: This website has an enormous amount of information. Too much to handle. It would take days to sort through all of the information. It seems to have information on anything that you would ever want to know.
Site: http://citeseer.comp.nus.edu.sg/subieta98processing.html
bulletThis website provides links to assist in null values other forms of semi-structured data in object-oriented databases. It also provides links to documents with related material to structured data objects or null values, and also provides links to the references they used for their article. The website also provides the user with an update form should they find an error or find an updated version of their text.
Site: http://www.cplusplus.com/doc/tutorial/structures.html
bulletWebsite gives explanation on data structures with many examples that help one understand the material.
Site: http://newdata.box.sk/bx/c/htm/ch01.htm
bulletThe goal is to teach yourself 1 chapter a day. It give you a rough introduction to structured data objects
Site: http://www.brpreiss.com/books/opus4/html/book.html
bulletThis site covers everything that is needed to know about Data Structures.
Site: http://www.cprogramming.com/tutorial/lesson7.html
bulletGoes over what structures are and how to make them.
Site: http://courses.cs.vt.edu/~csonline/DataStructures/Lessons/Introduction/index.html
bulletThis web page gives good samples.
Site: http://www.cplusplus.com/doc/tutorial/structures.html
bulletThis site is part of another reference. It is one of the few that have information about data structures. It helps in clearifying the structures.
Site: http://www.ecoscentric.com/ecospro/doc/html/ref/memalloc-standard-api.html
bulletThis website included names of memory allocation which helped me study for quiz number 3.
Site: http://dev2dev.bea.com/pub/a/2005/11/sdo.html
bulletgave and an understanderding of why it was made
Site: http://en.wikipedia.org/wiki/Data_structure
bulletNot the best of sites, but it has a lot of links to take you to different sections and references on and about Data Structures and Computer Science related fields.
Site: http://www.phptr.com/articles/article.asp?p=31783&seqNum=2&rl=1
bulletShort examples and good explanations
Site: http://en.wikipedia.org/wiki/C++_structures_and_classe
bulletThis is an online encyclopedia that describes what a structured data object is and how they work
Site: http://www.patentstorm.us/patents/6314434-claims.html
bulletIt is a good website it is very clear
Site: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1526957
bulletVery good website
Site: http://www.patentstorm.us/patents/6314434-claims.html
bulletGood site with a lot of info about structured data types.
Site: http://www.patentstorm.us/patents/6314434.html
bulletThis website explains how structures data objects are used in data storage
Site: http://www.colchsfc.ac.uk/computing/computingnotes/datastructures/dsdatatypes.htm
bulletvery simple explaintion
Site: http://www.fredosaurus.com/notes-cpp/structs/structs.html
bulletThis website has very useful notes on C++: Structs.
Site: http://www.cplusplus.com/doc/tutorial/introduction.html
bulletEasy to follow
Site: http://www.cprogramming.com/tutorial/lesson7.html
bulletThis is a very simple tutorial of data structures
Site: http://www.flash-db.com/Board/index.php?board=19;action=display;threadid=3062
bulletThis site provides detailed information on coding structured data code into flash for use on the internet.
Site:  http://www.dgp.utoronto.ca/~ajr/270/eve/notes/struct.html
bulletThis website is a great introduction to structs. It describes how a struct is different from an array. In addition, it starts to talk about pointers in dealing with structs. It also states the differences on how structs can be implemented in c++ and java. This site is helpful because it shows examples of structs in a program.
Site: http://www.lnf.infn.it/computing/doc/aixcxx/html/complink/concepts/cuintstr.htm
bulletAn explanation of the structure of a C++ program
Site: http://en.wikibooks.org/wiki/Reverse_Engineering/Data_Structures
bulletThis website shows you how compilers implement complex data objects.
Site: http://www.ibm.com/developerworks/db2/library/techarticle/dm-0506melnyk/
bulletThis website provides the definition of a structured data type, and explains how to use it on tables.
Site: http://www.cplusplus.com/doc/tutorial/structures.html
bulletData structures A data structure is a group of data elements grouped together under one name. These data elements, known as members, can have different types and different lengths. Data structures are declared in C++ using the following syntax: struct structure_name { member_type1 member_name1; member_type2 member_name2; member_type3 member_name3; . . } object_names;
Site: http://www.cplusplus.com/doc/tutorial/structures.html
bulletThe website provides a expalnation of data structures and how it works using c++. In addition, informs about different types of data structures and how to declare every statement in C++ programming. It is a very helpful website to search to have a better understanding of data structures.
Site: http://books.google.com/books?id=6hkR_ixby08C&pg=PA396&lpg=PA396&dq=structured+data+object&
source=web&ots=dVGh1Mo2VK&sig=sYJKvswF39ntU1ZxnrxvitPb4Zo#PPP1,M1
bulletOnline book that describes how structured data objects work and what else is incorporated with it.
Site: http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/index.jsp?topic=/com.ibm.xlcpp8l.doc/language/ref/data_objects.htm
bulletthis page gives us an overview of how the data objects struture is set up, is also help us understand the concept
Site: http://msdn2.microsoft.com/en-us/library/ah19swz4(VS.71).aspx
bulletGood resource to have when studying Structured Data Objects
Site: http://msdn2.microsoft.com/en-us/library/64973255(VS.80).aspx
bulletthis article goes into detail on the uses and the how to use the struct keyword.
Site: http://www.cplusplus.com/doc/tutorial/structures.html
bulletIt give several examples of how to use a data structure
Site: http://www.w3.org/Library/User/Architecture/Streams.html
bulletwell this website is very interesting it shows you with a variety of diagramas how it is that a Data Structured object works.
Site: http://www.gxtechnical.com/gxdl/pub/GeneXus/
DevEnv/Docum/ReleaseNotes/8.0/StructureDatatype.htm
bulletSome of the sites found try to answer questions regarding semi-structured objects, why?
Site: http://www.cplusplus.com/doc/tutorial/structures.html
bulletA data structure is a group of data elements grouped together under one name. These data elements, known as members, can have different types and different lengths. Data structures are declared in C++ using the following syntax: struct structure_name {
Site: http://www.patentstorm.us/patents/6314434-claims.html
bulletgive an Abstract, Claims and Description of what data objects are
Site: http://www.w3.org/Library/User/Architecture/Streams.html
bulletThis website is pretty descriptive on several different ways of structured data. Gives good definitions and illustrated examples
Site: http://www.patentstorm.us/patents/6314434-claims.html
bulletI thinks it gives a very good description of what structured data objects are.

This page was last updated on 01/16/08.