Your browser doesn't support impress.js.It can't phones.
你的浏览器不支持impress.js.请更换,它不支持手机。

Published Projects

My published projects are here.

Click a page you want to view, you can also press "←", "→" or whitespace.
点击你想进入的页面或者按下 "←"、"→"或空格键.

FPGA Imaging Library

A library for image processing on FPGA, it already contains many useful operations, and is updating. All the operations are packaged to IPCores, and of course they follow a same and standardized interface, moreover, each of them can work on pipeline mode and req-ack-mode.

These IPCores support up to 4K(4096 * 4096) resolution, 12bits color every channel and 16x16 window.

一个FPGA平台的开源的图像处理库,已经拥有了许多常用操作,并在不断更新中。这些操作被以IP核的形式进行了封装,遵循同一种规范化的接口,同时具有流水线和请求响应两种使用模式。

这些IP核最多支持4K分辨率,12bits每通道的色彩以及16x16的窗口。

How to use ?

Certainly, all IPCores have their software simulations, functional simulations and testing on board, the same folder structure and interface can make user do simulations and testing conveniently.

大部分IP都拥有自己的软件仿真、功能仿真和板上测试,并且具有相同的文件结构和接口,能够让使用者很方便得进行测试和仿真。目前IP形式只支持Xilinx的Vivado套件,不排除未来会向Quartus搬移的可能。

How to get ?

Gal2Renpy

A game script parser, it can convert a DSL(Domain Specific Language) which designed by myself to Ren'py scripts, I desinged it for my indie game, it splits the text and code, then writers can be absorbed in writeing.

一个游戏剧本解析器,用于将自己设计的DSL语言(游戏剧本)转换为游戏引擎ren'py的脚本,目的是将剧本文件和脚本代码完全分离,让剧本写手能够安于剧本创作。

How to use ?

Gal2Renpy provides a clearly source structer which use json as it's interface. For using easily, the DSL is based on xml, and in order to reduce the costs of inputing xml, I developed a plug-in for sublime-text, it aslo supports syntax highlighting. Moreover, it is expandable, you can add your own function by yourself. At last, it provide an error handler.

Gal2Renpy拥有由json作为接口的清晰的资源结构,剧本语法基于xml,一目了然。同时为了克服xml输入的繁琐,开发了sublime的辅助插件,用于快速输入和语法高亮。不但如此,它还提供简单灵活的扩展方式,高级用户可以按照自己的想法添加几乎是任何自己想要的功能。Gal2Renpy还提供了错误提示,能够明确而方便地指出资源和剧本中出现的纰漏。

How to get ?

Documents(only for zh-CN now):

http://g2r.dtysky.moe

Sources:

https://github.com/dtysky/Gal2Renpy

MoeNotes

logo

MoeNotes is a simple note application(I also use it to write some simple novel or article), it's very different from evernote, oneonte or leanote...No database is required here, this software will just manage your local markdown files.

MoeNotes是一个简单的日记写作软件(当然,我也用其写一些不是特别复杂的小说和文章),不同于印象笔记、Onenote、Leanote等,本软件没有这么大的野心,它所要解决的问题仅仅是“本地展示”,也就是在本地管理你的日志文件,并提供一个类似于Onenote的分类体验。

How to use ?

This software use markdown to write notes and every note will be saved with ".md" extension on your local disk, users can select appropriate way to synchronous them.

本软件使用Markdown作为笔记编写语言,每一篇日记都会以.md文件的形式保存到本地而不是数据库中,用户可以自行选择如何同步这些文章以及将它们同步到多少地方,完全不依赖于平台,这也是我编写本软件而不使用现成日记软件的一个主要的原因。当然,对文章和分类进行拖动排序也是被支持的。除此之外,本软件还支持“即写即看”,“专注写作”和“专注阅读”三种模式,也可以进行主题的切换和自定义,由于是基于web进行得开发,所以扩展起来也十分方便和简单。

How to get ?