-
CTI applications, mainly used in automatic voice response, the development of te...
CTI应用,主要应用于自动语音应答,开发技术比较成熟,在国外应用比较多.-CTI applications, mainly used in automatic voice response, the development of technology and more mature, more applications in foreign countries.
- 2022-07-11 03:02:03下载
- 积分:1
-
用VG++写superwums游戏模拟程序。
这是一个用VG++写的SuperWums游戏模拟的程序。-with VG wrote SuperWums game simulation procedures.
- 2022-07-23 07:05:18下载
- 积分:1
-
高速PCB设计常见问题,有兴趣的朋友这下子可算是有福气了。
高速PCB设计常见问题,有兴趣的朋友这下子可算是有福气了。-High-speed PCB design frequently asked questions, are interested in can be regarded as Friend Now the lucky.
- 2022-02-14 22:37:15下载
- 积分:1
-
this is on the quantification of specific details in English, introduced in grea...
这个是有关于量化的具体介绍是英文版的,介绍的很详细-this is on the quantification of specific details in English, introduced in great detail
- 2022-07-12 23:23:16下载
- 积分:1
-
最新世界语单词打字游戏闪亮登场,彻底改变了传统的学习方法,
让你在玩中学会世界语,在最短的时间内轻松学会2000多个世界
语基础词汇,极大地提高了学习兴...
最新世界语单词打字游戏闪亮登场,彻底改变了传统的学习方法,
让你在玩中学会世界语,在最短的时间内轻松学会2000多个世界
语基础词汇,极大地提高了学习兴趣。游戏中所有单词均在世界
语基础词库中随机产生,常玩此游戏对记忆世界语单词有很大的
帮助。游戏已进行了五次升级,现已拥有世汉双语显示,世界语
采用漂亮的帽子字符显示。该游戏规则简单一看就会,当发现打
错时,可以按空格或回车重新选择目标单词,遇有戴帽子的字符
请用“x”表示,如用“cx”代替“cxo”如此类推。该游戏设有
“老板来了”快捷键,游戏过程中只要按一下“ESC”游戏马上
退出!够为你着想了吧!
-latest Esperanto words Brightly typing game, and thoroughly change the traditional approach to learning let you learn to play in Esperanto, in the shortest possible time Relax more than 2,000 Esperanto Society based vocabulary, greatly enhanced the interest in learning. All games in Esperanto words are based on randomly generated thesaurus, often playing this game right memory Esperanto words are a great help. Game has conducted five escalation, and now owns the world-Chinese bilingual, the language of the label used beautiful character display. The rules of the game will see a simple, and when they have made, in accordance with spaces or carriage return re-targeted words, In wear the hat o
- 2022-06-26 08:03:23下载
- 积分:1
-
this is very good application for face traccking.it contains more and good diffe...
this very good application for face traccking.it contains more and good differnt features.if u rotate face right side it will show the direction for rignt side.if u rotate face left side it will show the direction for left side.-this is very good application for face traccking.it contains more and good differnt features.if u rotate face right side it will show the direction for rignt side.if u rotate face left side it will show the direction for left side.
- 2023-03-03 08:15:04下载
- 积分:1
-
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转...
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转化为系统的时钟(tick)
-Timeout waiting for core principles of mechanism: the application through the operating system
- 2022-03-16 13:01:09下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
在 CCs 的 PIC 单片机输入液晶屏上的显示模拟
在这个项目中,PIC微控制器与CCS编译我从微控制器的模拟输入模拟和字符液晶显示它。我把模拟器写在proteus程序文件。Abedini
- 2022-04-30 02:41:12下载
- 积分:1
-
Under DOS output 99 multiplication table for everyone to learn!
DOS下的99乘法表输出,供大家学习!
ÿ
-Under DOS output 99 multiplication table for everyone to learn!
- 2023-05-06 14:15:03下载
- 积分:1