-
linux网络编程实例程序 socket程序 适合初学者。
linux网络编程实例程序 socket程序 适合初学者。-linux network programming socket program examples of procedures suitable for beginners.
- 2022-03-21 18:53:07下载
- 积分:1
-
advnvecd installer in Visual Basic... just file number 4.
advnvecd installer in Visual Basic... just file number 4.
- 2022-09-20 15:50:03下载
- 积分:1
-
A full source code of housing agency web site,it can be used after decompression...
一个房产中介网站的代码,解压缩后即可使用-A full source code of housing agency web site,it can be used after decompression.
- 2022-10-11 04:55: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++高级培训课程。它非常有用的人谁想要提高…
It about c++ senior traing course. it very usefull for someone who want to enhance c++ programing. it comes frome hua wei company s traning course
- 2022-02-05 16:10:12下载
- 积分:1
-
Designing with MAX+PLUS
Designing with MAX+PLUS -Designing with MAX+ PLUS
- 2022-03-10 09:23:48下载
- 积分:1
-
调试成功的基于TI28335的异步电机VVVF控制程序
三相交流异步电机的恒定V/F控制源代码,适用于TI的28335DSP,可在TI原装的F24x板上直接跑。适用于CCS3.3编译、调试环境,可参考向其他芯片进行移植或修改、增加控制算法,实现对三相风机、泵、传送带动力、纺织机传动等控制方面的应用。程序包括分步递进编译,分成五部分:空间矢量PWM波形发生、电流/转速测量、两相电流的PI控制、电流闭环控制、速度PI闭环控制(电流和速度双闭环控制)。其中包含全部的源码和使用说明指导文档,是学习VVVF控制过程及算法很好的教程和示例。
- 2022-01-31 22:11:25下载
- 积分:1
-
两个相同行数和列数的稀疏矩阵用十字链表实现加法运算
两个相同行数和列数的稀疏矩阵用十字链表实现加法运算-two identical rows and columns in the sparse matrix using Orthogonal List Adder Operational
- 2023-05-18 21:15:04下载
- 积分:1
-
把二进制按制按照DEBUG的形式输出到屏幕或文件。
把二进制按制按照DEBUG的形式输出到屏幕或文件。-put by the binary system with DEBUG output in the form of paper or screen.
- 2022-03-19 19:22:55下载
- 积分:1
-
占空比可调信号发生器的资源分配表,各个存储器的用途与分配。...
占空比可调信号发生器的资源分配表,各个存储器的用途与分配。-Adjustable duty cycle signal generator of the resource allocation table, the use of various storage and distribution.
- 2022-09-16 12:00:03下载
- 积分:1