Skip to content
View wuyong66's full-sized avatar
  • HIT
  • 哈尔滨工业大学一校区西大直街92号

Block or report wuyong66

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

Pinned Loading

  1. 3DPMax_v1 3DPMax_v1 Public

    该项目是用于特定大型多打印头3D金属打印机(只支持回转体单层壁厚)的切片软件,使用Inventor建立三维模型导出STL文件格式,再载入到该软件中选择打印机头数,生成打印数据,下载至打印机便可执行打印功能。涉及到的技术有OpenGL技术、计算机图形学、数据库技术以及Modbus以太网传输技术等。

    C++ 15 2

  2. STL STL Public

    本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面…

    C++ 27 11

  3. CString CString Public

    本例程提供了C/C++的字符、字符串的输入输出 基本操作(scanf、gets、getchar、cin>>、cin.get、cin.getline ),以及C/C++字符字符串之间的互相转换,c/c++字符串与数值之间的转换,以及字符、字符串串常用的算法示例,为面试笔试编程题提供便利。

    C++ 2

  4. sword_to_offer sword_to_offer Public

    这是剑指offer的习题集,附上了原书作者的解题思想和自己的拙见,希望对各位面试有帮助。

    C++ 1

  5. zhihu_spider zhihu_spider Public

    这是用来爬取知乎每日最高票问答的项目,是爬虫的第一个项目,逐日更新,写的烂勿喷。

    Python 3 1

  6. SortMethod SortMethod Public

    该项目详细整理了常见的排序算法,比如冒泡排序、简单选择排序、直接插入排序、希尔排序、堆排序、归并排序以及快速排序等.

    C++ 1