代码搜索:boby
找到约 20 项符合「boby」的源代码
代码结果 20
www.eeworm.com/read/202027/15391017
h utf_functions.h
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#ifndef utf_functions_h__
#defi
www.eeworm.com/read/202027/15391016
makefile
#Makefile written by Boby Thomas
#This is a general make file which can be used for compiling small projects with
#all the source files in a single folder.
#==========================================
www.eeworm.com/read/202027/15391022
cpp utf_functions.cpp
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#include "utf_functions.h"
/***
www.eeworm.com/read/202027/15391019
cpp utf_util.cpp
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#include "utf_util.h"
void
www.eeworm.com/read/202027/15391023
cpp utf_tests.cpp
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#include "utf_tests.h"
char
www.eeworm.com/read/202027/15391018
h utf_util.h
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#ifndef utf_util_h__
#define ut
www.eeworm.com/read/202027/15391024
h utf_tests.h
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code. (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/
#ifndef utf_tests_h__
#define u
www.eeworm.com/read/433274/8534559
cpp dynlib.cpp
//Boby Thomas - march 2006
// Adopted, March 2007, Arne Steinarson
#include
#include "pi/DynLib.h"
//#define _GNU_SOURCE
//#include
/*
void pi_test(){_CFE_;
Dl_info dli;
dlad
www.eeworm.com/read/277759/10606132
txt aspstrem.txt
功能描述:上传图片文件到指定目录后,在本文件根据URL传入的文件名加上文件所在目录根据文件完整路径。再将该文件二进制数据流写入服务页面,从而达到隐藏图片真实地址防止外部引用图片的效果。