Search:

Type: Posts; User: magis

Search: Search took 0.00 seconds.

  1. Thread: asctime woes

    by magis
    Replies
    7
    Views
    1,924

    That makes sense, thanks.

    That makes sense, thanks.
  2. Thread: asctime woes

    by magis
    Replies
    7
    Views
    1,924

    Mission accomplished :D . But I am a little...

    Mission accomplished :D . But I am a little confused as to why a reference would work and not a pointer, would someone please explain this? To be honest... I just threw the reference operator in...
  3. Thread: asctime woes

    by magis
    Replies
    7
    Views
    1,924

    If you open the file timeworked.txt you get this:...

    If you open the file timeworked.txt you get this:


    Time in: Thu Jun 23 12:41:24 2005
    time out: Thu Jun 23 12:41:24 2005
    Hours worked: 0.000277778


    However, the original data printed by...
  4. Thread: asctime woes

    by magis
    Replies
    7
    Views
    1,924

    asctime woes

    I am currently working on a program that will calculate the number of hours I have worked for any given day. What I have is as follows:

    ...
  5. Thread: Perceptron Help

    by magis
    Replies
    7
    Views
    2,501

    Thanks :p

    Thanks :p
  6. Thread: Perceptron Help

    by magis
    Replies
    7
    Views
    2,501

    Could you suggest any exercises that would help...

    Could you suggest any exercises that would help me better by my programming and mathematical skills with a bias towards neural networks? This might also help others in the same boat :D .
  7. Thread: Perceptron Help

    by magis
    Replies
    7
    Views
    2,501

    This programs purpose is to determine the value...

    This programs purpose is to determine the value of a number, it is the first perceptron in a network which I hope will eventually involve many layers. Quite frankly, however, I am clueless as to how...
  8. Thread: Perceptron Help

    by magis
    Replies
    7
    Views
    2,501

    Perceptron Help

    This is my first attempt at a neural network, is this even close to a single input output perceptron?


    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>

    float floatrandom(float...
  9. Replies
    1
    Views
    6,351

    Neural Networks VS. Spike Neural Networks

    Could someone explain to me the difference between neural networks and spiked neural networks? I've been reading a lot of books that reference neural networks and I think it would be very interesting...
  10. Thread: strstr woes

    by magis
    Replies
    6
    Views
    2,479

    I think I got it, but before I post the finished...

    I think I got it, but before I post the finished product :D I will post 7stud's exercise just in case anyone else is having the same problem I had.



    #include <iostream>
    #include <fstream>...
  11. Thread: strstr woes

    by magis
    Replies
    6
    Views
    2,479

    Okay I think i am getting closer :D this is...

    Okay I think i am getting closer :D this is what I have so far:



    #include <iostream>
    #include <fstream>
    #include <string>
    using namespace std;
  12. Thread: strstr woes

    by magis
    Replies
    6
    Views
    2,479

    strstr woes

    My goal is to read a file until a specific string is found and then output what was read into another file. I've been working on this for a few days now :( and this is all I've been able to come up...
Results 1 to 12 of 12