ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file And printed both to the console And to an output file.
• Assume a file with correct data (no garbage, characters, etc.).
• you must check And provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum hAndled of “5” . In these 2 cases you must implement the following behaviour:
o If size = 0, then print a message “Size = 0 is unacceptable” And continue by reading the
next size for the next 2 matrices (if not end of file).
o If size >5, then print two messages: “Size is too big - unacceptable”. Then read And
discard the next (size2 ) integers And continue by reading the next size for the next 2 matrices (if not end of file).
This is a serial mouse driver, which is compliant with Plug And Play, supports dynamic detection (via serenum) And removal (either hotplug or via the device manager). The code serves as a sample for any serial-enumerable device. The behavior of the various routines is documented in the source code files.
A collection of math routines including 8-bit, 16-bit, 32-bit signed And unsigned addition, subtraction, multiplication, And division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
This sample demonstrates the use of the projection objects ProjCoordSys And GeoCoordSys, And the
CoordinateSystem property of the MapLayer object And Map control. This application is intended to teach
about the different world projections And there uses.
This application, built in VB using MapObjects, allows the user
to zoom in, zoom out And pan using only the mouse. The pan is
a dynamic pan just push the mouse in the direction you would
like to pan.
abel Tool Sample
Requires: Visual Basic 6 And MapObjects 2.x
Data: redlAnds.shp (RedlAnds sample data set from MO 2.x)
Interactive Labeling Tool
If the check box is checked, then the mouse down location will search for the closest line, And label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool.
There is a slider bar to control the search tolerance in screen pixels for the labeling.