-
Praat 连接从 C 语言
脚本通过自动化操作的顺序保存的Praat用户时间和精力。要运行 Praat 脚本,请转到Praat 对象窗口中的控制菜单并选择新的 Praat 脚本。通过点击下面的链接之一,然后拔起的代码所需的脚本。复制所有的代码 (例如突出显示和 PC 上Ctrl-C ) 并将其粘贴到新的无标题的脚本窗口。最后,选择运行 > 运行(或键入Ctrl-R) 在无标题的脚本窗口中执行脚本。
- 2022-02-06 18:34:59下载
- 积分:1
-
FIFO页面置换算法
×FIFO页面置换算法
例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,
- 2023-07-26 05:00:03下载
- 积分:1
-
10. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他...
10. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-10. Write a program to solve the eight queens problem: In the line 8 8 of 8 placed on board the Queen, so that either a queen can not eat the other seven Queen (Note: The Queen can eat with her peers or the same column in the or the same diagonal and other pieces), and the results displayed in some way.
- 2023-08-14 11:50:03下载
- 积分:1
-
语音采集、回放、显示,分析
语音采集、回放、显示,分析-voice capture, playback, display, analysis
- 2023-08-27 03:00:04下载
- 积分:1
-
MapGis提供了区合并功能,但确无法实现自动区合并;自动区合并功能可以应用到跟地图矢量化相关的很多工作中,由于它可以实现图幅的自动接边处理,大大地减少了数据汇...
MapGis提供了区合并功能,但确无法实现自动区合并;自动区合并功能可以应用到跟地图矢量化相关的很多工作中,由于它可以实现图幅的自动接边处理,大大地减少了数据汇总时图幅接边时的工作量。二次开发主要用到的函数为_UnionRegAtoB,实现了自动区合并功能。-MapGis the merger provides the functionality, but the merger does not automatically automatic feature can be applied to the merger with the map a lot of work-related vector-based, because it can be achieved automatically Edge map sheet processing, greatly reducing the data aggregation when the figure increases when the workload of the Edge. Secondary development of the main function used _UnionRegAtoB, the merger to achieve the automatic function.
- 2023-04-28 06:30:04下载
- 积分:1
-
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口...
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then given 16 hexadecimal and RGB color value, and value into the clipboard At the same time, drag the color from the process of in a timely display coordinates of the mouse position, window handle, window class name and window title, therefore, this procedure can also be said as a mouse hook procedures, the study of C++ or helpful.
- 2023-07-04 01:05:03下载
- 积分:1
-
使用MFC如何在Windows光标变化。
Use MFC to show how to change the cursor in windows.
- 2022-02-01 08:04:50下载
- 积分:1
-
自适应神经网络的源代码
Adaptive Neural Networks
自适应神经网络是实现神经网络自适应算法的集合-Adaptive neural network source code
Adaptive Neural Networks
Adaptive neural network is to achieve a collection of neural network adaptive algorithm
- 2023-01-20 14:55:04下载
- 积分:1
-
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。...
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。-install and uninstall LSP
- 2023-03-01 18:35:04下载
- 积分:1
-
elf格式转换bin文件格式
应用背景ELF是一种程序文件格式,ELF格式文件的装载和动态链接,是程序启动的很好学习资料,可以了解程序在内存中的动态加载,源码格式详细解释了elf的文件生成bin文件格式的流程关键技术elf格式的文件加载,elf文件格式,生成bin文件,可直接下载运行
- 2022-02-06 09:03:35下载
- 积分:1