-
VB进制转换子程序,各种进制转换都有,非常好用
VB进制转换子程序,各种进制转换都有,非常好用-VB hex conversion subroutines, all kinds of binary conversions are very easy to use
- 2023-08-16 23:30:04下载
- 积分:1
-
四码子,西北人的游戏。连三胜。这种棋类游戏没有五子棋那么难。特别适合开发小孩子的智力。
四码子,西北人的游戏。连三胜。这种棋类游戏没有五子棋那么难。特别适合开发小孩子的智力。-Four different, northwest of people game. Even three wins. This chess game is not so difficult Gobang. Particularly suited to the intellectual development of children.
- 2022-02-02 22:36:52下载
- 积分:1
-
很好的C++学习课件,内容很全面,讲解也很详细.
很好的C++学习课件,内容很全面,讲解也很详细.-Good C++ Learning courseware, content is very comprehensive, very detailed brief.
- 2023-07-04 03:30:04下载
- 积分:1
-
hdq总线的编程,代码详尽,注释清晰,程序清晰明了
hdq总线的编程,代码详尽,注释清晰,程序清晰明了-Bus hdq programming, code and detailed, clear notes, procedures clear
- 2022-09-12 11:20:02下载
- 积分:1
-
avr串口开发,计算串口的数据,及开发的代码
avr串口开发,计算串口的数据,及开发的代码-avr development, the calculation of serial data, and the development of the code
- 2023-08-27 20:05:04下载
- 积分:1
-
DSP281x_GlobalVariableDefs global variable source
DSP281x_GlobalVariableDefs全局变量源程序-DSP281x_GlobalVariableDefs global variable source
- 2022-02-06 23:14:31下载
- 积分:1
-
俄罗斯方块,超强的算法,使用java语言编写。希望大家支持
俄罗斯方块,超强的算法,使用java语言编写。希望大家支持-Russian box, powerful algorithms, using java language. I hope you will support
- 2022-03-16 16:10:56下载
- 积分:1
-
An example iphone application.
An example iphone application.
- 2022-03-07 20:27:47下载
- 积分:1
-
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和...
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-A company to transfer data using public telephones, the data is four integers, in the transmission process is encrypted, encryption rules are as follows: Each figures with five, and then divided by 10 instead of the more than a few numbers, and then The first and fourth exchange, the second and third exchange.
- 2022-01-26 00:00:43下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1