首页 归档 关于

AverageMind

2019-06-13
algorithm

Algorithm(4) linked list(By input data structure)

这一块主要记录一下链表相关的一些常考题目以及解题思路。

继续阅读全文 »

分享
2019-06-13
algorithm

Algorithm(3) stack and queue questions(By input data structure)

队列和栈相关的笔试面试题,栈和队列自然是基础中的基础了,罗列了一些基本的,总之不要着急,在纸上理清楚之后再去实现,实现起来反而是非常快的,有一些地方是不常用到,比如通过栈来比较大小,进行排序等等操作。

继续阅读全文 »

分享
2019-06-12
algorithm

Algorithm(2) sorting(By solution)

主要是记录一些sort相关的题目。

继续阅读全文 »

分享
2019-06-10
c/c++

funcPointer, callBack and depedencies

Funcpointer and Callback
This article mainly talk about the using of the function pointer and the call back function in c/c++.

继续阅读全文 »

分享
2019-06-10
c/c++

入职培训C

入职培训感想

继续阅读全文 »

分享
2019-06-10
golang

liteide

介绍一些在使用liteide (专门用在golang中) 过程中配置方面的一些坑,持续整理。

继续阅读全文 »

分享
2019-04-20
c/c++

C++ review

Preparation for the interview regarding the c++ questions. Just go through it to make sure that you can answer everything correctly.

继续阅读全文 »

分享
2018-09-10
AI&Math&NumericalAnalysis

numerical_method_for_engineer_notes

主要介绍numerical method的一些笔记。再回头来看看,知识本身并不是很taugh,真正用在物理场景中就变得比较tough

继续阅读全文 »

分享
2018-09-09
parallel

if you can use mpi for python

主要是介绍在python中如何使用mpi以及如何将其中的communicator实例传递给 c code

继续阅读全文 »

分享
« 上一页1…1617181920下一页»

最新文章

  • distributed rendering
  • opengl_tips
  • Multiple backend design
  • LLM tips
  • Interesting numbers in CS and Femi estimation (WIP)
© 2014 - 2025 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于