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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 349 - 401 of 1027   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
349
FYI - I'll be on vacation all next week and won't be able to moderate the Ch group until I get back. See you then. TMacD...
TMacD
tmacd70783
Offline Send Email
Jul 14, 2006
10:36 pm
367
Sir, First Of All Iam Very ThanksFull To Ur Members Of Department Of this Site Organisation My Name M.Krishankishore iam an Intercompleated And ready to join...
sumotraceyou
Offline Send Email
Jul 25, 2006
10:31 am
368
When I try and run a program in csite I get the following error message: ERROR: variable 'C:\Ch\demos\lang\Data' not defined How do I correct this? Thanks, ...
steve1yvj
Offline Send Email
Jul 27, 2006
6:28 pm
369
... Not sure how to repeat the same error as you shown from chscite? Tech support...
groupsupport@...
one2001boy
Offline Send Email
Jul 28, 2006
2:12 am
370
Hello All, I'm working on a robotic control library similar to the Barrett Hand library for Ch. One thing that I would like to do is to interactively enter...
kevin_v_wood
Offline Send Email
Jul 29, 2006
1:42 am
371
Could you send a simplified program for us to test in ChSciTE? Yu-Cheng groupsupport@... »¡¡G ... Not sure how to repeat the same error as...
gary
chou_y_c
Offline Send Email
Jul 31, 2006
10:41 pm
372
Hi, First of all, you need to make sure that you put the function files with a file extension .chf in a directory specified by the system variable _fpath,...
gary
chou_y_c
Offline Send Email
Jul 31, 2006
11:38 pm
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
Messages 349 - 401 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