为您找到相关结果607,664个
Android入门之ViewFlipper翻转视图的使用详解_Android_脚本之家
<translate android:duration="2000" android:fromXDelta="100%p" android:toXDelta="0" /> </set> right_out.xml 1 2 3 4 5 6 7 8 9 <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" > <translate android:duration="2000" android...
www.jb51.net/article/2679...htm 2025-5-17
QTranslate下载 QTranslate v6.8.0 全语种多引擎实时翻译工具 绿色免费...
qtranslate官网英语翻译软件是一款优秀的全语种多引擎翻译软件,qtranslate翻译软件除了具有调用5个在线翻译引擎的能力,还可以使用快捷键发音,并且支持在任何软件中选中文字后立刻翻译,在浏览器中也是如此,无需任何扩展。 软件特色 QTranslate目前支持 Babylon、Definr、Google Search、Google Translate、ImTranslator、Micro...
www.jb51.net/softs/896...html 2025-4-22
python批量将excel内容进行翻译写入功能_python_脚本之家
def baidu_translate(appi, secretKe, content): appid = appi secretKey = secretKe httpClient = None myurl = '/api/trans/vip/translate' q = content fromLang = 'zh' # 源语言 toLang = 'en' # 翻译后的语言 salt = random.randint(32768, 65536) sign = appid + q + str(salt) + secre...
www.jb51.net/article/1715...htm 2025-5-8
python字典翻转的实现_python_脚本之家
result = translate(cet_dict, word) print('{}: {}'.format(*result))第4关 删除字典中特定字母开头的单词本关任务:编写一个能删除字典中特定字母开头的单词的小程序。小明同学在准备参加大学英语四六级考试,为了督促自己背单词,他决定自己写一个背单词的程序。根据提示,在右侧编辑器补充代码,读取数据集中的四...
www.jb51.net/article/2842...htm 2025-5-2
基于Python实现语音合成小工具_python_脚本之家
Form.setWindowTitle(_translate("Form", "语音合成器")) self.label.setText(_translate("Form", "播报文本")) self.label_3.setText(_translate("Form", "语速")) self.label_rate.setText(_translate("Form", "0")) self.label_2.setText(_translate("Form", "音量")) self.label_volumn.setTe...
www.jb51.net/article/2690...htm 2025-5-9
CSS3实现可翻转的hover效果_css3_CSS_网页制作_脚本之家
-moz-transform: translateZ(30px) rotateY(360deg) scale(1.1); } /*button1 hover效果*/ btn1 { background-color: #1AAB8A; color: white; font-size: 18px; height: 60px; width: 150px; border: 0; transition: 800ms ease all; outline: none; position: relative; } ...
www.jb51.net/css/6148...html 2025-4-29