CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zhaolei_cpp

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,294

    Re: How to accelerate c2flash

    Hi Tomas, I visited "Derivative Calculator", I believe that if users can input formatted math formula, your calculator could be better. why not just have a try?

    I believe that you are very good...
  2. Replies
    7
    Views
    1,294

    Re: How to accelerate c2flash

    En~~~~~, If there is some code that occupies a lot of time,
    and the work can be done parallelly.
    You can try CBlockMemory::ParallelCompute & CBlockMemory::ParallelComputeIf
    to save time.
    The...
  3. Replies
    6
    Views
    7,354

    Re: flash runs c/c++

    The API is hooked and redirected to flash. The simulator can only do what the flash can. Once flash is safe, the simulator is also safe.
  4. Replies
    6
    Views
    7,354

    Re: flash runs c/c++

    it is a good idear that only part of asm is surpported.
  5. Replies
    6
    Views
    7,354

    Re: flash runs c/c++

    I have no money, and if you can, i can not pay you. Just image. the whole system can work or not.
  6. Replies
    6
    Views
    7,354

    flash runs c/c++

    Develop a 386 cpu virtual machine using Flash as3. The simulator runs 386 assemble code by interpretive execution. And the the assemble code is disassembled from the exe file that compiled from...
Results 1 to 6 of 10





Click Here to Expand Forum to Full Width

Featured