newbie Integer class question9120 (11/18/2010 5:25:14 PM) comp.lang.java.programmer From what I can tell, it seems that the Integer class wraps the
primitive integer datatype and provides methods like parseInt to
change strings into Integers.
Why is this method available when I haven't in... gary
mouse bindkeys to spacebar242 (4/6/2010 9:01:49 PM) comp.cad.cadence I injured my right hand and am having a little trouble clicking. I want to push these mouse functions to spacebar and spacebar combinations like Ctrl-spacebar. There is a farely standard bindkey file that I am... gary
what is prop.xx file1118 (3/26/2010 11:40:44 PM) comp.cad.cadence From what I gathered it is a metadata binary file that is created for a library and/or a cell, etc. that provides additional information about that library or object it's created for. So in the instance of a pr... gary
zoom to selected set in Schematic editor2205 (11/6/2009 1:17:40 AM) comp.cad.cadence In Virtuoso layout tool, you can zoom in to the selection
(leZoomToSelSet). Is there a comparable schematic editor command
function?
... vlsidesign
use different layout view and still maintain XL connectivity344 (9/14/2009 9:47:17 PM) comp.cad.cadence I was wondering if you can selectively associate different layout views for different symbol instances. The reason being there can be a symbol, schematic, layout, and layout2 views for a cell. The layout view i... vlsidesign
hidden characters in source code causing compiler grief2144 (4/8/2009 9:58:27 PM) comp.lang.c I believe somehow I got some hidden characters in my source file that is causing it to not compile. I think they got in there by Word Processor formatting codes or perhaps when I got the code from a friend via ... Gary
no declaration inside for loop header1737 (3/23/2009 12:29:40 AM) comp.lang.c I have a for loop and try to declare a variable and it complains with this message. fun.c:11: error: =91for=92 loop initial declaration used outside C99 mode line 11: for( int counter =3D 1; counter <=3D10; ... Gary
efficiently handling of flat data in skill344 (2/5/2009 12:47:59 AM) comp.cad.cadence I am working with flat data (because the XL connecitvity down the hierarchy is not there). More specifically, I am working with cv~>shapes (where cv is the current cellView). I want to create a list of a subset... layoutDesign
XL needs to open schematic for Edit to extract connectivity383 (2/4/2009 12:20:14 AM) comp.cad.cadence I am using Cadence Virtuoso XL (5.10). When I open the layout XL tool and then go to the menu Connectivity~>Update~>Components And Nets it is unable and comes back with a popup. "This operation requires cel... layoutDesign
connectivity problem447 (1/31/2009 12:46:42 AM) comp.cad.cadence There exists a layout with no schematic connectivity. There are labels at the top of the hierarchy over the pads. At various levels of the hierarchy, there are metals and vias. I want to find out what label a p... layoutDesign
problem incrementing my variable4424 (1/27/2009 12:20:37 AM) comp.lang.c Here is my program, which does okay for awhile then messes up (output on bottom): #include main() { float p; for ( p = 0; p <= 1; p = p + .005) { printf("p value is %f\n", p); } } output ........ fordgwf(143)
connectivity problem447 (1/31/2009 12:46:42 AM) comp.cad.cadence There exists a layout with no schematic connectivity. There are labels at the top of the hierarchy over the pads. At various levels of the hierarchy, there are metals and vias. I want to find out what label a p... fordgwf(143)
Problem in stream in142 (2/3/2009 5:20:21 AM) comp.cad.cadence Hello all, I had streamed in digital gds database into my layout library. But when I try running the calibre Drc it's giving an error VIA1$1233243 is referenced but not defined, in the similar way I got the er... sridhartv25(98)
Mismatched device problem of Assura LVS1110 (2/3/2009 4:32:22 PM) comp.cad.cadence Dear All, I got some strange problems when doing LVS using Assura. There are s ome mismatched devices. When I open the device mismatch tools for detail, I found that some of the devices which are shown i... wang.adam2008(33)
efficiently handling of flat data in skill344 (2/5/2009 12:47:59 AM) comp.cad.cadence I am working with flat data (because the XL connecitvity down the hierarchy is not there). More specifically, I am working with cv~>shapes (where cv is the current cellView). I want to create a list of a subset... fordgwf(143)
no declaration inside for loop header1737 (3/23/2009 12:29:40 AM) comp.lang.c I have a for loop and try to declare a variable and it complains with this message. fun.c:11: error: =91for=92 loop initial declaration used outside C99 mode line 11: for( int counter =3D 1; counter <=3D10; ... fordgwf(143)
hidden characters in source code causing compiler grief2144 (4/8/2009 9:58:27 PM) comp.lang.c I believe somehow I got some hidden characters in my source file that is causing it to not compile. I think they got in there by Word Processor formatting codes or perhaps when I got the code from a friend via ... fordgwf(143)
mouse bindkeys to spacebar242 (4/6/2010 9:01:49 PM) comp.cad.cadence I injured my right hand and am having a little trouble clicking. I want to push these mouse functions to spacebar and spacebar combinations like Ctrl-spacebar. There is a farely standard bindkey file that I am... fordgwf(143)