I downloaded some of the papers from : http://homepage2.nifty.com/KanjiSetsuda/pages/EnglishP1.html but I can't read them with my Acrobat reader version. Has...
dear Guenter, While back Christian, Harvey and I had a heavy discussion on perfect Christian / Trump seems stuck in the old definition John abandoned while...
dear Guenter; Curious that 9m^2 equations do not have a solution while 10m^2 equations do (your order 4 {pantriagonal pandiagonal none-monagonal}} cube Harvey ...
... there is certainly something wrong there, I installed a fresh downloaded acrobat reader, and got 11 pages on that order 4 cube file all blanc!(too bad...
dear Aale; ... yes. I tried it now for 12m^2 equations (one pan1agonal missing) and there were still nontrivial solutions ! But all layers are identical so no...
dear Guenter I like this reformulation, yesterday I stumbled all day around the darn thing uptill I found way to intergrate the orders m = 2^n I reformulze...
dear Guenter Since you refered once more to your all cubes file I tried once more to make sense of it, but for me it is just a bunch of numbers the explanation...
dear Aale ... when it's clear, so you succeeded to make sense of it ? ... (most of) the cubes are in another file, "cubes.exe" in the same directory. I can...
... A so Sie waren Aale fangen? Die solte mann zum trocknen hangen! Mann kann diese Aale multiplizieren, Aber wie soll mann sie dividieren. Sie sollten jedoch...
dear Aale ... yes, that would be nice. I'm already doing this, some features are already in C, but converting the whole program is tedious. I prefer using...
... No the .Net framework is an initiative of microsoft, and also has an unix implementation already somewhere. Point is that all languages compile onto the...
dear Guenter After skimreading Plancks paper you uploaded I get the notion that the path-method and what Hendricks called "digit equation" are essen- tially...
dear Aale ... I speculated that this is just the inverse matrix then ? (and inverse "period" - permutations) ... not always you get latin squares, e.g. not for...
dear Aale, (I didn't get this mailed, only found it on the magiccubes webpage) ... frame- ... to C ... has an ... C++ ... I ... dialect? that's a good idea ,...
... compilers ... That's truly an ancient basic you are using Microsoft integrated the most common languages into a single environ- ment called "visual...
dear Guenter Took a peak at your c-program, and frankly said I found no c-program but a c-language basic program (hard to read) It is immediately clear where...
dear Aale ... I'm trying to make the tests independent subroutines of each other. The cube is in A[][][] , all indices and values start at 0. It should be...
... However it's probably not very common yet and when you provide C# code to others, they can't read or compile it. ... hmm, will I be able to use it from...
... In this case you can leave the brackets around the single line code, brackets are only needed when more then one statement is written. I use the closing...
... my favourite for this would be: for(i,j,k=0..n-1)A[i,j,k]=0; ... just your opinion... ... that would be nice, since this A[i][j][k] is awful. It compiles...
I just downloaded the same 11 pages and read them with no problem. It may be that you have to install the Japanese language set (even though the paper is...
... every language has its pecularities the above would be nice however even in csharp this is impossible, posible is the folowing fill(void *adr,int len,byte...
darn complicated you even need the windows cd-rom to istall that superfluous Japanese, I have that one at work, so I'll try later this week! Aale ... there. ...
Funny. When my reader went to open the file, a window popped up telling me I needed to download the Japanese character set. Everything was pretty automatic! ...
probably your windows is installed from some portion on your hard drive, so it simply has the "windows disc" on board and so doesn't ask for it, my internet...
dear Aale ATM strings are not so much used by me. For the A[][][] things and nested for's I use macros now: #define nmax 37 #define NL printf("\n"); #define...
... (k=0;k<n;k++){ ... as ... yes, Ain't macro's fun, there have been projects to make C look like pascal, a language I learned programming in and the main...