-
UCS2Char
该工具可以根据输入的UNICODE十六进制字符串计算出相应的汉字或ASCII码。比如:输入4F60便可以得到"你"。(The tool can be based on the input UNICODE calculate the corresponding hexadecimal string guy or ASCII.)
- 2013-09-09 12:29:23下载
- 积分:1
-
7813-1hebeigongye-university-MBA
河北工业微机复试重点,我就使用这个过的,都是里面的(Hebei industrial microcomputer retest focus on the use of this too, are inside)
- 2013-03-10 14:24:51下载
- 积分:1
-
android开发入门
说明: android应用开发很好的入门资料,非常适合初学者。(An excellent introduction to android application development)
- 2019-02-17 15:11:49下载
- 积分:1
-
Dining_philosophers_problem
Dining philosophers problem in C++
- 2011-02-13 23:46:45下载
- 积分:1
-
embeded_system_realize_with_c
说明: 嵌入式系统的建模及matlab仿真,同时给出相应的C++实现代码(failed to translate)
- 2009-08-12 09:46:53下载
- 积分:1
-
ArcGIS-Object-Edit-Measure
基于C#和ArcGIS Object平台开发的有关于编辑、专题图、量算等功能的实现。(ArcGIS Object,Edit、Measure
)
- 2012-04-25 09:53:07下载
- 积分:1
-
C-language-games--gobang-code
C语言游戏——五子棋,文中详细描述了五子棋游戏的设计规则,如何操作,而且有注释,可以简单明了的看懂操作(C language games- backgammon, backgammon paper describes in detail the design rules of the game, how to operate, and there are notes, you can understand straightforward operation)
- 2013-08-15 09:23:21下载
- 积分:1
-
图像识别形状预测
基于C++语言,是一个完整的VS工程包,用于实现图像识别,预测需要识别物体的大致形状,如圆形,正方形等.....也可在linux系统上实现
- 2022-03-17 17:45:25下载
- 积分:1
-
数字电能表
PZEM-014模块检测电压、电流、电功率、电能等信息,在LCD1602上显示(PZEM-014 module detects voltage, current, power, electric energy and other information, which is displayed on LCD1602.)
- 2020-11-17 20:39:40下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1