Search the web
Sign In
New User? Sign Up
cmap · C-based Mathematical Application Programming Environment
? 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 17 - 52 of 161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17
The uploaded CMAP's new version 6.5.4(b) provides early detection of major syntax errors during editing of an "Activated Program". Recommended approach for...
Kinh H. Ha
hakinh@...
Send Email
Oct 1, 2000
3:50 pm
18
You're writing 'em faster than I can evaluate 'em, professor! ... This list may be obsolete already. But I'd better send it now before you get too far ahead...
RainbowSally
RainbowSally@...
Send Email
Oct 2, 2000
10:32 pm
21
Just trying to get my feet wet on this eGroup. Here's a little schematic and the matrix generated from it. Ascii character drawings are easier with ...
RainbowSally
RainbowSally@...
Send Email
Oct 7, 2000
4:58 pm
25
/* Includes ratios for simplified but effective perspective drawing with notes on rationale for choice of factors. Draws with text 'period' for dot. This is a...
RainbowSally
RainbowSally@...
Send Email
Oct 11, 2000
7:00 am
26
For anyone that hasn't really gotten a handle on programming in a language like CMap, this is MUCH better than a programmable calculator. You don't need to...
RainbowSally
RainbowSally@...
Send Email
Oct 15, 2000
9:04 am
27
Hi Sally: You can also do the exact opposite: 1. Write a little function to do the most obvious thing, and click X to activate the document. 2. Test it in...
Kinh H. Ha
hakinh@...
Send Email
Oct 15, 2000
2:56 pm
28
Agreed, but... ... This is very true, once you are at the level of writing complex applications. For the quick, and sometimes dirty, stuff CMap usually gets ...
RainbowSally
RainbowSally@...
Send Email
Oct 16, 2000
1:19 am
29
... Whether top-down or bottom-up approach is better for beginners is debatable. Top-down requires a high level of synthesization: just plunge in (if you...
Kinh H. Ha
hakinh@...
Send Email
Oct 16, 2000
4:56 pm
30
Here's a simple but useful utility (as an attachment to this message). It is a function called pause() Easily underestimated. But you may want to add...
RainbowSally
RainbowSally@...
Send Email
Oct 17, 2000
9:03 pm
31
That's very clever. However, you may save yourself a lot of trouble by using CMAP's function sleep(N); K.H....
hakinh@...
Send Email
Oct 17, 2000
9:15 pm
32
... Heh heh... ... Both approaches make good use of the text editor. :-) Now I do have a mental outline (not committed to a text file) for doing eliminations...
RainbowSally
RainbowSally@...
Send Email
Oct 18, 2000
5:58 am
33
Hah hah hah.. :-) ... I SCOURED the help files for it. I looked at using the seed for randomize! I tried getting the string from B_Clock function in...
RainbowSally
RainbowSally@...
Send Email
Oct 18, 2000
6:02 am
35
Uh... Talin' to me?? :-) ... re: battlefield: Speaking of which... Got any mice in the plans? (Mouse support?) :-) :-) ... You see, I wrote this program...
RainbowSally
RainbowSally@...
Send Email
Oct 19, 2000
1:55 am
36
I THINK this is the right file. If it runs slow, it's the right one. Haven't optimized yet......
RainbowSally
RainbowSally@...
Send Email
Oct 19, 2000
1:55 am
37
If a CMAP application program is to process mouse events, it will need to adopt Windows' event-driven programming. As of now, the only event-oriented feature...
Kinh H. Ha
hakinh@...
Send Email
Oct 22, 2000
12:57 am
38
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cmap group. File : / Cmap Download...
cmap@egroups.com
Send Email
Oct 31, 2000
12:14 am
39
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cmap group. File : / Cmap Download...
cmap@egroups.com
Send Email
Nov 18, 2000
1:06 am
40
Here is a fragment of the CMP program that performs Ftt processing: for(n=1; n<= N; n=n+1) { h[2*n-1] = ApproxFunct(t); w[n] = (n-1)/(N*Dt); // discrete...
microworksoftware@...
Send Email
Nov 23, 2000
1:22 am
41
I already figured out the solution. Please disregard this post. Thanks Igor Livshin ... __________________________________________________ Do You Yahoo!? ...
Igor Livshin
microworksoftware@...
Send Email
Nov 23, 2000
4:52 am
42
It's because to try to calculate a subharmonic (period greater than the # of samples) is unreliable and even detrimental. Think of the days as being samples....
RainbowSally
RainbowSally@...
Send Email
Nov 23, 2000
8:35 pm
43
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cmap group. File : / Cmap Download...
cmap@egroups.com
Send Email
Nov 26, 2000
2:30 am
44
Agree with you. The answer to my question is to do Ftt on a larger time interval to pick up low frequency (high period) dominant harmonics and then apply the...
Igor Livshin
microworksoftware@...
Send Email
Nov 26, 2000
6:42 pm
45
... Wavelets are apparently the happening analytical movement at this time. If you do need to capture any "envelope" kinds of features in your data, that ...
RainbowSally
RainbowSally@...
Send Email
Nov 26, 2000
8:32 pm
46
Hi Sally, Thanks for your response. What I am doing is decomposing the stock market data to get the dominant harmonics, building envelopes and so on. Fft works...
Igor Livshin
microworksoftware@...
Send Email
Nov 27, 2000
3:46 pm
47
Let's start here... FFT and stock market prediction... You are on the right track but you'd be better off with some friends in the business-intelligence...
RainbowSally
RainbowSally@...
Send Email
Nov 29, 2000
8:00 pm
48
A new section on "Tips & Tricks" has been added to CMAP-Forum. To share your favorite tips or tricks: - Click link "Database" - Select the folder "Tips &...
Kinh H. Ha
hakinh@...
Send Email
Nov 30, 2000
1:44 am
49
Hi Sally, Thanks for your response and interesting discussion. This was originally researched by J.M. Husrt and published in his book "The Profit Magic of...
Igor Livshin
microworksoftware@...
Send Email
Dec 1, 2000
1:43 am
50
Hey. Keep us posted if it works... <Big Grin> ... [...] ... That's it in a nutshell....
RainbowSally
RainbowSally@...
Send Email
Dec 3, 2000
1:03 am
51
Dear Dr. Ha, Is it possible to add (or perhaps it is now a feature) to make a CMAP application "executable only" and not modifiable so that you can give a ...
Harry Spier
harryspier@...
Send Email
Dec 3, 2000
12:47 pm
52
The best way to protect a program is to set its file-attribute (right- click the file name in Win-Explorer) to "Read-only" before shipping, and CMAP Editor...
Kinh H. Ha
hakinh@...
Send Email
Dec 3, 2000
3:43 pm
Messages 17 - 52 of 161   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