PM4 packets259 (5/15/2012 6:52:07 PM) comp.graphics.api.opengl Can someone advise me where can I read about PM4 packets to the command stream the CP has to execute?(And may be some relative stuff) Thank you ... bil050
CRT linkage with shared library and application127 (4/20/2012 1:18:21 PM) comp.lang.c++ Windows application links dynamically CRT. It executes some code in particular reopens stdout in file (freopen). After it the application exloads shared library.The shared library is linked statically with CRT.... bil050
two-sided mode3106 (4/6/2010 12:43:53 PM) comp.graphics.api.opengl The OpenGL in two-sided mode, the colors for the back face of a polygon are computed separately and with reversed normals. Is it possible to get the normals OpenGL copmputes? Thanks ... bil050
two-sided model /SMOOTH shading4135 (4/6/2010 12:13:46 AM) comp.graphics.api.opengl Hi, I have a mesh with ununiform winding of its polugons. In order to render it (with FLAT shading model),I use two-sided model in such a way: glCullFace(GL_BACK); oneSideDraw(1);//Draw the fro... bil050
editing code139 (6/26/2009 8:32:01 AM) comp.soft-sys.matlab Hi, How can I editing matlab code make some comments in the bold format? (Use Matlab 2008a) Thank you in advance ... Technion
Matlab movie/4-D055 (6/16/2009 5:34:02 PM) comp.soft-sys.matlab Hi, I have a matlab movie(cdata/ccolor) how can I extract jast cdata 4-D matrix Thank you in advance ... Technion
wait bar159 (6/16/2009 8:53:01 AM) comp.soft-sys.matlab Hi, I create a GUI and use waitbar for progress monitoring The 'x' - Close pressing on waitbar window causes my application to fail - how can I prevent it? Thank you in advance ... Technion
mplay #2057 (6/12/2009 3:02:35 PM) comp.soft-sys.matlab Hello, I need to run Matlab`s mplay in some handle...Is it possible - if yes how? 10x in advance ... Irina
mplay027 (6/12/2009 2:21:01 PM) comp.soft-sys.matlab Hello, Is it possible to run Matlab mplay in specific axes [figure] and how ? 10x in advance ... Technion
matrix shift #2161 (6/4/2009 10:20:04 PM) comp.soft-sys.matlab I need to shift all matrix for example if I have x = 1 2 3 4 its shift for y = 1,x = 0;gives 0 1 0 3 10x ... Technion
irinalipov's replies:
Items(2) /1
KK-NearestNeighbour428 (6/4/2009 9:36:01 PM) comp.soft-sys.matlab Hi, I need to find all neighbours of a pixel (in some its area) something like KKNearestNeighbours... Hope for your help ... irinalipov(17)
vector stl destruct424 (5/31/2009 5:14:43 PM) comp.lang.c++ typedef vector pipeline; typedef vector subPipelineStrings; subPipelineStrings* m_subPipelineStrings m_subPipelineStrings = new subPipelineStrings(3); string *s1 = new string("s1"); string *s2 = new string("s2"... irinalipov(17)