-
AMCAP源代码
directshow 中的例子,现在已经很难找到了,可以直接抓取视频信号。一个很好的代码。使用visual c++编写。
- 2022-03-10 22:59:08下载
- 积分:1
-
关于注册表方面的小程序,希望能够起到抛砖引玉的作用
关于注册表方面的小程序,希望能够起到抛砖引玉的作用-registry of the small programs, hoping to play the role of stimulus
- 2022-07-25 22:36:54下载
- 积分:1
-
famous registry monitoring software
著名注册表监控软件-Regmon源代码.通过该软件的学习你可以学的很多有关注册表的方法,对你编程水平的提高有一定帮助-famous registry monitoring software-Regmon source code. Through the study of the software you can learn many of the registry, you have to raise the level of programming will definitely help
- 2022-06-20 13:26:44下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
establish their own task bar
建立自己的任务栏-establish their own task bar
- 2022-03-23 00:56:03下载
- 积分:1
-
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。...
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。-This is from the CSDN download time on the display system of small programs, I believe are very helpful for beginners.
- 2022-04-13 02:18:12下载
- 积分:1
-
语音识别
语音识别是写在出于安全考虑,在 ecan 提供对任何系统的 matlab 软件编程处理虐儿个案在语音分析中,通常执行-浊决定从信息提取的语音信号。在本文中,我们进行了两种方法来分隔浊-无声的部分的语音从语音信号。这些是零交叉率 (ZCR) 和能量。在这里,我们评估了结果除以演讲样成部分和使用零交叉率和能量计算来分离浊音与清音的词类。结果表明零交叉率都很低浊的部分和高为无声部分在哪里,能量,远高浊部分和低为无声的部分。因此,这些方法被证明更有效地分离表示和无声演讲。
- 2022-03-02 23:45:02下载
- 积分:1
-
VC实现 XP快速关机(网上都是VB实现的,这是用VC重写的,没有LIB和H,是用API直接调用DLL的)...
VC实现 XP快速关机(网上都是VB实现的,这是用VC重写的,没有LIB和H,是用API直接调用DLL的)-VC XP rapid shutdown (VB are online, it is used to rewrite the VC. no LIB and H, is a direct call DLL API)
- 2023-08-01 16:25:03下载
- 积分:1
-
程序显示当前系统中所有正在运行的进程列表。
程序显示当前系统中所有正在运行的进程列表。-procedures for the current system shows all the running process list.
- 2022-05-31 11:33:52下载
- 积分:1
-
操作系统 磁盘储存空间的分配和回收 c++实现
操作系统 磁盘储存空间的分配和回收 c++实现-Operating system disk storage space allocation and recovery c++ Realize
- 2022-03-03 02:54:12下载
- 积分:1