Python GUI programming with pyside

Lab 5 Parallel Programming with MPI

Lab 5 Parallel Programming with MPI

... MPI_ Send(&matrixA[i-1][0], N, MPI_ LONG, i, i, MPI_ COMM_WORLD ); //matrix numsent++; } /* receive result and distribute data */ for(i=0; i < N; i++) { MPI_ Recv(&dotp, 1, MPI_ LONG, MPI_ ANY_SOURCE, MPI_ ANY_TAG, MPI_ COMM_WORLD, ... main(int argc, char ** argv){ int rank,size; MPI_ Init(&argc,&argv); MPI_ Comm_rank (MPI_ COMM_WORLD,&rank); MPI_ Comm_size (MPI_ COMM_WORLD,&size);...
Ngày tải lên : 08/04/2013, 23:01
  • 5
  • 469
  • 1
Java Programming with Oracle ODBC - Preface

Java Programming with Oracle ODBC - Preface

... Kevin Loney (Osborne McGraw-Hill) Follow that with the Oracle Developer's Guide Then finish your beginner's work by reading Oracle PL/SQL Programming by Steven Feuerstein with Bill Pribyl (O'Reilly) ... O'Reilly book on Oracle back when I did that conversion While Oracle was growing as the database product of choice, Sun Microsystems released Java in the mid-1990s Since that t...
Ngày tải lên : 29/09/2013, 09:20
  • 5
  • 324
  • 0
Web Client Programming with Perl-Chapter 3: Learning HTTP- P3

Web Client Programming with Perl-Chapter 3: Learning HTTP- P3

... the web client requests the document without sending an Authorization header If the server denies access to the document, the server specifies the authorization method for the client to use with ... If-Modified-Since, et al To accommodate client- side caching of documents, the client can use the IfModified-Since header with the GET method When using this option, the client req...
Ngày tải lên : 17/10/2013, 19:15
  • 27
  • 521
  • 0
Practical Database Programming With Visual C#.NET- P6

Practical Database Programming With Visual C#.NET- P6

... professional database programming in the Visual C# 2008 environment, and it is fun to develop a database programming in the template of Windows applications 5.16 Build a Sample Database Project—SelectWizardOracle ... SAMPLE DATABASE PROJECT— SELECTWIZARDORACLE WITH ORACLE DATABASE Basically, there is no significant difference between building a C# project with SQL Server...
Ngày tải lên : 17/10/2013, 19:15
  • 50
  • 638
  • 0
Web Client Programming with Perl-Chapter 4: The Socket Library- P1

Web Client Programming with Perl-Chapter 4: The Socket Library- P1

... assign the socket to a particular port on the host The server then uses the listen( ) and accept( ) routines to establish communication on that port On the other end, the client also uses the socket( ... then converses with the client using whatever protocol they agree on (e.g., HTTP, NNTP, SMTP, etc.) Initially, the server uses the socket( ) system call to creat...
Ngày tải lên : 20/10/2013, 10:15
  • 26
  • 491
  • 0