CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - translat
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - translat - List
[
Other
]
HA-WebCompiler167-NW
DL : 0
德国 WebCompiler 公司出品的用于将多个 HTML 页面 (包括图像文件) 编译成可执行性文件的制作电子图书软件。该软件目前是同类产品中比较出色的一款软件,各方面的功能很完善。其最大的特点就是软件本身相当于一个小型的 Web 浏览器,对原来的 HTML 文件不会产生任何的损伤。软件支持 CSS, JavaScript 等常见 Web 技术。但是不支持 Java 和 Flash,而软件对是否支持 Plugin 和 ActivX 的回答是\"也许\",因为这要看 Plugin 和 ActivX 的安全程度等相关问题。汉化第二版解决了上一汉化版中图标及标识图案不能更换的问题,同时修正了一些语句的翻译。 可以生成exe格式的电子图书.-Germany WebCompiler producer for a number of HTML pages (including images ) compiled executable document, the production of electronic book software. The software is currently similar products more excellent new software, the functions of the sound. Its greatest feature is the software itself is equivalent to a small Web browser, the original HTML document will not result in any damage. Software support for CSS, JavaScript and other common Web technology. But it does not support Java and Flash, while software support Plugin and ActivX answer is "perhaps" because it depends on the Plugin ActivX and the safety of other related issues. Finished second version of the previous version of a finished icon and logo design can not replace the problem while some statement that the translat
Date
: 2008-10-13
Size
: 481.67kb
User
:
libing
[
DVD
]
13818_5_for_vc
DL : 0
1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\\cctv.ts >c:\\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Date
: 2008-10-13
Size
: 97.66kb
User
:
陈水德
[
Other
]
HA-WebCompiler167-NW
DL : 0
德国 WebCompiler 公司出品的用于将多个 HTML 页面 (包括图像文件) 编译成可执行性文件的制作电子图书软件。该软件目前是同类产品中比较出色的一款软件,各方面的功能很完善。其最大的特点就是软件本身相当于一个小型的 Web 浏览器,对原来的 HTML 文件不会产生任何的损伤。软件支持 CSS, JavaScript 等常见 Web 技术。但是不支持 Java 和 Flash,而软件对是否支持 Plugin 和 ActivX 的回答是"也许",因为这要看 Plugin 和 ActivX 的安全程度等相关问题。汉化第二版解决了上一汉化版中图标及标识图案不能更换的问题,同时修正了一些语句的翻译。 可以生成exe格式的电子图书.-Germany WebCompiler producer for a number of HTML pages (including images ) compiled executable document, the production of electronic book software. The software is currently similar products more excellent new software, the functions of the sound. Its greatest feature is the software itself is equivalent to a small Web browser, the original HTML document will not result in any damage. Software support for CSS, JavaScript and other common Web technology. But it does not support Java and Flash, while software support Plugin and ActivX answer is "perhaps" because it depends on the Plugin ActivX and the safety of other related issues. Finished second version of the previous version of a finished icon and logo design can not replace the problem while some statement that the translat
Date
: 2025-07-01
Size
: 481kb
User
:
libing
[
DVD
]
13818_5_for_vc
DL : 0
1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Date
: 2025-07-01
Size
: 97kb
User
:
陈水德
[
Algorithm
]
Gray_Translator
DL : 0
Java写的一个能在二进制,八进制,十进制,十六进制格雷码之间自由转化的工具,学习数字电路的同学可能会喜欢。-write a Java in binary, octal, decimal, Gray hexadecimal code freely into the tools, learning digital circuit students might like.
Date
: 2025-07-01
Size
: 18kb
User
:
徐阳
[
Shell api
]
ForToPasSrc
DL : 0
Fortran code to Delphi translator. convert F90 file to delphi pas file.
Date
: 2025-07-01
Size
: 14kb
User
:
selamicik
[
Software Engineering
]
Protel99se-TO-PowerPCB
DL : 0
Protel99se-TO-PowerPCB安装方法: 以安装到C:\ddb2PCB为例进行说明. 将解压后将\ddb2pcb整个目录copy到c:运行ddb2pcb.exe即可。-Installation Method: to install to C: \ ddb2PCB described as an example. Decompress after the \ ddb2pcb the entire catalog copy to c: \ run ddb2pcb.exe can.
Date
: 2025-07-01
Size
: 3.84mb
User
:
more
[
SCM
]
LEDControl
DL : 0
led显示排上位机程序,传输的是位图,有10种显示方式.-THE LED SCREEN UP SOFTWARE,IT TRANSLAT BIT MAP,AND HAS 10 SHOW
Date
: 2025-07-01
Size
: 2.58mb
User
:
TC
[
ELanguage
]
pdf_translator
DL : 0
pdf转化器,能够把word,Excel等转化成pdf文件。小巧好用!-pdf converter, able to word, Excel, etc. documents into pdf. Small and easy to use!
Date
: 2025-07-01
Size
: 1.51mb
User
:
孔旗
[
CSharp
]
Extrans
DL : 0
把EXCEL文档转换成无损的BMP图片,CSharp调用OFFICE组件的VBA函数,借助剪贴板来完成-EXCEL documents translat to lossless BMP picture, using CSharp OFFICE EXCEL VBA function , and the clipboard to format.
Date
: 2025-07-01
Size
: 308kb
User
:
cavaj
[
android
]
dex-translator-0.0.9.3
DL : 0
这是android反编译工具,可将APK文件反编译,但是不能直接拿来使用,反编译过的文件一般都是被混淆过的。-This is a Android compiler tools, can be APK files decompile, but cannot be directly used to use, the compiled documents are generally confused.
Date
: 2025-07-01
Size
: 549kb
User
:
小俞
[
Program doc
]
scaling-phrase-based-statistical-machine-translat
DL : 0
Scaling Phrase-Based Statistical Machine Translation to Larger Corpora and Longer Phrases
Date
: 2025-07-01
Size
: 92kb
User
:
omrano.rs
[
WEB Code
]
drupal-7.22
DL : 0
drupal in chines I translat most of che modules
Date
: 2025-07-01
Size
: 3.47mb
User
:
pan
[
ELanguage
]
VIEW3DS
DL : 0
view3ds,将3ds转成opengl-translat the 3ds style to opengl
Date
: 2025-07-01
Size
: 821kb
User
:
独孤取经
[
android
]
IamgeTranslat
DL : 0
imageiew的动画效果,可以实现需要的一般动画效果-imageiew Translat
Date
: 2025-07-01
Size
: 252kb
User
:
陈诺
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.