-
basic sentinel Operational procedures for speech coding fixed
基本定点运算程序库,语音编码或DSP定点实现-basic sentinel Operational procedures for speech coding fixed-point DSP to achieve or
- 2022-01-21 02:06:35下载
- 积分:1
-
VC++实现的二分法求单调函数是否有解。
VC++实现的二分法求单调函数是否有解。-VC++ dichotomy in order to achieve the monotonic function is broken.
- 2022-01-22 05:54:23下载
- 积分:1
-
Geometry algorithms library, you can use on delphi5
几何图形算法库,可以在delphi5上用-Geometry algorithms library, you can use on delphi5
- 2023-01-06 23:35:04下载
- 积分:1
-
俄罗斯方块
#include
#include
#include
#include
#include
char gcText[] = " WWWWWWW";
struct tetris {
int _pool[16][32], (*pool)[32], tmap[8][4][16];
int x, y, s, st, t;
}gt;
void trsInit() {
int sp[8][4]
- 2023-08-11 01:55:03下载
- 积分:1
-
最优二叉查找树
C[i,j] 表示点i+1,i+2到点j中,选择任意一个点作为根,在(j-i)个解中找出成本最小的最优解
向前递推过程:
首先计算所有j-i=1的C(i, j)
然后依次计算j-i=2,3,…,n的C(i,j)。
C(0,n)=最优二分检索树的成本。
初始值
C(i,i) = 0
W(i,i) = Q(i),0≤i≤n
最优二分检索树的构造
在计算C(i, j)的过程中,记下使之取得最小值的k值,即树Tij的根,记为R(i, j)。
依据R(0, n)…,推导树的形态
- 2022-03-04 13:28:28下载
- 积分:1
-
打开视频和控制进度
通过vc++和opencv实现打开一段视频的功能,并且能够控制视频播放进度,该程序稳定可靠,迅速打开一段视频,并且控制进度,纯手打源程序,经验证,程序稳定可靠,实用性强。
- 2022-11-29 17:30:08下载
- 积分:1
-
java calculator, has very powerful functions, able to perform most of scientific...
java 计算器,功能较强大,可进行大多数科学计算-java calculator, has very powerful functions, able to perform most of scientific calculation
- 2022-02-04 13:06:56下载
- 积分:1
-
嵌入式构件库功能
应用背景几类和函数嵌入形式。拖动&;下拉列表框项目和TreeView的项目项目用文件填充菜单};关键技术类tddlistboxhelper {受保护的 ;TListBox *列表; ;tpoint起点;公众: ;布尔DragOver(TObject *磅); ;无效setlistbox(TObject *磅); ;无效MouseDown(TObject *源,int x,y); ;无效的拖放(TObject *源,int x,y);};/ / ---------------------------------------------------------------------------类的封装tswissknife:公共tcomponent{私人的:受保护的公众: ;__fastcall tswissknife(tcomponent *业主);__published: ;无效completeedit(Tedit *,AnsiString); ;布尔 ;finditem(字符串键,tmenuitem *源); ;布尔 ;DeleteItem(字符串键,tmenuitem *源); ;int ;populatelist(字符串键,tstrings *源,tstrings * dest,bool = true); ;upperfirstchar(AnsiString字符串S); ;布尔existslbitem(字符串键,TListBox *磅); ;无效sendstringkeys(char * pszchars); ;int loadfromfilemenuitems(tmenu * PP,字符串的文件名); ;int savetofilemenuitems(tmenu * PP,文件名字符串,整数开始);};
- 2022-06-17 08:19:36下载
- 积分:1
-
牛顿插值的差商迭代算法,c语言实现
牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
- 2022-03-15 21:33:46下载
- 积分:1
-
字符串分解程序,用VB编写。把一个长字符串分解成若干小的字符串...
字符串分解程序,用VB编写。把一个长字符串分解成若干小的字符串-string decomposition process, the preparation of VB. Put a long string divided into several small string
- 2022-03-16 21:15:45下载
- 积分:1