nomasp 博客导读:Android、UWP、Algorithm、Lisp(找工作中……

时间:2022-06-13 07:41:36

Profile

Introduction to Blog

您能看到这篇博客导读是我的荣幸。本博客会持续更新。感谢您的支持。欢迎您的关注与留言。博客有多个专栏,各自是关于 Android应用开发Windows App开发UWP(通用Windows平台)开发SICP习题解Scheme语言学习算法解析LeetCode等题解 。而近期会加入的文章将主要是算法Android。只是其他内容也会继续完好。

About the Author

独立 Windows App 和 Android 应用开发人员。微软校园精英MSP。CSDN博客专家、C#版及Java SE版的小版主。

多年C++/C#/Java、Lisp编程经验。密切关注人工智能、图像处理等,现阶段专攻算法和Android应用开发。热爱分享、支持开源。希望我的博客可以帮助到一些人,当然也希望能作为我成长的印记。

2016年就要開始实习/工作了,希望从事于软件开发相关工作。

Contact

邮箱:kinhiox@gmail.com

QQ:474780799(请注明来自CSDN)

微信:KeWang1996(请注明来自CSDN)

CSDN博客:nomasp柯于旺

新浪微博:nomasp柯于旺

备用邮箱:nomasp@outlook.com

Flagship Articles

【万字总结】以插排和分治为例来看怎样分析与设计算法

【万字总结】探讨递归与迭代的差别与联系及怎样求解10000的阶层

【万字总结】图解堆算法、链表、栈与队列(多图预警)

【万字总结】高速排序具体解释与各种线性时间排序对照

从Hello World到defmacro。那些令人惊叹的代码!

图论算法 有图有代码 万字总结 向前辈致敬

Blog Navigation

说明:请点击下面标签进入对应的大版块,或直接往下逐个浏览。

编程语言(7):CC++C#JavaHTMLSchemeJavaScriptCommon Lisp

算法(7):Algorithm ExampleAlgorithm Column、、AOJ and POJLeetCodeSICP ExerciseData StructuresProject EulerMathematics

技术(7):AndroidAndroid ErrorsAndroid NotesLinux NotesWPFWindows AppWindows App BooksUniversal Windows Platform

工具(5):Git/GithubOpenCVOpenXMLSICP SummaryTCP/IP

其他(5):Utility SeriesTech TalkBooksPersonal RecordSoftware Testing

Algorithm Example

Algorithm Column

Android Errors

Android Notes

Android

AOJ and POJ

ASP.NET

Books

C

C++

C#

Common Lisp

Data Structures

Git/Github

HTML

  • 暂无

Java

JavaScript

LeetCode

Linux Notes

Mathematics

OpenCV

OpenXML

Personal Record

Project Euler

  • 暂无

Scheme

SICP Exercise

SICP Summary

Software Testing

TCP/IP

Tech Talk

Utility Series

WPF

Windows App

Windows App Books

(备注:这个文档教程我已经上传至CSDN。点击就可以下载:传送门 ,无需积分)

Universal Windows Platform

Conclusion

上善若水。

脚踏实地,全力以赴。

学如逆水行舟。不进则退。

看优势让人自信。看劣势让人奋进。

优秀是一种行为,优秀更是一种习惯。

Standing on shoulders of giants to Learn world with a humble heart.



  • 博客导航 完毕时间:

    • 2015-09-17 12:28
  • 博客导航 更新日期:

    • 省略多次
    • 2015-12-23 21:05
    • 2016-02-27

  • 感谢您的訪问,希望对您有所帮助。

  • 欢迎大家关注或收藏、评论或点赞。



$(function () {
$('pre.prettyprint code').each(function () {
var lines = $(this).text().split('\n').length;
var $numbering = $('

    ').addClass('pre-numbering').hide();
    $(this).addClass('has-numbering').parent().append($numbering);
    for (i = 1; i ').text(i));
    };
    $numbering.fadeIn(1700);
    });
    });