Search the web
Sign In
New User? Sign Up
ch_language · Ch Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 373 - 409 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
373
The Ch Barrett Hand package, http://chbhand.sourceforge.net , also allows users to control the hand interpretively through the command prompt. I have done this...
Stephen
ssn17
Offline Send Email
Aug 1, 2006
10:02 pm
374
Gary & Stephen, Thanks for the replies. I realized that I was a bit unclear in my post. I'm working on a library for a different bot, not the BH. However, I am...
kevin_v_wood
Offline Send Email
Aug 5, 2006
12:18 am
376
tom, would it be beneficial to post published code from john ehlers' books, 'rocket science for traders' and 'cybernetic analysis for stocks and futures'? i...
nickdobrinich
Offline Send Email
Aug 22, 2006
7:17 pm
377
Nick Personally I think it is a vbery good idea to publish this code. There are already some posts under the 'Files' link here and they are useful examples...
TMacD
tmacd70783
Offline Send Email
Aug 23, 2006
2:46 pm
378
Hello. Has anibody experience with CH embedded in a microcontroller? Regards....
contrerasisaac
Offline Send Email
Aug 26, 2006
7:43 pm
379
I downloaded academic Ch and Chscite. When I execute ploting programs (from demos) there are no errors in output window. Unfortunatly there isn't graphic. ...
Nikolay Angelov
nklyangelov
Offline Send Email
Aug 30, 2006
11:12 am
380
... Please check the FAQ for using ChScite for plotting. http://chscite.sourceforge.net/ChSciTEFAQ.html#generategraphics ... Can you please let me know what...
groupsupport@...
one2001boy
Offline Send Email
Aug 31, 2006
7:33 am
381
... Though embedded ch work for most microcontroller, some microcontroller and its OS require special handling. We will release a new embedded ch edition...
groupsupport@...
one2001boy
Offline Send Email
Aug 31, 2006
7:35 am
382
The problem with M_PI: M_PI is 3,14159265358979310000e+000 not 3.14159265358979310000e+000 thats why the program report for error (fplotxy.ch) ==>:...
Nikolay Angelov
nklyangelov
Offline Send Email
Sep 1, 2006
8:29 am
383
Hi Nikolay, ... We have seen this problem before. The answer is in our FAQ at the link: http://www.softintegration.com/support/faq/windows.html#plot If your...
groupsupport@...
one2001boy
Offline Send Email
Sep 2, 2006
7:28 am
384
I change decimal symbol in regional setting and ploting and M_PI are OK. Thanks for your help. Regards, Nikolay Angelov groupsupport@... wrote:...
Nikolay Angelov
nklyangelov
Offline Send Email
Sep 4, 2006
8:12 am
385
Hello all, I downloaded the binary .zip file of ChOpenCV for Windows, and I'm having trouble installing it. Can anybody offer any suggestions? Do I need to run...
kevin_v_wood
Offline Send Email
Sep 13, 2006
11:30 pm
386
Which are the minimum requierements(RAM,ROM, procesing, etc) to implement CH on a microcontroller, the ones I'm interested in are Atmel AVRs and ARM7. Regards....
contrerasisaac
Offline Send Email
Sep 14, 2006
4:44 am
387
Dear Kevin, Please follow the instructions indicated within the readme file. Under "Installation Instructions," it states to run 'make install.' Do this from...
Stephen Nestinger
ssn17
Offline Send Email
Sep 14, 2006
8:39 pm
389
Thanks Stephen, that worked. ... Under "Installation Instructions," it states to run 'make install.' Do this from within a Ch Shell. If you unzipped the...
kevin_v_wood
Offline Send Email
Sep 15, 2006
4:45 am
391
Hello all, I must admit to being rather confused about ch. Is it possible to compile a 'ch' script on a linux machine using gcc? Below is a snipit of code...
Graham Wilson
grahamwilsonca
Offline Send Email
Sep 21, 2006
11:00 pm
392
... Ch Professional Edition has some extensions to C for rapid application development and deployment. Graphical plotting and computational array are two major...
groupsupport@...
one2001boy
Offline Send Email
Sep 22, 2006
12:19 am
393
... That's really too bad as the ability to compile code that uses 'computational arrays' was my primary reason for looking at ch. ANSI C arrays/pointers are...
grahamwilsonca
Offline Send Email
Sep 22, 2006
3:21 am
394
... This really a deficiency in C which is not as high level a language as Ch. C still has a systems implementation history and hiding loops in an array...
TMacD
tmacd70783
Offline Send Email
Sep 22, 2006
7:21 pm
395
... ANSI ... Computations of computational arrays and advanced numerical functions are internally implemented in C. If you use computational arrays and...
Harry_H_Cheng
Offline Send Email
Sep 22, 2006
7:38 pm
396
Graham, After reading Harry's response, I see that a very good point is raised. Is there any way you can share with us the performance results you obtain with...
TMacD
tmacd70783
Offline Send Email
Sep 25, 2006
5:28 pm
400
While this may be a valid point, script performance wasn't the main reason I was investigating ch. Our current development cycle for low level algorithms in...
grahamwilsonca
Offline Send Email
Oct 3, 2006
1:55 am
401
OK - very good points and good to know. So, this takes me back to the possibilty of enhancing Ch to generate standard C. I suspect this is a major effort, and...
TMacD
tmacd70783
Offline Send Email
Oct 3, 2006
6:20 pm
402
You may check if high-level Ch OpenCV and Ch ImageMagick packages at http://www.softintegration.com/products/thirdparty/#graphics can be used for your ...
Harry_H_Cheng
Offline Send Email
Oct 3, 2006
6:41 pm
404
Hello to all! I have installed Ch professional and the cgi and control system toolbox on Ubuntu. I have also configured Apache and tested the web based control...
amora_9
Offline Send Email
Oct 17, 2006
5:14 am
405
... please use gnuplot> set terminal png ... please use Plot.outputType(PLOT_OUTPUTTYPE_STREAM, "png"); "png color" settings has been deprecated in Ch Prof...
groupsupport@...
one2001boy
Offline Send Email
Oct 18, 2006
5:47 am
406
Hello How can I make an executable program in chscite?...
slawwwc
Offline Send Email
Oct 19, 2006
12:24 am
407
Hi All Is there any way to use SIGL for real time charts/plotting. (I have 19 values per second and I need to display them in real time) Any suggestions would...
sg78ca
Offline Send Email
Oct 19, 2006
3:09 am
408
... ChSciTE is an IDE to execute C programs in Ch. Ch is an C/C++ interpreter, not a compiler. It cannot create an executable binary program. You need a C...
groupsupport@...
one2001boy
Offline Send Email
Oct 20, 2006
8:23 am
409
... The link below contains a simple example. http://www.softintegration.com/products/sdk/embedch/plotexample/ Tech support...
groupsupport@...
one2001boy
Offline Send Email
Oct 20, 2006
8:27 am
Messages 373 - 409 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help