登录
首页 » Delphi VCL » 基于Delphi的英文发音教学软件的实现

基于Delphi的英文发音教学软件的实现

于 2022-05-07 发布 文件大小:3.87 kB
0 143
下载积分: 2 下载次数: 1

代码说明:

基于Delphi的英文发音教学软件的实现-Delphi-based teaching software for English pronunciation of realize

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Delphi做的三层程序.zip
    Delphi做的三层程序.zip-do three procedures. Zip
    2023-04-28 08:55:04下载
    积分:1
  • 一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式...
    一个报表控件TRepoEdit,它和QuickReport结合起来可以让用户修改编辑报表的格式-a statement TRepoEdit control, and it QuickReport combination allows users to edit statements for the format
    2022-06-03 05:37:04下载
    积分:1
  • delphi 正则表达例程。。。 正则表达式在实际应用中非常广泛,灵活运用正则表达式能给我们带非常大的方便...
    delphi 正则表达例程。。。 正则表达式在实际应用中非常广泛,灵活运用正则表达式能给我们带非常大的方便-delphi regular expression routines. . . Regular expressions in practical applications a very wide range of flexibility in the use of regular expressions can give us great convenience
    2022-01-25 22:04:02下载
    积分:1
  • 包含常用Internet协议TCP,UDP、HTTP、FTP、Telnet等,此版本新增加一个THttpServ构件...
    包含常用Internet协议TCP,UDP、HTTP、FTP、Telnet等,此版本新增加一个THttpServ构件-commonly used Internet protocols include TCP, UDP, HTTP, FTP, Telnet, this new version of a component THttpServ
    2022-03-22 12:03:56下载
    积分:1
  • 拼音处理模块原理及补充说明: 原理: 根据操作系统拼音输入法的对照表。 提取出简单的单字对照表,用于待开发系统的拼音汉字转换。 主要用...
    拼音处理模块原理及补充说明: 原理: 根据操作系统拼音输入法的对照表。 提取出简单的单字对照表,用于待开发系统的拼音汉字转换。 主要用途:输入拼音头的汉字检索 拼音对照表(简表)结构: 以汉字‘啊’的内码 B0A1(十六进制数) 为文件的零基点,依 次输入汉字对应的拼音头字母。没有汉字的区域用符号 @ 填充。 生成拼音对照表。 如何从系统中提取对照表: 操作系统的 开始->程序->附件->输入法生成器。 在输入法生成器中选择逆转换页。选择打开文件钮,在‘ WINDOWSSYSTEM’ 目录下选择WinPy.mb文件。点逆转换钮。 转换后的文件在‘WINDOWSSYSTEM’目录下,文件名是“WinPY.txt”-phonetic processing module Principle and added : Principle : Operating System Pinyin input method comparison table. Extracted simple words comparison table to be used for the development of Chinese phonetic system conversion. The main purposes : first of the importation of Chinese phonetic alphabet access control (Summary) structure : in Chinese characters" ah "within yards B0A1 (hexadecimal number) to document the zero point, order input Chinese characters corresponding to the first phonetic alphabet. No Chinese regional @ filled with symbols. Generation Pinyin CRT. How to extract from the system control table : the beginning
    2022-01-22 15:05:04下载
    积分:1
  • ListView display file information demo deal with file drag and drop added to the...
    ListView显示文件信息的演示 处理文件拖放加入到listview中的演示,支持多个文件一起操作 获取文件的名称大小类型修改日期等的应用. -ListView display file information demo deal with file drag and drop added to the listview in the demonstration, to support multiple files together to obtain the name of the file size of the type of modification date, etc. applications.
    2022-03-17 04:23:25下载
    积分:1
  • flexcompress是高
    FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.-FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.
    2022-02-12 10:26:48下载
    积分:1
  • 嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有...
    嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看其他的类是不是也能这样,就拿TFrame来实验. function GetDllFrameClass():TFrame stdcall 第一次是这样声明的,失败.奇怪?! 试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的. TFormClass = class of TForm 哎呀,恍然大悟!! class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象 class of TFrame 声明的是类类型, f:TFrameClass 是一个类. function GetDllFrameClass():TFrame 返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame 运行...成功,
    2022-01-31 01:59:09下载
    积分:1
  • Delphi编程练习:从数据库中读取JPEG图片,插入到Excel文档单元格中,并可自动改变图片大小...
    Delphi编程练习:从数据库中读取JPEG图片,插入到Excel文档单元格中,并可自动改变图片大小-Delphi Programming practice: from the database to read JPEG images, insert into cell Excel documents, and automatically change the picture size
    2022-02-01 21:35:21下载
    积分:1
  • formmagnet224 Delphi和C++ Builder 6
    FormMagnet224 for Delphi and C++ Builder 6-2006 Compiled Packages
    2022-01-25 15:11:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载