代码搜索结果
找到约 10,000 项符合
3 的代码
3-3.cs
//程序3-3
using System;
using System.Drawing;
using System.Windows.Forms;
public class PresentTimeForm : System.Windows.Forms.Form
{
private System.ComponentModel.IContainer components;
3-3.cs
//程序3-3
using System;
using System.Drawing;
using System.Windows.Forms;
public class PresentTimeForm : System.Windows.Forms.Form
{
private System.ComponentModel.IContainer components;
a_3_3.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "A_3_3", "A_3_3.vcproj", "{E0D8CD13-E070-4505-9D34-28E86CADF9F7}"
ProjectSection(Proje
a_3_3.cpp
#include "stdafx.h"
#include "iostream"
using namespace std;
void main()
{
int i=3,s=0;
switch(i)
{ case 0: s++;break;
case 1: s++;break;
case 2: s++;
case 3: s++;
case 4: s++;
3_3.txt
(1)
a1=1 a2=1
(2)
1.1
(3)
2,0.0
(4)
20
3_3.cpp
#include
void main()
{
double a,b;
double arctan(double x) ;
a=16.0*arctan(1/5.0) ;
b=4.0*arctan(1/239.0) ;
//注意:因为整数相除结果取整,如果参数写1/5,1/239,结果就都是0
cout
3_3.cpp
#include
void main(void)
{
int a,b;
int fun1(int x,int y);
cin>>a>>b;
cout
3_3.txt
(1)
a1=1 a2=1
(2)
1.1
(3)
2,0.0
(4)
20