搜索资源列表
sg_sms_vxWorks
- 中文短信的编解码,含UCS2与GB的转换表。-Chinese codec message containing UCS2 conversion table with the GB.
Iconv
- Iconv编码转换,如从UTF8转换到ASCII,ISO-8859,UCS-2等等的互转-Iconv convert
8051_PICcodes
- codes below are usefull codes for using peripherals with popular microcontrollers ADC test code for PIC 18f452 on chip ADC, connect a pot or any analog source and test the functionality of On chip ADC LCD INter
a_string
- 包含一个通用泛型字符串模块,在 Window MinGW 以及 Linux GCC 下编译成功。包含 UTF-8、UTF-16 以及 UCS-4 编码互转,a_string<T> 类型以及对 a_string<T> 的输入输出支持。-Generic string module, compiled under the Window MinGW and the Linux GCC successfully. Cont
PduSMS
- PDU发送中文短信时,GB2312转换成UCS-2的程序,为最底层的内码轮换,压缩包内包括:官网下载的GB2312.txt源文件、GB2UCS2.c源文件(有注释)和GB2UCS2.h头文件。-PDU when sending text messages in Chinese, GB2312 converted into UCS-2 program, for the most yards in the bottom of the rot
u2gandg2u
- 短信编解码中UCS字符和GBK字符之间的转换-Message encoding and decoding characters in the UCS character and the conversion between GBK
ultrasonic_uart
- 超声波测距模块ucs-100程序。 atmega128平台,GNU GCC编译通过-Ultrasonic Ranging Module ucs-100 program. atmega128,successfully compiled by GNU GCC
CC430-C-Code-Examples
- TI公司CC430单片机官网例程,对于初学者很有用,希望对大家有用处-TI' s official website CC430 microcontroller routines, useful for beginners, I hope to be useful
UCS2GBK
- UCStoGBK.c use c or c++ switch UCS to GBK,in unix or linux system,for visual 6.0-use c or c++ switch UCS to GBK,in unix or linux system,for visual 6.0 use c or c++ switch UCS to GBK,in unix or linux system,for visual 6.
search
- 用于吃豆人游戏的pathon语言搜索算法,包含了UCS DF A*等算法-the algorithm of pacman
Thousand-Character-Classic
- 任务 请编写一个程序,从输入中读取一篇中文文章,并统计出该文章中 ASCII 字符以外的重复出现的每一个字重复出现的次数。 文章使用 UTF-8 编码,可能会出现任何可以用 UTF-8 编码表示的字符(不限于中文)。 文章中所有的字符在 UCS-2 能够表示的范围内,即字符的 Unicode 值用两个字节就可以表示。 输入 一篇文章,总字数不限、每行字符数不限。每个字重复出现的次数不超过 60000
Ethernet
- 网口芯片KSZ8041的源代码,配合NXP的LPC1788,采用UCS操作系统,调试通过,放心使用-The chip the KSZ8041 the source code of the network port, with the NXP LPC1788 UCS operating system debugging through, ease of use
CLOCK
- MSP430 F6736时钟配置和UCS配置例程-MSP430 F6736 clock configuration and UCS configuration routines
MSP430F5529_UCS
- msp430f5529 UCS(统一时钟系统)设置-msp430f5529 UCS (Unified Clock System) settings
UCS
- msp430f5438a的时钟初始化程序,可以任意配置时钟频率,亲测可行。-msp430f5438a clock initialization procedure, which could be configured clock frequency, the pro-test is feasible.
scmRTOS.4.00.all-platform
- scmRTOS is tiny Real-Time Preemptive Operating System intended for use with Single-Chip Microcontrollers. scmRTOS is capable to run on small uCs
pacmansearch
- Pacman from UC Berkeley-Pacman hw from CS188 in UCberkeley. Give better understanding in BFS, DFS, UCS and A* search.
tinyXML2_Unicode
- tinyXML 2 Unicode 根据tinyXML官方修改,由多字节改为Unicode,可解析和生成ucs-2 little endian编码的xml文件。-tinyXML 2 Unicode according tinyXML official modifications to the multi-byte Unicode, can parse and generate ucs-2 little endian encoded
search-chen
- 使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示-AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A
unicode
- Gets the length (in characters, not bytes) of a unicode UCS-2 string, eg a string which physically is 0x00 0x41 0x00 0x00 will return a value of 1.