Search:

Type: Posts; User: freddydog

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,128

    I changed first part of code for link the winsock...

    I changed first part of code for link the winsock library.


    #ifndef unix
    #define WIN32
    #include <windows.h>
    #pragma comment(lib, "wsock32.lib")
    #include <winsock.h>
  2. Replies
    3
    Views
    5,128

    Socket Programming

    I wanna create client. c for socket programming but when I compile the code I encountered a problem. And I use codeblocks for ide.What's wrong?

    Errors:...
  3. Replies
    3
    Views
    3,794

    I found the using google.But the expression was...

    I found the using google.But the expression was very short.I don't understand Nilsson's sequence score method.I need a broader expression.
  4. Replies
    3
    Views
    3,794

    Nilsson' sequence score

    Hi, I'm working eight puzzle game.And I want to use A* algorithm.When I look at the A* algorithm, I encountered Nilsson's sequence score method, but I don't understand how to calculate the Nillson's...
Results 1 to 4 of 4