-
-
-
-
[
Visual C++ (VC++)]
number_test.cpp.RAR
... accept as numbers.
// But 142-555, 23+56, (55*898) etc are not accept as numbers by this program.
//
// Inputs: a real number
//
// Returns:The program will print a message on the screen to tell you if your input is a number or if it is not.
//
...
-
[
C/C++]
123.rar
Private Sub Form_Click()
Dim x, y, n As Integer
For x = 3 To 100
For y = 2 To x- 1
If x Mod y = 0 Then
Exit For
ElseIf y = x- 1 Then
If n Mod 10 = 0 Then Print
Form1.Print x " "
n = n+ 1
End If
Next y
Next x
End Sub
-
[
C#(.net)]
Print.rar
print invoices, C# source code, control and position paper invoices going process, it is also useful and learning.
Category:
CSharp Upload User:
yxf137 Size:
1661K
-
-
-
[
Java/JSP]
telephoneCardUser.rar
... showOut methods, implementation methods, respectively, inheritance, overloading, rewrite. Construction category telephoneCardUser, and extends userInformation through such implements Show, Print two interfaces to achieve the purpose of this experiment.
-
-
[
C/C++]
p87c591_i2c.zip
This file contains example code to print over the serial port of the P87C591 MCU and Evaultion Board (EVAL-P87C591QS).
This example will test the I2C function of the P87C591.
This will be done by writing and reading from a serial A/D & D/A (P8591).
Category:
SCM Upload User:
admboss Size:
22K