-
聊天室简单实用美观的小型语音视频聊天室程序
聊天室简单实用美观的小型语音视频聊天室程序-Chat Room
- 2022-08-21 17:26:08下载
- 积分:1
-
本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时...
本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时刻时输出低电平. 3./INT2输出固定频率32768HZ. 4.测试每分钟边沿中断输出(INT MODE3)和每分钟固定中断输出(INT MODE4)功能-procedures used to test the real-time clock module SD2000 series of functional one : four interrupts functions of the program are as follows : 1. The SD2000 board real-time test of time 2./INT1 hours and minutes to the designated low-level output at the moment. 3./INT2 32768HZ fixed frequency output. 4. testing every minute edge interrupt output (INT MODE3) per minute and fixed interrupt output (INT MODE4) function
- 2023-06-17 10:35:04下载
- 积分:1
-
麻省MIT基于Matlab开发的GPS监测地球板块速度的速度场显示程序...
麻省MIT基于Matlab开发的GPS监测地球板块速度的速度场显示程序-Massachusetts, MIT developed Matlab-based GPS to monitor the speed of the Earths plate velocity field display program
- 2022-01-25 17:56:03下载
- 积分: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
-
C++批判,一本非常好的C++书籍,不过是英文版的
C++批判,一本非常好的C++书籍,不过是英文版的-C criticism, a very good C books, but are in English
- 2022-06-27 02:15:12下载
- 积分:1
-
VB6实现Windows服务
VB6实现Windows服务-VB6 Windows services
- 2022-07-16 06:19:27下载
- 积分:1
-
Acess数据库将被捆绑到领域层形成MapX专题图诉..
将Acess数据库中字段绑定到图层生成Mapx专题图的VB源码。-Acess database will be bundled to the field layer formation Mapx thematic maps VB source.
- 2022-05-14 22:54:01下载
- 积分:1
-
一个调用具有输出参数的存储过程的小工程,喜欢就
一个调用具有输出参数的存储过程的小工程,喜欢就-Call a stored procedure with output parameters of the small-scale projects like the look
- 2023-07-05 23:20:03下载
- 积分:1
-
此源码不是很难,但是个人所写,主要是对数字信号处理的数字滤波的一种实现。...
此源码不是很难,但是个人所写,主要是对数字信号处理的数字滤波的一种实现。-This source code is not difficult, but written by individuals, mainly on digital signal processing to achieve a digital filter.
- 2023-06-09 02:35:02下载
- 积分:1
-
Emdros is a text database middleware
Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but other linguistic information is
supported as well. Emdros comes with a query-language, MQL, that
enables powerful queries. Emdros acts as a middleware-layer between a
client (not provided) and a database back-end. Currently, PostgreSQL,
MySQL, and SQLite (2 and 3) are supported, but other back-ends can
easily be added.-Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but other linguistic information is
supported as well. Emdr
- 2023-07-09 16:25:04下载
- 积分:1