首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
#include <stdio.h>

int main() {
printf("我在编程中国学C语言\n\n");

// 练习一下循环的使用
int i;
for (i=1; i<=20; i++) {
printf("我爱编程中国 %d 次\n", i);
}

printf("\n\n绘制一个心形图案:");
......................
阅读全部 | tyotw53 贴于 2022年9月26日 11:43     hide bbsi
import java.util.Scanner;

public class ZhangZiQian {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.print("Enter weight in kilograms:");
double weight = input.nextDouble();
System.out.print("Enter height in meters:");
double height = input.nextDouble();
double BMI = (weight * 0.45359237) / Math.pow((height * 0.0254), 2);
        System.out.println("BMI is " + BMI );
}
......................
阅读全部 | bluepuppy 贴于 2022年9月20日 22:49     hide bbsi
print("Python\n")

# 练习一下循环的使用
for i in range(1, 667):
print(f"我爱编程 {i} 次")
阅读全部 | 地黄瓜 贴于 2022年9月19日 17:08     hide bbsi
#include <stdio.h>

int main() {
 printf("我高光泉保证\n\n");

 //对万逸的爱
 int i;
 for (i=1; i<=20; i++) {
  printf("我只爱万逸 %d 次\n", i);
 }

 printf("\n\n绘制一个心形图案:");
......................
阅读全部 | 高光泉 贴于 2022年9月19日 13:19     hide bbsi
#include <stdio.h>

int main() {
 printf("我高光泉保证\n\n");

 // 练习一下循环的使用
 int i;
 for (i=1; i<=20; i++) {
  printf("我只爱万逸 %d 次\n", i);
 }

 printf("\n\n绘制一个心形图案:");
......................
阅读全部 | 高光泉 贴于 2022年9月19日 13:17     hide bbsi
#include <stdio.h>

int main() {
 printf("我高光泉保证\n\n");

 // 练习一下循环的使用
 int i;
 for (i=1; i<=20; i++) {
  printf("我只爱万逸 %d 次\n", i);
 }

 printf("\n\n绘制一个心形图案:");
......................
阅读全部 | 高光泉 贴于 2022年9月19日 13:12     hide bbsi
Option Explicit
Dim JScript, CString, File, Control, System, NetWork  '定义线程级变量       '每个线程不同
Dim Window, VBSlibrary
Dim HttpProgress
Const IsDebug = 0
Const Version = "0.0.0.7"
Sub Main()
    If Globals("App").PrevInstance Then
        Dim ws, WMI, Process
        Set ws = CreateObject("wscript.shell")
        ws.SendKeys "{HOME}"
        Set WMI = GetObject("WinMgmts:")
......................
阅读全部 | 王宇577 贴于 2022年9月16日 15:57     hide bbsi
Option Explicit
Const C_WorkProgress = 4
Class UI_Class
    Public Form, Tip, config, AppName, Starting, Angel
    Private Menu, hMenu1(1), hMenu2(0), timing
    Private Tooptip
    Private DisablePowerSave
    Private Sub Create()
        Dim i, v, s, j, arr
        Set Menu = Control.Menu()
        Set Form = Api.NewForm()
        Set Tooptip = Control.Tooptip()
......................
阅读全部 | 王宇577 贴于 2022年9月16日 15:56     hide bbsi
Option Explicit
Const C_GameWith = 1024
Const C_GameHeight = 768
Const C_GameSmallWith = 320
Const C_GameSmallHeight = 240
'黑带   16  20
Dim GamehWnd, dm, AppName, config, bgkms, KMData
config = ".\Angel.ini"
AppName = "Angel_BP"
Function CmpMutlColor(Args, Sleep)
    Dim i
    For i = 0 To UBound(Args)
......................
阅读全部 | 王宇577 贴于 2022年9月16日 15:39     hide bbsi
Option Explicit
Const C_GameWith = 1024
Const C_GameHeight = 768
Const C_GameSmallWith = 320
Const C_GameSmallHeight = 240
'黑  16  20
Dim GamehWnd, dm, AppName, config, bgkms, KMData
config = ".\Angel.ini"
AppName = "Angel_BP"
Function CmpMutlColor(Args, Sleep)
    Dim i
    For i = 0 To UBound(Args)
......................
阅读全部 | 王宇577 贴于 2022年9月16日 14:28     hide bbsi
上一页 29 30 31 32 33 34 35 36 37 38 下一页