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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6 - 46 of 161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6
... 1) Click "Files" Menu 2) Select an appropriate Category-Folder 3) Click "Upload File" Menu...
hakinh@...
Send Email
Aug 19, 2000
10:08 pm
8
To see some screen-shots of CMAP visual environment and of application program: Click "Files" -> "Screen-shots"...
hakinh@...
Send Email
Aug 26, 2000
3:39 am
10
I've added a new section under "Files" for tips and code snippets. They are instructive and more fun than reading long explanations. If you have tips/code to...
Kinh H. Ha
hakinh@...
Send Email
Sep 12, 2000
8:06 pm
14
Make sure that you are running Cmap version 6.5.3 or up ... _________________________________________________________________________ Get Your Private, Free...
CY Chan
cchy@...
Send Email
Sep 27, 2000
5:13 pm
15
... I had 6.5.0, apparently. The more recent version says it's for windows 98 which I don't have on my system at home. I have Windows 95. But I got the most...
RainbowSally
RainbowSally@...
Send Email
Sep 28, 2000
9:31 am
16
Function trace() was there right from the first DOS version back in 1990. It was removed from Windows versions because the Function-Call- Stack Window seems to...
Kinh H. Ha
hakinh@...
Send Email
Sep 28, 2000
12:21 pm
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
Messages 6 - 46 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