页面: 上一页 1 2 3

软件Soft分类

二月
8
2005

System3.x&4.0汉化

9
作者:AirForce
二月
8
2005

解图软件:

  • Mamitool相当好的解图软件,E.GO 和Alicesoft ,Elf[早期],Leaf[早期]游戏图片破解不在话下。[可以下载]
  • Mamitool汉化版如果你不清楚日文原版如何使用,那这个中文版大概最适合你咯.[可以下载]
  • view35本软件仅适用于alicesoft的system3.5及以前的游戏的解图等。判断方法是看你的游戏目录下的执行文件的文件名。本软件制作人AFIC(@AL教)[可以下载]
  • view38本软件仅适用于alicesoft的system3.8的游戏的解图等。判断方法是看你的游戏目录下的执行文件的文件名。本软件制作人AFIC(@AL教)[可以下载]
  • view39本软件仅适用于alicesoft的system3.9的游戏的解图等。判断方法是看你的游戏目录下的执行文件的文件名。本软件制作人AFIC(@AL教)。[可以下载]
  • wave_icon声音和图表提取软件。[可以下载]
  • Susie可以破解日本各家游戏公司的格式,包括音乐和图像。一共有3个版本[各带一定数量的插件]还有两个插件库。由于没时间整理,所以最好全下了……
标签
二月
1
2005

Microsoft GB18030 支持工具包

——————————————
Microsoft GB18030 支持工具包
自述文件
2001 年 8 月
——————————————
(c) 版权所有 Microsoft Corporation 2001。保留所有权利。

—————
如何使用本文档
—————

要在屏幕上用“记事本”查看 Readme.txt,请将“记事本”窗口最大化。

要打印 Readme.txt,请用“记事本”或其他字处理程序打开此文件,然后在“文件”菜单
上单击“打印”命令。

=====
目录
=====

系统要求
安装 GB18030 支持工具包的磁盘空间需求
如何安装
支持包内容
转换工具 gbunicnv.exe 的使用方法
开发人员附注

系统要求
========

安装GB18030 支持工具包的最低系统要求:
- Microsoft Windows 2000 (或以上版本)简体中文版:

完全安装大小:     12.0 MB

如何安装
=======

双击 GBEXTSUP.MSI,按提示进行操作。

支持包内容
=========

该 GB18030 支持工具包包含如下内容:
- 字体文件 SimSun18030.ttc
- 代码页支持文件 c_g18030.dll (只安装在Windows 2000 系统中)
- 转换工具gbunicnv.exe
- 微软4字节字符集编码支持包ms4bsp.dll
支持包安装成功后,转换工具 (gbunicnv.exe) 和微软4字节字符集编码支持包 (ms4bsp.dll) 会被安装在系统的 Program Files\GB18030Tools 文件夹下。用户可通过 Windows 2000 或 Windows XP 中的中文内码(Unicode) 输入法输入所需的 GB18030 扩充的4字节汉字。

转换工具 gbunicnv.exe 的使用方法
==============================

该转换工具用来实现GB18030-2000和 Unicode 编码格式文件的相互转换。该工具所支持的文件格式为文本文件(.txt)和HTML文件(.html)。gbunicnv.exe 的使用方法如下:
1)图形模式。执行gbunicnv.exe时不带参数,则gbunicnv.exe 将以图形模式启动。
2)命令行模式。用法:gbunicnv.exe [/U|/G|/?|/H 文件名1 [文件名2]]
/H 或 /?, 显示帮助信息。
/U 或 /u, 执行GB18030-2000 到 Unicode 编码格式的转换。
/G 或 /g, 执行 Unicode 到 GB18030-2000 编码格式的转换。

开发人员附注
===========

1.Windows API对GB18030-2000 的支持
下列 Windows API 提供对GB18030-2000 的支持。IsValidCodePage(), GetCPInfo(), MultiByteToWideChar() and WideCharToMultiByte().
具体说明如下:
1) IsValidCodePage(54936) returns TRUE.
2) GetCPInfo(54936, lpCPInfo) returns TRUE.
3) MultiByteToWideChar(54936, 0, lpMultiByteStr, cbMultiByte, lpWideCharStr, cchWideChar) 完成GB18030-2000 字符串 lpMultiByteStr 到 Unicode 字符串 lpWideCharStr  的转换。
4) WideCharToMultiByte(54936, 0, lpWideCharStr, cchWideChar, lpMultiByteStr, cbMultiByte, lpDefaultChar, lpUsedDefaultChar) 完成Unicode 字符串 lpWideCharStr 到 GB18030-2000 字符串 lpMultiByteStr  的转换。
2. GB18030 函数库
微软4字节字符集编码支持包 (MS4BSP- Microsoft 4-byte Character Set Encoding Support Package) 提供了六个函数,这六个函数支持多字节编码(多达4字节)的字符串。 这些API 是从Windows 95/98/Me 提供的WCHAR (Unicode) 函数集中精选出来的。函数名与相应的ANSI 和WCHAR(Unicode) 函数完全相同,只是后缀的’A’ 或’W’被’L’替代。这些函数的参数与相应的’A’版本函数的参数接口完全相同。该支持包可使基于936代码页的应用程序向GB18030 或其他4字节编码的转换更加快捷。
MS4BSP 在Windows XP 平台的实现是作为一个简单的动态连接库 – ms4bsp.dll。 每一函数都通过调用MultiByteToWideChar() 函数将任何多字节字符串输入参数转换为UTF-16编码格式,然后调用相应的 ‘W’ 版本的函数,返回该函数的输出参数。该动态连接库假设当前系统中存在相关的字体,输入法(IME) 和注册表的设置信息。
该函数集中的缺省4字节字符编码为54936 (GB18030-2000). 将来版本的MS4BL 可能支持其他4字节编码。
接口清单:
BOOL ExtTextOutL(
HDC hdc, // handle to DC
int X, // x-coordinate of reference point
int Y, // y-coordinate of reference point
UINT fuOptions, // text-output options
CONST RECT* lprc, // optional dimensions
LPCSTR lpString, // string
UINT cbCount, // number of characters in string
CONST INT* lpDx // array of spacing values
);
BOOL GetTextExtentExPointL(
HDC hdc, // handle to DC
LPCSTR lpszStr, // character string
int cchString, // number of characters
int nMaxExtent, // maximum width of formatted string
LPINT lpnFit, // maximum number of characters
LPINT alpDx, // array of partial string widths
LPSIZE lpSize // string dimensions
);
BOOL GetTextExtentPoint32L(
HDC hdc, // handle to DC
LPCSTR lpString, // text string
int cbString, // characters in string
LPSIZE lpSize // string size
);
Int MessageBoxL(
HWND hWnd, // handle to owner window
LPCSTR lpText, // text in message box
LPCSTR lpCaption, // message box title
UINT uType // message box style
);
Int MessageBoxExL(
HWND hWnd, // handle to owner window
LPCSTR lpText, // text in message box
LPCSTR lpCaption, // message box title
UINT uType, // message box style
WORD wLanguageId // language identifier
);
BOOL TextOutL(
HDC hdc, // handle to DC
int nXStart, // x-coordinate of starting position
int nYStart, // y-coordinate of starting position
LPCSTR lpString, // character string
int cbString // number of characters
);

下载地址:

http://dl.163.com/user/dl.php?action=dl&id=7348

九月
27
2004

foobar2000 0.8.3

3
作者:AirForce

foobar2000

http://www.foobar2000.org/

Foobar2000 is an advanced audio player for the Windows platform. Some of the basic features include ReplayGain support, low memory footprint and native support for several popular audio formats.

Download version 0.8.3

Quick download links are listed below, more information about differences between installer versions on the Download page.

  • Normal – Normal installer
  • Special – Special installer
  • Lite – Lite installer
  • SDK – Software Development Kit

Note: foo_flac component in 0.8.3 installer downloaded before 2004-09-05 can damage FLAC files when updating tags in certain situations. If you have files in that format download the fixed version.

Features

  • Open component architecture allowing third-party developers to extend functionality of the player
  • Audio formats supported “out-of-the-box”: WAV, AIFF, VOC, AU, SND, Ogg Vorbis, MPC, MP2, MP3, MPEG-4 AAC
  • Audio formats supported through official addons: FLAC, OggFLAC, Monkey’s Audio, WavPack, Speex, CDDA, TFMX, SPC, various MOD types; extraction on-the-fly from RAR, 7-ZIP & ZIP archives
  • Full Unicode support on Windows NT
  • ReplayGain support
  • Low memory footprint, efficient handling of really large playlists
  • Advanced file info processing capabilities (generic file info box and masstagger)
  • Highly customizable playlist display
  • Customizable keyboard shortcuts
  • Most of standard components are opensourced under BSD license (source included with the SDK)
八月
29
2004

Winny2v2.0β7.1

5
作者:AirForce

v2.0β6.6的问题修正版本

公开日:
2003/11/17
v2.0β7.1

下载: Winny2b71.zip
节点文件:Noderef.txt [d]

作者:
19 47 发布日:03/11/17 00:10 ID:ivW/puUY

WINNY下载:
Winny2b71.zip 645,502 205d53ad7f14816a3a3d12fd14bc4338

标签
八月
29
2004

Winnypv2.0beta7.25

3
作者:AirForce

本版本使用了DLL技术来使程序运行更流畅,更迅速!推荐下载!

公开日:
2004/08/26

v2.0beta7.25

下载: Winny2p_b725_001.zip
节点文件:Noderef.txt [d]

作者:
65 lark HKfJasSGEzr 04/08/26 03:08

WINNY下载:
[tool] Winny2p_b725_001.zip Mg7GOg4QMd 703,720 40f95a352152be3697caca86d3565f7a

标签
八月
28
2004

winny中文版 2.0b6.6c

4
作者:AirForce

winny中文版 2.0b6.6c

软件介绍:
winny是目前最先进的p2p软件。winny是基於freenet(自由网)的模式。ip地址是加密的,所以保密性强。支持软件搜索,很容易在茫茫共享库中找到你想要的东西。同时支持多线程下载(下载速度快),断点续传,还能有效突破防火墙。
更绝的是它实现了p2p论坛形式,实现了从服务器论坛到分布式论坛的革命。文件不大,解压后直接运行winny.exe就行了。。别以为它默默无闻,它是日本使用量最大的p-2-p软件,有200万用户,而且在不断增加。

::下载地址::
下载地址1 [远程下载]
河北电信 [本地下载]
湖北武汉1 [本地下载]
湖北武汉2 [本地下载]
互联星空-山东 [本地下载]
福建铁通 [本地下载]
四川铁通 [本地下载]
贵州网通 [本地下载]
温州网通 [本地下载]

页面: 上一页 1 2 3