-
这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度...
这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度-This is a transparent window for the realization of a transparent window may be based on the user
- 2022-08-17 22:37:36下载
- 积分:1
-
用Clistctl类实现的文件浏览
用Clistctl类实现的文件浏览-Clistctl category with the realization of the file browser
- 2022-07-15 13:08:24下载
- 积分:1
-
用户也可以点击“停止录音”,以停止声卡,结束录音。
StreamBuff中所有的剩余语音都会被送入TBNR,并通知TBNR录音完毕。
TBNR收到足够...
用户也可以点击“停止录音”,以停止声卡,结束录音。
StreamBuff中所有的剩余语音都会被送入TBNR,并通知TBNR录音完毕。
TBNR收到足够的语音后开始识别,并通过EventCallback和ResultCallback两个回调
函数通知TbnrSdiDemo当前识别状态以及识别结果。-users can click on "stop recording" to stop sound card and the end of recording. StreamBuff all the remaining voice will be sent to TBNR and notified TBNR finished recording. TBNR received adequate recognition after the speech, and through EventCallback and two callback function ResultCallback notice T bnrSdiDemo current state of identification and recognition results.
- 2023-07-13 06:25:03下载
- 积分:1
-
获取本机信息,包括本机名称,ip地址,子网掩码,本机协议,网络资源,重置IP配置,获取TCP协议统计信息,IP统计信息...
获取本机信息,包括本机名称,ip地址,子网掩码,本机协议,网络资源,重置IP配置,获取TCP协议统计信息,IP统计信息-Get local information, including the machine name, ip address, subnet mask, this machine protocol, network resources and reset the IP configuration, TCP protocol to obtain statistical information, IP statistics
- 2023-01-08 17:10:03下载
- 积分:1
-
crasmonitor V1.41
欢迎使用CRasMonitor v1.41,这是一个用于监视RAS的免费MFC类
- 2023-03-18 15:35:04下载
- 积分:1
-
The program of polynomial addition,subtration and multiplication, just so so, ev...
多项式相加减乘的程序,还可以,大家可以参照一下,还请多指教.-The program of polynomial addition,subtration and multiplication, just so so, everyone can use it as a reference, please issue your idea on it.
- 2023-01-24 22:30:04下载
- 积分:1
-
旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短...
旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its description of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
- 2022-09-05 13:55:03下载
- 积分:1
-
捕获鼠标事件,如离开和进入
捕获鼠标事件,如离开和进入-capture mouse events, such as leave and enter
- 2022-03-12 13:20:12下载
- 积分:1
-
ftp source tools
ftp工具的源代码-ftp source tools
- 2022-03-19 00:46:07下载
- 积分:1
-
« 问题描述:
给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。
(1) n∈set(n);
(2) 在n的左边加上一...
« 问题描述:
给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。
(1) n∈set(n);
(2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半;
(3) 按此规则进行处理,直到不能再添加自然数为止。
例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6 个元素。
注意半数集不是多重集。集合中已经有的元素不再添加到集合中。
« 编程任务:
对于给定的自然数n,编程计算半数集set(n)中的元素个数。
« 数据输入:
输入数据由文件名为input.txt的文本文件提供。
每个文件只有1 行,给出整数n。(0
- 2022-02-15 12:30:46下载
- 积分:1