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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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
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
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@...
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@...
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@...
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
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@...
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@...
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@...
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@...
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@...
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@...
Dec 1, 2000 1:43 am
50
Hey. Keep us posted if it works... <Big Grin> ... [...] ... That's it in a nutshell....
RainbowSally
RainbowSally@...
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@...
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...