Since 4/25/2012 10:11:21 PM, jameskuyper has written 4 articles and participated in 5133 conversations. jameskuyper signature: jameskuyper
jameskuyper's articles:
Items(4) /1
identification of polar granules.40 (5/16/2013 7:34:52 PM) comp.lang.c The logic turned out to be a little bit more complicated than I
remembered, but mainly just because long expressions are needed to
access the various pieces of data. Look on modular or moddev1 at
/L1A/... James
IDL 7 #2240 (8/27/2009 10:58:19 AM) comp.lang.idl-pvwave The government contract that pays my paycheck recently transferred from one company to another, and so, perforce, did I and most of my coworkers, along with most of the associated hardware and software. Our ... James
Autocorrelation with (LOTS) of missing data.936 (3/11/2008 5:27:44 PM) comp.lang.idl-pvwave I've got a time series 807793 bins long, with missing data in all but 48945 of those bins. Only 7392 of those bins have a non-zero event count. Those bins have a total count of about 1 million events, which tel... jameskuyper
Comparing tabulated functions333 (1/3/2008 3:47:18 PM) comp.lang.idl-pvwave I've got two functions of time, each of which is tabulated at thousands of different monotonically increasing time values; in the worst case, there may be as many as 14,400 time values. I want to estimate the d... jameskuyper
Embarcadero C/C++ Compiler available245 (5/3/2013 4:40:35 PM) comp.lang.c Hi:
If you would like to test/try out the new 'Borland' C/C++ Compiler
(from Embarcadero) BCC 6.6.0, there is a link below.
This console-only compiler was extracted from the C++ Builder package... med_cutout_syntel(718)
reference type for C240 (5/16/2013 2:08:43 PM) comp.lang.c I like the reference type that has been introduced with C++
I wondered why isn't that feature retrofitted in C.
Is there something hindering it?
thx - roar -
... roland.arthaud(3)
C programming problem111 (5/16/2013 8:50:22 PM) comp.lang.c Hello all,
Can anyone give me some insights on this programming problem for a project?
Have a program prompt the user for a filename to open. Change every alphabetic character in the file to a capital let... ericswalz(1)
Odd printf() Behavior126 (5/7/2013 11:02:34 PM) comp.lang.c Hello, I'm working on some graphics routines and just started trying to
read in some bitmap files. For troubleshooting, I'm printing out various
values to make sure they're all okay.
I have two globals a... aaa97(8)
pointer doubt (1)212 (5/8/2013 6:46:58 PM) comp.lang.c Can ne1 explain me the difference between.... a NULL pointer ... and a
VOID pointer.
With Many Thanks.
... nospam21(11322)
identification of polar granules.40 (5/16/2013 7:34:52 PM) comp.lang.c The logic turned out to be a little bit more complicated than I
remembered, but mainly just because long expressions are needed to
access the various pieces of data. Look on modular or moddev1 at
/L1A/... jameskuyper(5137)
Who can explain this bug?5832 (4/17/2013 7:49:50 PM) comp.lang.c Platform: gcc 4.6.3 on AMD Athlon(tm) II X2 245 Processor on
Ubuntu 12.04
The bug I thought was due to a particularly hard to find memory access
problem (see other thread I started today) seems to be even... dmathog(163)
Initialiazing a malloced struct to all-0238 (4/25/2013 3:10:55 PM) comp.lang.c Hello everyone,
Typically when I want to initialize an auto struct to
"all-0" values, I write
struct foo bar = { 0 };
and let the compiler correctly set arithmetic values
to the appropriate 0 or 0.... Noob
struct padding is slower than struct packing193 (5/2/2013 11:17:02 PM) comp.lang.c Hi all,
As far as I understand, struct padding is implemented in order to speed up =
the execution of a program. I did this small example below in order to veri=
fy this issue. However, surprisingly, my pr... diegotorquemada1(81)
Standalone C wrapper to C++ library98 (5/7/2013 10:51:45 PM) comp.lang.c Hi all,
I am not an experienced C developer and would like to know if there are good resources for, or better yet real-world examples of, wrapping a C++ library in C such that application written using it don'... aditya.siram(54)