按分类查找:

  • toj 4022源代码

    #include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; if(n%2==1) cout<<(n*n-1)/4<<endl; else if (n%4==0) cout <<(n*n)/4-1<<endl; else{ if(n==2) cout<<1<<endl; else{ long long k=n/2-1; cout <<k*k+2*k-3<<endl; } ...

    /dl/502385.html

    标签: 天津大学acm4022 代码

    上传时间: 2015-04-20

    上传用户:nr607

  • c语言程序源

    #include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) ...

    /dl/510573.html

    标签: c语言 程序

    上传时间: 2016-04-23

    上传用户:burt1025

  • 编写一个程序,要求用户输入一年12个月每月的降雨总量,并采用一个float数组存储。

    程序显示: 一年内总降雨量、平均每月的降雨量、降雨量最大的月份和最小的月份。 #include<iostream> using namespace std; #include<stdlib.h> int main() .. .. .. cout<<"降雨量最小的月份是:"<<minyue<<"月 &nbsp; "<<"降雨量为:"<<min<<endl; } ...

    /dl/517028.html

    标签: float 编写 程序 用户 数组 存储 输入

    上传时间: 2018-03-27

    上传用户:shayusha

  • 数据结构实验

    #include&nbsp;<stdio.h>&nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp; &nbsp;&nbsp; typedef&nbsp;struct&nbsp;node&nbsp;&nbsp; {&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;struc ...

    /dl/517413.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • 数据结构实验

    #include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...

    /dl/517414.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • 道理特分解法

    #include "iostream" using namespace std; class Matrix { private: double** A; //矩阵A double *b; //向量b public: int size; Matrix(int ); ~Matrix(); friend double* Dooli(Matrix& ); void Input(); void Disp(); }; Matrix::Matrix(int x) { size= ...

    /dl/517487.html

    标签: 道理特分解法

    上传时间: 2018-05-20

    上传用户:Aa123456789

  • LVDS接口标准

    LVDS接口标准,LVDS-std-TIA-EIA-644-A-2001,描述了LVDS的电气特性等。

    /dl/517980.html

    标签: LVDS 接口标准

    上传时间: 2018-08-27

    上传用户:平静亦是力量

  • C++1000以内的素数

    #include<iostream> using namespace std; int s=0;&nbsp; int prime(int x){ int i,p=1; for(i=2;i<=x/2;i++){ if(x%i==0){ p=0; break; } } if(p!=0){ cout<<x<< " "; s++; } }&nbsp; int main(){ for (int k=5;k<=100;k++){ prime(k); if(s%5==0) cout<<'\n'; } return 0; } ...

    /dl/522666.html

    标签: C++

    上传时间: 2020-06-30

    上传用户:1274636550

  • IPC-A-610H CN 2020 电子组件的可接受性国际验收标准

    IPC-A-610H 2020 CN 中文版: 电子组件的可接受性IPC-A-610H是电子行业广泛采用的电子组件验收标准。IPC-A-610H标准中包含了本文件的一般更新内容,介绍了一些新型表面贴装元器件,同时删除了目标条件。 本文件在电子行业成功问世离不开来自29个国家/地区的参与者,这些参与者在本文件编制期间投入了大量的精力并贡献了宝贵 ...

    /dl/746272.html

    标签: ipc

    上传时间: 2021-11-26

    上传用户:jason_vip1

  • 7寸RGB接口电容触摸屏GT911模块软硬件技术资料+STM32单片机软件工程源码

    7寸RGB接口电容触摸屏GT911模块软硬件技术资料+STM32单片机软件工程源码:1-原理图_尺寸图_封装库2-配套程序3-参考资料5_7寸液晶屏与各开发板的接线方式.xls关于触摸相关程序说明.pdf7.0-11SPEC(STD-TN92).pdfgt91x编程指南.pdf其他电容触控芯片GT911_数据手册2013.pdf触摸屏主机端调试指南.pdf ...

    /dl/746880.html

    标签: rgb 接口 电容触摸屏 gt911

    上传时间: 2021-12-08

    上传用户:蓝天小雨