搜索资源列表
simpleini-4.8.2(2)
- Ini文件读写源代码,支持多种操作平台 - support for multi-line values (values with embedded newline characters) - optional support for multiple keys with the same name - optional case-insensitive sections and keys (for ASCII characters only) - saves files
QtDesignerAndKdevelop-3.0
- 说明: 1.源程序中有些工程是使用得GB18030编码,有些用得是UTF-8编码,如果碰见有汉字不能识别的情况,请切换编码。 2.源程序有些使用的是KDevelop编辑,有些是eclipse编辑,所以目录结构可能有些不同。 3.所有工程只保留了源代码,没有执行文件,请自行编译。 -Note: 1. Source of some of the projects is to use too GB18030 encoding, and some used a UTF-8 encodin
mp3-player-src
- Complete MP3 player source code. There is link with descr iption of project (in russian): http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&sl=ru&tl=en&u=http 3A 2F 2Ffk0.embedders.org 2Fmp3 2F (fk0.embedders.org/mp3)
iconv
- iconv 字符集编码转换主模块的实现,常用于 GB2312 与 UTF-8 之间的转换。-iconv character set encoding to achieve the main module, commonly used in the GB2312 and UTF-8 conversion between.
guitool_v1.10T
- 1. Bitmap fonts generation A. support Windows all character set B. support different code word format C. Support for multiple output format (BDF, TXT, bin, BMP, c) D. support preview, the editor. 2. Code conversion Support coding: MBCS, U
=UTF-8STM8FreeModbus
- STM8FreeModbus 移植好的FreeModbus-STM8FreeModbus FreeModbus for stm8
stemwin-tutorials-Chapter-seventeen
- 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本章将介绍一些基本知识,比如定义全球所有可用字符的Unicode标准,以及UTF-8编码方案,emWin使用该方案来解码以Unicode字符编写的文本。同时还将说明如何启用阿拉伯语支持,以及如何采用Shift-JIS(日本工业标准)编码方案来显示文本。-Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs
stemwin-tutorials-Chapter-eighteen
- 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程主要跟大家介绍官方的小工具Font Converter的使用方法,使用官方的字体转换工具,字体的显示效果要比网上那些针对UCGUI设计的字体生成工具好非常多。4位抗锯齿的显示效果更是非常棒。在开头先跟大家强调两点,一个是这个字体小工具必须的使用STemWin软件包里面的,SEGGER官网下载的和MDK安装目录里面带的都是评估版,另一点是在教程中我会要求大家将要显示汉字的C文件转换为UTF-8编码,我
freetype
- 在linux的terminal下面执行:./example1 ./simsun.ttc a 就可以显示simsun.ttc字符类型的字体。自己也可以修改。前提是安装了freetype。 安装步骤是: tar xjf freetype-2.4.10.tar.bz2 ./configure make sudo make install 编译执行文件的命令是: gcc -finput-charset=GBK -fexec-charset=UTF-8 -o example1
ConvertGBKToUtf8
- 常用的代码页有CP_ACP和CP_UTF8两个。 使用CP_ACP代码页就实现了ANSI与Unicode之间的转换。 使用CP_UTF8代码页就实现了UTF-8与Unicode之间的转换。-Commonly used code page has CP_ACP and CP_UTF8 two. Using the CP_ACP code page to achieve the conversion between ANSI and Unicode. Using the CP_
mq2 (2)
- MQ135气体传感器对氨气、硫化物、苯系蒸汽的灵敏度高,对烟雾和其它有害气体的监测也很理想。这种传感器可检测多种有害气体,是一款适合多种应用的低成本传感器。据说使用的时候需要预热,我是直接用的。 树莓派 VCC <---> 1 #3.5V GND <---> 6 DO <---> 7(code #!/usr/bin/env python # encoding: utf-8)