代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/391151/8419222
c factclasm.c
//Factclasm.c Factorial of number. Calls linear ASM function
#include //for print statement
void main()
{
short number = 7; //set value
short result;
www.eeworm.com/read/191613/8425814
cpp pr0314.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.14 on page 51
// Using a switch statement for parallel alternatives
#include
www.eeworm.com/read/191613/8426376
cpp ex0523.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 5.23 on page 110
// Using the return statement to terminate a program
#include
www.eeworm.com/read/191613/8426482
cpp ex0318.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 3.18 on page 48
// Omitting the break statements in a switch statement
#include
www.eeworm.com/read/191613/8427021
cpp ex0317.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 3.17 on page 47
// Using a switch statement for parallel alternatives
#include
www.eeworm.com/read/390506/8462100
sta ccs_16f873a_adc_rs232.sta
ROM used: 285 (7%)
285 (7%) including unused fragments
1 Average locations per line
22 Average locations per statement
RAM used: 11 (6%) at main() level
www.eeworm.com/read/433021/8551809
vhd binary_upcounter.vhd
--Generated Binary Up Counter
--The first design entity is a T-type flip-flop. The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce regular
www.eeworm.com/read/387836/8651357
java scorerecord.java
import java.sql.*;
public class ScoreRecord{
Connection con;
Statement stm;
ResultSet res1;
String dbname="test";
String user="123";
String pass="s";
St
www.eeworm.com/read/387836/8651374
java exec.java
import java.sql.*;
import java.util.Iterator;
public class exec{
Connection con;
Statement stm;
ResultSet res1;
String dbname="test";
String us
www.eeworm.com/read/387836/8651377
java exec1.java
import java.sql.*;
public class exec1{
Connection con;
Statement stm;
ResultSet res1;
String user="sa";
String pass="123456";
String id;