代码搜索:UTF8
找到约 1,546 项符合「UTF8」的源代码
代码结果 1,546
www.eeworm.com/read/385482/8803629
c utf8tounicode.c
/*
文 件 名:Utf8ToUnicode.c
作 者:丁宏伟
创建时间:2008年10月
修改时间:2008年11月26日
*/
#include
#include
#include
#include "gsm.h"
int utf8_to_unicode(char *
www.eeworm.com/read/383262/8958918
txt readme.txt
源码里面的路径需要自己改变,测试数据为utf-8编码,源码里面附有gb转utf8的函数,还有acsii转unicode的atl 中的宏。里面的方法适用与建立简单的文件内容索引(把文本作为数据库)。没用二进制的存取方式是为了c++和php兼容。(简单的模仿了FAT(文件分配表))
www.eeworm.com/read/422500/10634115
wrl 4.1.wrl
#以box为shape的节点的geometry域的域值创建一个使用缺省值的长方体
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Box{ }
}
www.eeworm.com/read/422500/10634157
wrl 4.3.wrl
#创建一个使用缺省值的圆柱体
#VRML V2.0 utf8
Shape{
appearance Appearance {
material Material { }
}
geometry Cylinder { }
}
www.eeworm.com/read/421085/10757343
sql upgrade_tables_mysql_4_1_2+.sql
-- -------------------------------------------------------------
-- SQL Commands to upgrade pmadb for normal phpMyAdmin operation
-- with MySQL 4.1.2 and above.
--
-- This file is meant for use with M
www.eeworm.com/read/416375/11031416
java messagedigestexample.java
package example;
import java.security.MessageDigest;
/**
*单一的消息摘要算法,不使用密码.可以用来对明文消息(如:密码)隐藏保存
*/
public class MessageDigestExample
{
public static void main(String args[]) throws Exceptio