资源列表
005
- 输入坐标系中三个点A、B、C的坐标,要求:①判断这三个点能否构成一个三角形,如果不能构成三角形,则输出“No”,否则,输出“Yes”。如果能构成三角形②求△ABC的面积;③如果△ABC是直角三角形,则输出“Right”;如果是锐角三角形,则输出“Acute”;如果是钝角三角形,则输出“Obtuse”。 样例输入:0 0 1 0 2 0 样例输出:NO 样例输入:0 0 3 0 0 4 样例输出: YES 6 Right -Enter the coord
003
- 一个表达式x()y==z的值为真,其中x,y,z都是整数。括号内可能出现的运算符包括:+、-、*、/、 ,请根据输入的x,y,z的值,输出括号内应填写的运算符(数据保证只有一个运算符满足条件)。 样例输入:292 123 415 样例输出:+ -An expression x () the value of y==z is true, where x, y, Z are all integers. Operators that may appear in brackets incl
Comqu2.5
- 网趣网站管理系统,集中了过去的“Aspbar系统”/“GetAA拼客系统”的精髓,在原有的思想上,再次重写,前台所有程序html化,在安全性上相对的提高了很多(原Asp程序地址全部隐藏了)。以下简称“网趣系统”。-Net interest website management system, focus on the essence of the past Aspbar system / GetAA fight off system in the original ideology, onc
WXCommonUtil.m
- 常用方法集成,包括邮件、手机号正则判断,字符串字典等对象判空,十六进制颜色-Frequent used methods
002
- 编写程序计算某年某月的天数。输入年份year和月份month,输出该月份的天数。 样例输入:2012 2 样例输出:29 -Write a program to calculate the number of days a year. Enter the year year and month month, the number of days in the month of the output.
001
- 输入一个不多于5位的正整数,要求分3行输出以下信息,第1行输出它是几位数;第2行从高位到低位依次输出每一位数字(以空格分隔,下同);第3行从低位到高位依次输出每一位数字。 样例输入:32100 样例输出: 5 3 2 1 0 0 0 0 1 2 3 -Input a no more than five positive integer, 3 lines the following output information. The first line of the
gerenkechengjilu
- Android项目源码个人计划日程安排课程记录是一个基于安卓的个人计划日程安排源码,同时主要还是一个课程安排软件,因为里面的大部分功能是主要面向学生的。可以添加课程名称、地点、时间、提醒、任课老师等信息,添加完以后会在主界面以表格形式显示。计划里面可以添加或者删除一句话计划并且设置震动+铃声的提示。-Android project source code personal schedule arrangement course record is a based on Android s per
STC15
- 单片机stc15系列的串口通信,单片机stc15系列的串口通信-STC15 internation comminucat
Art2008cms(Free)_7.0_gbk
- Art2008CMS是一款完全开源的程序,功能完善,覆盖面广、扩展性强、负载能力好、模板调用非常灵活、管理方便,因此不仅适合于建设一般企业、政府、学校、个人等小型网站,同时也适合于建设地方门户、行业门户等大中型网站。-Art2008CMS is a completely open-source program, fully functional, wide coverage, scalability, good load capacity, template call is very flexi
ConsoleApplication2
- Matrix * Matrix MPI Implementation
77436253inv
- 矩阵求逆VC++ 很有用的源代码,只是我好不容易找的哦,担不是我自己写的。-Matrix inversion C++
IOSDialog
- 仿ios弹窗通知,一共五种弹窗,底部弹出样式2个,中间弹出3个-Imitation ios popups
