Skip to content
View zzy1026's full-sized avatar

Block or report zzy1026

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. BioBERT-CFA-MTM BioBERT-CFA-MTM Public

    Python 3

  2. Apriori-Massive-Data Apriori-Massive-Data Public

    基于hadoop利用Apriori算法解决频繁项集问题

    Java 1

  3. PageRank PageRank Public

    基于hadoop对网页进行排名

    Java 1

  4. Travelling-Salesman-Problem Travelling-Salesman-Problem Public

    分別使用 Brute Force 和 Branch and Bound 來解決 Travelling Salesman Problem,並比較這兩個方法的執行時間。

    C++

  5. selection-problem selection-problem Public

    分別使用 quick sort和 prune and search 來解決 selection problem,並比較這兩個方法的執行時間。

    C++

  6. OpenGL-texture-mapping OpenGL-texture-mapping Public

    Binding and passing the texture to shader. Modify the texture filtering & wrapping mode. Finish all the TODO in main.cpp, vertex shader and fragment shader

    C