Archive

Posts Tagged ‘structures’

Simple Delaunay Triangulation C++ Program

November 15th, 2011 Comments off

Very Urgent ( if you know c++ you will need probably 3 hours to do it)

2. Define two structures Point and Triangle.
a. The Point structures should have member variables for the point number, x and y coordinates, and a Boolean variable to indicate whether or not the point has been used in a triangle yet.
b. The Triangle structures should contain a triangle number (to identify the triangle) and the point numbers of the three vertices of the triangle.

3. Create a class called PointList

Simple Delaunay Triangulation C++ Program

November 15th, 2011 Comments off

2. Define two structures Point and Triangle.
a. The Point structures should have member variables for the point number, x and y coordinates, and a Boolean variable to indicate whether or not the point has been used in a triangle yet.
b. The Triangle structures should contain a triangle number (to identify the triangle) and the point numbers of the three vertices of the triangle.

3. Create a class called PointList
a. The class should contain an empty vector of Point structures.
b. The clas…

C++ Data Structures

August 29th, 2011 Comments off

Please see the attachment for details. Must be done and delivered via email to me within 24 hours. I will select a winning bid of $10.00

Categories: C/C++, Data Tags: , ,

C++ Data Structures 2

August 29th, 2011 Comments off

Please see the attachment for details.

Categories: C/C++, Data Tags: , ,

C++ Data Structures

August 22nd, 2011 Comments off

Please see the attachment for details.

Categories: C/C++, Data Tags: , ,

C++ Data Structures

February 28th, 2010 Comments off

Many data structures are similar to other data structures and can be implemented similarly. A stack is a special type of linked list, a tree is a type of graph, etc. In this lab, we will be developing a set data structure from an existing linked list class. A set can be implemented as a linked list that does not allow duplicate values to be inserted. I have posted a document that explains in detail what I need. Let me know if you have any questions. Thanks

C++ Structures And Classes

October 8th, 2009 Comments off

In C++ with good commenting Define a class for a type called CounterType. An object of this type is used to count things, so it records a count that is a nonnegative whole number. Include a mutator function that sets the counter to a count given as an argument. Include member functions to increase the count by one and to decrease the count by one. Be sure that no member function allows the value of the counter to become negative. Also, include a member function that returns the current count value and one that outputs the count. Embed your class definition in a test program.

Url Structures Metas For Seo

October 4th, 2009 Comments off

I just had a site built (www.allfamousbirthdays.com), but the URL structures are not SEO friendly, and the Meta tags are not unique by dynamic pages. I need to have someone fix all the pages to make them SEO friendly and to be able to put in unique META tags (titles, description, keywords). I have attached a document describing what I want for each page with regards to the URL and META structure.

Please do NOT bid if you do not understand that document PERFECTLY!
Please do NOT bid if you aren’t expert in PHP and MySQL
Please do NOT bid if you have no feedback.
Please do NOT bid if you can’t complete this within 2-3 days.

Everyone else is welcome to bid :)

Wp And Domain File Structures

July 2nd, 2009 Comments off

Okay…Here is the situation. I have a website and domain let’s call it DOMAIN1 with a blog call that BLOG1. I have created a new blog (BLOG2) and have a domain for that as well (DOMAIN2).

DOMAIN1 has a link to BLOG1 on the home page and nothing really needs to be done to that.

I have placed the WordPress Installation (BLOG2) in the following folder www.DOMAIN1.com/DOMAIN2/newblog. What I want is to have BLOG2 viewed by using www.DOMAIN2.com with all posts/files/pages etc viewed using DOMAIN2 not www.DOMAIN1.com/DOMAIN2/newblog……

I tried to have my webhost help with this but they were pretty useless, in fact they even made it so that I cannot login to my WP Dashboard from the homepage. I’m hoping one of you pros can fix this for me as well.

I’ll provide the actual domain names once the project is awarded.

Thanks

Bear