在手机上写三角<em>形</em>的时候,我一般都用伪类,刚开始的时候用的图片,但是在现在的手机高清屏幕上,图片容易失真,还是用伪类吧!
https://www.u72.net/daima/hf9m.html - 2024-08-13 07:58:20 - 代码库package com.print.xingzhuang;public class Print_SanJiaoXing { public static void main(String[] args) { System.out.println("-------
https://www.u72.net/daima/f3vu.html - 2024-07-10 07:16:08 - 代码库效果图html结构<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>canvas10</titl
https://www.u72.net/daima/2wsz.html - 2024-09-01 11:10:11 - 代码库package 杨辉三角;import java.util.Scanner;public class Triangle { public static void main(String args[]) { int i,j,k,n,a[][]; Scanne
https://www.u72.net/daima/73e5.html - 2024-09-10 13:09:46 - 代码库#_*_coding:utf-8_*_#!/usr/bin/env python#========================》实参的使用《=========================# def foo(x,y):# print(x)#
https://www.u72.net/daima/4vkk.html - 2024-09-04 19:14:29 - 代码库package Yanghuisanjiao;public class Yanghuisanjiao {public static void main(String args[]) {int[][] b=new int [10][10];for (int i=0; i<
https://www.u72.net/daima/7e93.html - 2024-09-10 23:45:26 - 代码库public class YangHui {public static void main(String args[]){int a[][]=new int[8][8];int i,j ;for(i=0;i<8;i++){for(j=0;j<8;j++){a[i][0
https://www.u72.net/daima/7m7m.html - 2024-09-11 01:08:02 - 代码库package yanghui;public class yanghui { public static void main(String args[]) { int x=10,m,n; int num[][] = new
https://www.u72.net/daima/7ebk.html - 2024-09-10 22:45:22 - 代码库package yanghuisanjiao;public class yanghuisanjiao { public static void main(String args[]){ int i,j; int a[][]; a=new int[50][50];
https://www.u72.net/daima/7ecb.html - 2024-09-10 22:52:22 - 代码库public class YH { public static void main (String args[]){ int a[][]=new int[5][5]; int i,j ; for(i=0;i<5;i++){ for(j=0;j<5;j++){
https://www.u72.net/daima/7esb.html - 2024-09-10 22:58:15 - 代码库public class 杨辉三角 { /** * @param args */ public static void main(String[] args) { int a[][],i,j; for(i=0;i<=5;i++) {
https://www.u72.net/daima/9m2w.html - 2024-09-14 11:19:30 - 代码库理解:http://blog.renren.com/share/263498909/1064362501http://www.cnblogs.com/ronaflx/archive/2011/03/30/1999764.htmlhttp://yomean.blog.1
https://www.u72.net/daima/e5h2.html - 2024-09-15 18:48:41 - 代码库CSS3挺有趣的,能实现不少动画,以下为娱乐内容 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title<
https://www.u72.net/daima/83vr.html - 2024-09-12 05:34:21 - 代码库电子云是物理学中的一项概念。电子在原子核外很小的空间内作高速运动,其运动规律跟一般物体不同,它没有明确的轨道。根据量子力学中的测不准原理,我
https://www.u72.net/daima/nn234.html - 2024-07-31 23:17:10 - 代码库1.运行效果如图所示2.实现代码如下<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE
https://www.u72.net/daima/nhmm8.html - 2024-09-25 04:19:38 - 代码库题目11 11 2 11 3 3 11 4 6 4 11 5 10 10 5 1上面的图形熟悉吗?这是大名鼎鼎的杨式三角。杨氏三角可不只是数学游戏,在实际应用中有大用。例如两
https://www.u72.net/daima/ndk65.html - 2024-08-04 19:36:36 - 代码库#include<iostream>#include<algorithm>#include<cstdio>#include<cstdlib>#include<queue>#include<vector>#include<cstring>#include<cmath>#includ
https://www.u72.net/daima/nun1b.html - 2024-10-21 02:29:39 - 代码库<!DOCTYPE html><html> <head> <style> .triangle { width : 0; height: 0; border : 100px sol
https://www.u72.net/daima/nsf7u.html - 2024-10-17 00:51:39 - 代码库span.triangle { width: 0; height: 0; display: inline-block; border-top: 50px solid #e50303; border-right: 50px solid black;}c
https://www.u72.net/daima/nwhw0.html - 2024-11-04 06:28:02 - 代码库问圆和<em>多边形</em>相交,什么时候比例可以是一个定值。二分加模板,可就是过不了。。。伤心。。。帖一发新模板,意思都一样,真是纠结了。
https://www.u72.net/daima/hkks.html - 2024-08-13 05:06:58 - 代码库