2 Star 11 Fork 0

何厚良 / Web网络编程

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Unlicense

Web网络编程

文件说明

根目录下

吉林大学通信工程专业Web网络编程选修课,结课测验程序。 基于Java,实现从键盘输入任意行列式,并输出行列式的转置。

PPT作业代码

作业1 编写一个判断闰年的程序,判断闰年的方法:年数能被4整除但不能被100整除,或年数可以被400整除。

作业2 彩票中奖程序:用户从键盘输入一个120的数字,然后程序随机产生3个120不相同的数字,分别代表一等奖、二等奖和三等奖的获奖数字,最后进行比较,并输出用户是否中奖的信息。

作业3 (1)求1!+2!+3!+...+n!的值。(2)输出100以内的素数。

作业4 编程解决哥德巴赫猜想问题:任何一个大于2的偶数都是两个素数之和。

作业5 编写一个java程序,要求从键盘输入一个角度值,分别计算这个角度的正弦值和余弦值,并输出。

作业6 编写一个java程序,求一元二次方程式的根。要求从键盘输入一元二次方程式的3个系数,然后运用Math类求平方根的方法和其他运算符计算出一元二次方程式的两个根。

作业7求1! + (1!+2!)+ ...... +(1! + 2! + ...... +n!)

作业8编程实现两个4×4矩阵的行列互换。

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org>

简介

吉林大学通信工程专业Web网络编程选修课,结课测验程序。 基于Java,实现从键盘输入任意行列式,并输出行列式的转置。 展开 收起
Java 等 2 种语言
Unlicense
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/He-Houliang/web-network-programming.git
git@gitee.com:He-Houliang/web-network-programming.git
He-Houliang
web-network-programming
Web网络编程
master

搜索帮助