-
tfutfiytfkuygoluliuhli
乌特菲特夫克乌鲁利
- 2022-01-27 18:53:41下载
- 积分:1
-
CPLD Interface code with SRAM
CPLD Interface code with SRAM
- 2022-08-22 11:51:53下载
- 积分:1
-
金融中优化模型的讲义,对数学建模很有用,希望大家多多下载...
金融中优化模型的讲义,对数学建模很有用,希望大家多多下载-Optimization model finance lectures on mathematical modeling is useful, I hope everyone a lot of downloads
- 2022-03-25 03:35:49下载
- 积分:1
-
java固定
Java固定资管理系统,jre1.4带数据库和文档-Java fixed-owned assets management system, jre1.4 with databases and document
- 2023-03-24 20:05:04下载
- 积分:1
-
利用GOSSIP协议可以实现无线节点之间的路由选择.
利用GOSSIP协议可以实现无线节点之间的路由选择.-use GOSSIP agreement can be achieved between the wireless node routing.
- 2022-04-08 03:58:00下载
- 积分:1
-
自己用C# WPF仿FLASH小游戏设计的,WPF设计的界面实在让人惊叹,有兴趣可以下载看看,包括源码和可执行程序,程序特点是界面,非常精美,代码部分没有刻意处...
自己用C# WPF仿FLASH小游戏设计的,WPF设计的界面实在让人惊叹,有兴趣可以下载看看,包括源码和可执行程序,程序特点是界面,非常精美,代码部分没有刻意处理,包括自己定义的标题栏等-Their use of C# WPF imitation FLASH game design, WPF interface design is amazing, who are interested can download and see, including the source and executable programs, the program interface is characterized by very fine, some did not have any intention to deal with code, including its own definition of the title bar, etc.
- 2022-01-29 02:27:10下载
- 积分:1
-
随着计算机普及,网络的飞速发展,网络技术的成熟,计算机的发展为集办公、娱乐于一体新式工具。在这一背景下,网络游戏的需求与日俱增,五子棋作为传统游戏之一,其历史源...
随着计算机普及,网络的飞速发展,网络技术的成熟,计算机的发展为集办公、娱乐于一体新式工具。在这一背景下,网络游戏的需求与日俱增,五子棋作为传统游戏之一,其历史源远流长,而传统游戏的开发更符合用户的品味,更受用户的喜爱。
基于C/S模式使用JAVA语言开发的五子棋游戏程序,将五子棋游戏移植到网络中更符合现代人娱乐理念,满足用户异地自由选择游戏对手、游戏模式,也可以在游戏当中进行聊天,私聊、群聊等功能,便于用户实时进行信息交流。同时,注意从游戏的图形界面上优化,使得JAVA五子棋游戏软件具有很强的可操作性。
- 2023-02-15 01:00:04下载
- 积分:1
-
双 极 2 相 步 进 电 机 驱 动
双 极 2 相 步 进 电 机 驱 动-bipolar two phase stepper motor driver.
- 2022-02-21 20:17:54下载
- 积分:1
-
可以对操作系统的注册表进行读、写、删除操作
可以对操作系统的注册表进行读、写、删除操作-The registry of the operating system can read, write, delete
- 2022-01-28 21:55:46下载
- 积分: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