Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chenxiaolan13/BUPTJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: txs72/BUPTJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 727 files changed
  • 2 contributors

Commits on Oct 23, 2017

  1. added exercise material

    Tang Xiaosheng committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    ba4d862 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. 将原来根目录下examples目录名修改为additional,里面的内容是jar

    javadoc及maven的入门示例
    增加了第四章、第六章、第七章的几个课外习题的示例代码
    其他一些源文件的更新可能是因为上课时做了修改导致的,可无视
    Tang Xiaosheng committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    1af40ba View commit details
    Browse the repository at this point in the history
  2. 将误删了的第十章的示例代码添加回来

    Tang Xiaosheng committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    e57be1b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. added solution for Chapter9 9.1 9.7 9.31

    note:
        9.7 and 9.31 were programmed by a student.
    txs72 committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    95a6a22 View commit details
    Browse the repository at this point in the history
  2. added another solution for 9.7

    txs72 committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    11739a2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Rational类的BigInteger版本,大家仔细看看代码,细节还是有一些

    gcd的初始版本太慢,无法忍受,特添加了gcd1函数,使用欧几里得的辗转相除法来求,速度飞起
    txs72 committed May 16, 2018
    Configuration menu
    Copy the full SHA
    908951f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Java学习笔记汇总

    txs72 committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    68e59b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. 增加了一个Maven+JUnit5的示例,有兴趣的同学可以研究一下这两种Java开发中常用的工具。

    其中,MyInteger的类设计及要求,来自教材中习题10.3。
    txs72 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    c2f87ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e2a180 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. 想删除老版本的第30章ppt(Multi-threading

    programming),不小心把示例源文件也给删除了,只好恢复一下。
    txs72 committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    f863c72 View commit details
    Browse the repository at this point in the history
  2. Revert "清除了不小心加进去的.idea目录"

    This reverts commit 0e2a180.
    txs72 committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    a10eade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    549c874 View commit details
    Browse the repository at this point in the history
  4. 1、创建20-30目录,存放课本第10版20-30章的ppt

    2、将原来第30章的示例移到本目录下,改名为multithread-programming-examples,这些例子来自第8版,考虑到版本更迭,这些例子可能跟课本中的示例不一致
    3、添加课本32-36章PPT
    4、32slide.pdf为当前第10版的多线程ppt
    txs72 committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    ebc483d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c48906a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. 将过去的讲义及示例代码移入v10目录

    新建v12目录,对应中文第12版教材
        - slides目录,课件pdf格式
        - src目录,存放书中每章示例代码
    young committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b18a6a9 View commit details
    Browse the repository at this point in the history
  2. 删除了过时的homework和exercise目录

    删除了v10中存放位置不对的multithread示例代码目录,这些示例在v12中也有一份
    删除了v10中存放的,本学期会重新整理的相关讲义
    
    整理README.md,对应目录修改
    young committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d45203d View commit details
    Browse the repository at this point in the history
  3. README.md内容与目录变更对应

    young committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bfabd43 View commit details
    Browse the repository at this point in the history
Loading