search for: picc

Displaying 3 results from an estimated 3 matches for "picc".

Did you mean: pic
2005 Oct 29
1
CCSC PICC Compiler - page fault (wine 0.9)
I tried to use the CCSC PICC Compiler (a C compiler for Microchip's PIC micro controllers) with Wine. The program doesn't even start, Wine drops into the debugger. What can I do in order to use the compiler? Here's the debugger output: $ wine Ccsc.exe wine: Unhandled exception (thread 0009), starting debugger....
2007 Jun 14
3
problem with hist()
Hey everybody, I try to make a graph with two different plots. First I make a boxplot of my data. It is a collection off correlation values of different pictures. For example: 0.23445 pica 0.34456 pica 0.45663 pica 0.98822 picb 0.12223 picc 0.34443 picc etc. Ok, I make this boxplot and I get for every picture the boxes. After this I want to know, how many correlations per picture exist. So I make a new vector y <- as.numeric(data$picture) So I get for my example something like this: y [1] 1 1 1 1 1 1 1 1 1 1 [11] 1 1 1 1 1 1 1 1...
2005 Oct 30
1
page fault when running CCSC compiler - wine 0.9
I tried to run the CCSC PICC compiler (a C compiler for Microchip's PIC micro controllers) with wine 0.9. The compiler doesn't even start; wine drops into the debugger with a "page fault" exception. What can I do in order to run the program? Here is the debugger output: wine: Unhandled exception (thread 0...