Recent content by basePARTICLE

  1. B

    New Information Theory: KNIT - Exploring Intelligence, Perception & Creativity

    I present Knit - The new (knowledgeable) http://ca.geocities.com/na2boodie01/KNIT/qkpt.html" . My rules of engagement are for comments and debatable points that reference the material directly or has an impact on the content of the material, otherwise extraneous comments will be interpreted...
  2. B

    Why does an IP addreess need to be associated with an interface?

    If you ever tried pinging a host, you would realize why they need an IP address. Hosts do provide services. The real reason is the originating IP of the packets. Interfaces can sit on the sub-net.
  3. B

    C/C++ How can I extract and print every 5 digits from a txt file using C++ file i/o?

    You are going right, so now, check the error flags in Prime. cout << str2 << endl;
  4. B

    Fixing a 'Invalid use of Member' Error in C++

    #3 should read: 3.Then I went to the main part of the program, int main(), instantiated a class, and gave the properties of that class, their proper values.
  5. B

    Creating a Wrapper Class in C++

    Ok. Now according to you: (1) What purpose does a C++ template serve? (2) How does it interact in itz environment. Give a life cycle description, if you can.
  6. B

    Is it possible to learn from books?

    Did you ever think a few pointers from a stranger may help? No one teaches you, how to learn, most teachers take it for granted, that students can learn, and the only reason they give tests is students to show, they have learned. It's a really primitive way, but all that is available at this...
  7. B

    Engineering A question in building a circuit using 2 full adders

    Chain the outputs with the clock cycle. In English, the clock is an input, for adder A, and itz carry is the input for adder B which holds the final solution.
  8. B

    Engineering Design a combination circuit

    What set of conditions will each multiplexer satisfy? (inputs)calculation-propogation(outputs)
  9. B

    Creating a Wrapper Class in C++

    Are you wrapping primitives or classes?
  10. B

    Epistemic Perspective : Meanings ARE in the head

    That is beautifully expressed as far as my neural model can tell. I would defer though, to a statement which finalized the sequence using, Without such previous association a symbol would be without referent. I accept this necessary condition. Very true,the term, leads to meaning, gives an...
  11. B

    Object Recognition: Advice on 10-Day Assignment

    The http://amath.colorado.edu/courses/4720/2000Spr/Labs/SVD/svd.html" , is described here, but be careful with the notation, because the writer uses an I matrix to represent Image matricies, rather than the Identity matrix. Are you using Matlab?
  12. B

    Object Recognition: Advice on 10-Day Assignment

    http://www.netlib.org/lapack/lug/node53.html" is computable, and any matrix A, can be represented using this scheme. Will you measure the Energy of the images?
  13. B

    Why not multiple inclusion of a header file if certain precautions are taken?

    I think, the c preprocessor takes the last definition of a meta variable.
  14. B

    Can A Being with Complete Power Exist?

    you have the answer to your own question embedded in your initial set of propositions. The completeness theorem, will implicate a solution such that p4 -> p1&p3 ->p1. The only difficulty I see is the superposition of both states at the same time!
  15. B

    Let's have a Get-To-Know-Each-Other

    hi, I am basePARTICLE while I am calculating my magnitude.
Back
Top