-
MELP 语音编码
2400 bps 低速率语音编码 包括编码及解码部分,带有编码部分的参数输出到txt文件中 如基音周期, 清浊标志位, LSF等参数输出
- 2022-03-21 16:57:49下载
- 积分:1
-
Membuat 标题 bergerak
卡拉 MEMBUAT 阳离子形式 BERGERAK。seperti dalam 网站 (品牌)。
如何使标题窗体 moving.like 在玛卡网站中。
- 2022-02-15 00:43:17下载
- 积分:1
-
设计一个管理信息系统,主要是我们通过在实际中了解了一些企业的管理形式,并结合当今世界管理信息系统的蓬勃发展,了解现阶段对管理信息系弘强调的是综合管理功能,多维服...
设计一个管理信息系统,主要是我们通过在实际中了解了一些企业的管理形式,并结合当今世界管理信息系统的蓬勃发展,了解现阶段对管理信息系弘强调的是综合管理功能,多维服务模式,人机协调的、智能化的、集成化的计算机辅助管理功能等。因此设计这样一个管理信息系统,来解决一些小型企业在物理管理上的缺点,能够实现物资信息的系统化、规范化和自动化。-design of a management information system, is mainly through the practical understanding some forms of enterprise management, and combining the world of management information system to flourish, understanding of this stage of management information systems Hung stressed the comprehensive management capabilities, and multidimensional approach crew coordination, intelligence, Integrated CAD management functions. Therefore the design of a management information system to solve some small enterprises in the management of the physical shortcomings, Information materials to achieve the systematization and standardization and automation.
- 2022-06-30 18:04:37下载
- 积分:1
-
Apriori算法
应用背景用于数据挖掘的Apriori算法,PLSQL ;易于测试,但是如果你用SQL不熟悉,很容易犯错误。不同的SQL,C++是容易 ;构建自己的类的测试关键技术C++,数据挖掘,类,结构, ;1;#包括; ; ;2;#包括; ; ;3;#包括 ;; ; ;4;#包括 ;; ; ;5;#包括 ;; ; ;6、使用和使用的名称空间和标准;7;与之和;8类。 ; ;Apriori ; ;9;{和“;10。公众:和;11。 ; ; ; ;Apriori(size_t ;是 ;= 0,int unsigned ; ;MV = 0) ; ;12。和公司;及;{ &;{ &;13。 ; ; ; ; ; ; ; ;item_size ;= ; ; 是;14。 ; ; ; ; ; ; ; ;min_value ;= ;MV; ; ;15。和公司;&;&;};16。 ; ; ; ;/ / ~ apriori() { }; ; ; ;17。 ; ; ; ; getitem()无效; ;
- 2022-03-17 04:12:54下载
- 积分:1
-
使用XML编写的通讯薄
使用XML编写的通讯薄-prepared by the use of XML communications thin
- 2022-03-24 23:21:19下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
这是一本关于window编程的书籍,希望能够帮助更多的人得到进步与提升。...
这是一本关于window编程的书籍,希望能够帮助更多的人得到进步与提升。-This is a book on the programming window, hoping to help more people to be progress and upgrade.
- 2023-02-21 17:50:04下载
- 积分:1
-
Dijistra最短路径 二维数组结构 c
Dijistra最短路径 二维数组结构 c-Dijistra Shortest Path 2D array structure c
- 2023-03-27 01:15:03下载
- 积分:1
-
the exception class holding the call stack s information
保存调用堆栈信息的异常类
- 2022-07-01 20:07:54下载
- 积分:1
-
嵌入式的本地数据库(表)引擎, 不需要任何附加库(非BDE), 直接插入源代码即可 附带BDE转换/表编辑...
嵌入式的本地数据库(表)引擎, 不需要任何附加库(非BDE), 直接插入源代码即可 附带BDE转换/表编辑 -embedded local database (Table) engine, does not require any additional libraries (BDE), plugs directly into the source code can be attached BDE conversion/Table Editor
- 2022-03-11 02:33:45下载
- 积分:1