登录
首页 » Windows开发 » 框架类似于Office 2007,提供带式组件

框架类似于Office 2007,提供带式组件

于 2023-04-20 发布 文件大小:1.26 MB
0 133
下载积分: 2 下载次数: 1

代码说明:

类似OFFICE 2007的界面框架,提供RIBBON风格控件-framework similiar to Office 2007, by providing component with ribbon style

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

发表评论

0 个回复

  • 在Eclipse中用JDBC连接Sql_Server_2005
    在Eclipse中用JDBC连接Sql_Server_2005文档,在Eclipse中用JDBC连接Sql_Server_2005文档,在Eclipse中用JDBC连接Sql_Server_2005文档,在Eclipse中用JDBC连接Sql_Server_2005文档,在Eclipse中用JDBC连接Sql_Server_2005文档
    2022-03-30 11:10:01下载
    积分:1
  • 语音识别
    Matlab 当前目录中的所有文件都复制并在 Matlab 命令上键入"speakerrecognition"窗口。正确解压缩该文件后,你会发现两个文件夹培训和测试,每个都包含一些文件,命名: S1。WAV,S2。WAV,......,;每个标记后的扬声器的 ID。这些文件被记录在 Microsoft WAV 格式。在 Windows 系统上,您可以听录音听通过双击到文件中。您可以使用中"火车"的声音文件来创建数据库已知的扬声器和使用声音文件目前在"测试"以评估自动识别器。请注意,听起来应该有相同的采样频率和此值必须要符合框架窗口的大小: 256 样品应该有的持续时间约 30 ms: 这使用采样频率约实现12500.如果不满足此条件,你必须重新采样输入的声音(您可以使用"重新取样"Matlab 命令) 或等价地,更改窗口参数进行筛选。这段代码基于阿明 Koohi 优秀提交公开发售http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8802&objectType=FILE并提高了使用先进的度量距离计算的结果。以这种方式取得了较好的识别率。完整的源代码,请访问http://www.advancedsourcecode.com/speaker.asp任何问题请电邮 luigi.rosa@tiscali.it
    2022-02-05 14:46:02下载
    积分:1
  • 明确选择
    Option Explicit Private Sub Timer1_Timer() Label1.Caption = Time End Sub
    2023-01-15 12:00:03下载
    积分:1
  • 自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
    自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
    2022-02-28 14:53:16下载
    积分:1
  • 一个课程设计的万年日历 按下指定的键操作,可以显示从1900年到以后的各月的日历...
    一个课程设计的万年日历 按下指定的键操作,可以显示从1900年到以后的各月的日历-a curriculum design calendar years pressing specific keys operation can show from 1900 to a future on the calendar
    2022-08-22 19:28:43下载
    积分:1
  • 药品进销存管理系统,一个数据库库存仓库的操作。
    药品进销存管理系统, 入库 出库 盘点操作 财务报表体现 -Drugs Invoicing Management System, a database inventory warehousing operations financial statements reflect the
    2022-10-01 00:00:06下载
    积分:1
  • 长春电炉有限责任公司
    长春电炉有限责任公司-Changchun EAF limited liability company
    2023-06-27 08:20:03下载
    积分:1
  • 用MFC实现框架,基于对话框模式,可实现两个对话框之间的通讯聊天...
    用MFC实现框架,基于对话框模式,可实现两个对话框之间的通讯聊天-Using MFC to achieve a framework, based on the dialog box can be used to achieve communication between the two chat dialog
    2023-01-28 18:40:03下载
    积分:1
  • Windows Mobile 手机应用的多视图结构示例
    Windows Mobile 手机应用的多视图结构开发示例-Windows Mobile phone application development structure of multi-view sample
    2022-02-13 21:19:45下载
    积分:1
  • 一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。 该系统需要实现以...
    一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。 该系统需要实现以下功能: (1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中,插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息; (2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息; (3) 将某航次的余票数恢复初值为该航次的最大客票数; (4) 显示:显示该机场各航次班机的售票情况。-Booking air tickets and a refund system. Assuming there are m a civil airport voyage of the flights, each voyage only to reach a destination, the trial design for an automated airport ticket booking and refund system. The system needs to achieve the following functions: (1) booking: If the voyage than the number of votes greater than or equal to the number of passengers booking, the passenger in the voyage List (alphabetical by passengers dictionary order), insert the booking information of passengers, and modify the data of the voyage Otherwise, the corresponding message (2) Refund: If the refund is less than the number of votes of the original passeng
    2022-08-03 17:49:14下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载