长远,意思是指将来很长时间。 1、 中文名长远拼 音cháng yuǎn反义词:短暂注 释指将来很长时间近义词久远 目录 1 基本信息 2 基本解释 3 引证解释 基本信息 拼音:cháng yuǎn 反义词:短暂 基本解释 [in long run;long-range;long-term] 指将 ...
分类:
其他好文 时间:
2020-04-24 01:49:56
阅读次数:
94
长久,拼音cháng jiǔ,形容时间很长,持久。它是一个形容词。 1、 中文名:长久词 语:长久词 性:形容词解 释:时间很长,持久反义词:短暂 【词语】长久 【发音】cháng jiǔ 【词性】形容词 【解释①】时间很长;持久。 〖例〗①《国语·越语下》:“其君臣上下皆知其资财之不足支长久也。” ...
分类:
其他好文 时间:
2020-04-24 01:48:01
阅读次数:
123
#include<iostream>#include<fstream>using namespace std;int main(){ ifstream ifle; char fn[20],ch; cout<<"输入文件名:"; cin>>fn; ifle.open(fn); if(!ifle) { ...
分类:
编程语言 时间:
2020-04-23 00:52:45
阅读次数:
186
在学习C语言时,我遇到了一个难题,题目是这样的,折腾了半天 下图是实现代码 文本代码: #include<stdio.h>void main(void){ char ch,y='A'; scanf("%c",&ch); int x=ch-y,a,b,c;//X记录需要循环的次数,a负责循环控制每行的 ...
分类:
编程语言 时间:
2020-04-22 00:11:37
阅读次数:
120
半平面交复习 计算几何易忘点 1. 叉积 a到b顺时针则为正,逆时针则为负(把a顺时针方向转到b的方向,夹角为 θ。当 0≤θ include include include include using namespace std; int read(){ int x=0,pos=1;char ch ...
分类:
其他好文 时间:
2020-04-21 10:05:12
阅读次数:
74
参考: 资源加载 一 LayaDemo下载 官方推荐先看Demo示例,大致了解3D都有哪些功能。 示例地址:https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Resource&name=LoadResourceD ...
分类:
其他好文 时间:
2020-04-17 23:25:22
阅读次数:
192
#include<stdio.h>#include<string.h>intmain(){charch[4][20];charb[2];inti,j,len;for(i=0;i<4;i++){scanf("%s",ch[i]);}for(i=0;i<4;i++){len=strlen(ch[i]);b[0]=ch[i][len-2];b[1]=ch[i][len
分类:
其他好文 时间:
2020-04-17 18:45:09
阅读次数:
101
1 #include <stdio.h> 2 3 void getInput(); 4 5 void getInput() 6 { 7 int ch; 8 9 if ((ch = getchar()) != '!') 10 { 11 getInput(); 12 } 13 else 14 { 15 ...
分类:
其他好文 时间:
2020-04-14 20:28:08
阅读次数:
50
#include <stdio.h> union data{ int n; char ch; short m; }; int main(){ union data a; printf("%d, %d\n", sizeof(a), sizeof(union data) ); a.n = 0x40; p ...
分类:
其他好文 时间:
2020-04-13 19:28:53
阅读次数:
65
1:WannaSmile 题目描述: I accidentally executed this weird file that encrypted my important files! please help me understand what it does ssh wannasmile@ch ...
分类:
其他好文 时间:
2020-04-13 15:26:38
阅读次数:
110