Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
H

hockymot2008_2009

@hockymot2008_2009
About
Posts
13
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Wumpus problem
    H hockymot2008_2009

    I just think that if you can not help other people, you shouldn't consider them as a joke... :sigh:

    Algorithms help question

  • Wumpus problem
    H hockymot2008_2009

    I need help from you who have experience with wumpus problem. I would like to ask that at one step, how can we choose the adjacent field to go ? I know one method that we choose the adjacent OK field (without mummies or pits) that has fewest visited times. My teacher said that it's not the most optimal method... Would you mind helping me. Thanks in advance.

    Algorithms help question

  • 3 layers model documents
    H hockymot2008_2009

    Thax so much for your reply :D

    C# question

  • 3 layers model documents
    H hockymot2008_2009

    I'm finding some documents about 3 layers model. Could you please share me some ? And please don't lead me to "Google" ;P

    C# question

  • Segment Polygon Intersection
    H hockymot2008_2009

    OK. Thanks so much for replying :D

    Algorithms algorithms question

  • Segment Polygon Intersection
    H hockymot2008_2009

    Plz show me if that is the most optimal algorithm ? I really want to know the most optimal algorithm to solve this problem. So, would you mind helping me ?

    Algorithms algorithms question

  • Segment Polygon Intersection
    H hockymot2008_2009

    I would like to check if a segment and a polygon have some intersections. Could you plz indicate me some algorithms to solve it. I knew Ray Casting algorithm and I wonder if there are other algorithms ?

    Algorithms algorithms question

  • Segment Polygon Intersection
    H hockymot2008_2009

    I would like to check if a segment and a polygon have some intersections. Could you plz indicate me some algorithms to solve it. I knew Ray Casting algorithm and I wonder if there are other algorithms ?

    IT & Infrastructure algorithms question

  • Allocating a pointer
    H hockymot2008_2009

    Thanks for your replies :D

    C# csharp c++

  • Allocating a pointer
    H hockymot2008_2009

    I think that the garbage collector deallocated the memory. How can we stop it plz ?

    C# csharp c++

  • Allocating a pointer
    H hockymot2008_2009

    For example I have a struct like this : public unsafe struct V { unsafe public V* backpointer; }; When I declare : V n = new V(); n.backpointer = &x in a loop then the previous value of backpointer changed. Could you plz help me ?

    modified on Sunday, October 5, 2008 9:50 PM

    C# csharp c++

  • Allocating a pointer
    H hockymot2008_2009

    I have a pointer to a struct. In C++ I can allocate and deallocate it but in C#, I can't. Could you give me a solution plz !

    C# csharp c++

  • Read numbers from file
    H hockymot2008_2009

    I have a file whose content like this : 1 2 3 4 I wonder how can I read them to 4 variables a, b, c, d I tried using Read or ReadLine to read but there was no result Would you mind helping me ?

    C# question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups