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

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

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

printf("\n\n绘制一个心形图案:");
......................
阅读全部 | 司耀兵 贴于 2021年11月19日 11:12     hide bbsi
#include <stdio.h>

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

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

printf("\n\n绘制一个心形图案:");
......................
阅读全部 | B若 贴于 2021年11月19日 08:00     hide bbsi
#include <stdio.h>

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

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

printf("\n\n绘制一个心形图案:");
......................
阅读全部 | B若 贴于 2021年11月19日 07:59     hide bbsi
[2021-11-18 17:24:04.797]# RECV ASCII>


[2021-11-18 17:24:04.937]# RECV ASCII>
------ options:
::output_level=0
::debug_msg=0
::0x20=1B
::0x21=0A
::0x27=81
::0x28=81
::0x29=81
......................
阅读全部 | 编程小白00 贴于 2021年11月18日 17:24     hide bbsi
#include <stdio.h>
#include <iostream>
#include <string.h>
#include <math.h>
using namespace std;
double f(double x)
{
  return (x*x*x-3*x*x+3*x-1);
}
double erfen(double x1,double x2,double (*p)(double))//double (*p)(double)为形参,相当于函数别名
{
  double xx;
......................
阅读全部 | zj177499 贴于 2021年11月18日 16:58     hide bbsi
console.log("我在编程中国学JavaScript\n");



var inputStrings = ['[','[]', '{}', '()', '{[]}', '{[]', '[{}]', '{[[]]}', '[{{}}]', '[]{}()', '[{]'];

function validateLegalString(inputString) {
    var legalString = ['(', '[', '}'];
    var inputChars = inputString.split('');
    let equalNum = 0;
    for (var i = 0; i < inputChars.length; i++) {
        var sIndex = i;
......................
阅读全部 | yangjiecheng 贴于 2021年11月18日 15:50     hide bbsi
#include <stdio.h>

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

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

printf("\n\n绘制一个心形图案:");
......................
阅读全部 | 编程小白00 贴于 2021年11月18日 13:11     hide bbsi
#include<stdio.h>
int main(void)
{
    double s=0;
    for(int i=0;i!=100;++i)
    s+=(i%2==0?+1:-1)/i;
    printf("%f\n",s);
}
阅读全部 | 风满楼l 贴于 2021年11月17日 15:25     hide bbsi
#include<stdio.h>
int main(void)
{
    double s=0;
    for(int i=0;i!=100;++i)
    s+=(i%2==0?+1:-1)/i;
    printf("%f\n",s);
}
阅读全部 | 风满楼l 贴于 2021年11月17日 15:24     hide bbsi
<!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8" />
    <title>学生心理档案</title>
    <style>

    </style>
    <script src="jquery-1.8.0.js">
    </script>
    </head>
    <body>
......................
阅读全部 | mimijilu 贴于 2021年11月16日 12:52     hide bbsi
上一页 64 65 66 67 68 69 70 71 72 73 下一页