Recent content by zyh

  1. Z

    Velocity screw description of a robot end-effector question

    look at the above image, the red coordinates is attached to the robot end-effector, and the other one is the base.coordinates. Now, As we know, the end-effector can do any rigid motion, so if a point P is attached on the robot end-effector. we can calculate the velocity of the point P. The...
  2. Z

    Help on velocity screw description and velocity propagation

    When reading some papers in robotics, I found two different ways of the velocity screw and velocity propagation. This is one description of calculation a point's velocity in the paper "A tutorial on Visual Servo Control", we say paper A. The author said: The rotation acts about a point...
  3. Z

    How can I add an icon to my MinGW compiled program for Windows?

    Oh, I'm using code::blocks and Mingw under windows, so, with application wizard, it is easy to generate a gui application. You can use include an icon file as it's resource file. That all I know.
  4. Z

    How can I add an icon to my MinGW compiled program for Windows?

    It is a GUI app or Console app? You should try some windows API function such as LoadIcon. You should read books such as <<windows programming>> by Charles Petzold.
  5. Z

    MATLAB I with C ++ or MATLAB : Simpson's rule

    I hate this too big image. could you type these words in post instead?
  6. Z

    C++ Collision Program for Physics Project

    you can try http://code.google.com/p/bullet/ It is a physics dynamic library, and has a lot of examples.
  7. Z

    Cross-Platform GUI: Compatible Windows & Linux Solutions

    WxWidgets allow you to use it for both GPL and commercial usage for free.
  8. Z

    Can different document classes be merged into one PDF document?

    I'm sorry I can't help you. But I suggest that you could ask in http://www.latex-community.org
  9. Z

    C/C++ Creating Threads in Java or C++: Balancing Writing and Deleting in Shared Files

    Welcome to this forum. But You run in the wrong door, because you post a homework question here which is not allowed. Try here: https://www.physicsforums.com/forumdisplay.php?f=152
  10. Z

    How to Implement Classes in a CSI 101 Homework Assignment?

    Never post homework question here. Please post here: https://www.physicsforums.com/forumdisplay.php?f=152
  11. Z

    C/C++ Problem in c++ in writing an algorithm

    This works fine for me, since you code is VERY HARD to read. I change the variable names. And it take me 30 minutes to find your bug through debugging in the code:cry:. #include <cstdlib> #include <iostream> #include <string> #include <fstream> #include <iomanip> #define MAX 30 using...
  12. Z

    Proving the Properties of Pseudo Inverse and Transpose

    I tried for 20 minutes, and can't figure it out. But I think you can refer to: http://en.wikipedia.org/wiki/Moore-Penrose_pseudoinverse. By the way, does the x and y are arbitrary matrix?
  13. Z

    MATLAB Help with Matlab Project: Extra Time Offered, Don't Want Incomplete

    You should ask question in a "homework" sub forums see: https://www.physicsforums.com/forumdisplay.php?f=152
  14. Z

    MATLAB MATLAB: Simple Loop - Storing Arrays as Variables

    What do you want to do with matrix operation. I read you post, but I'm sorry I can't understand your question. Please give a more specific piece of code. The m file you give us is too long to understand.
Back
Top