搜索资源列表
snake
- 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方向,而且只是 * 保
shuangzijiechabiao
- 双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored i
snake
- 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方向,而且只是 * 保
odd
- 很高效的判断组合数C(n,k)的奇偶性。 巧妙的使用了位运算。时间复杂度为O(1). 避免使用大数类。-Very efficient to determine the number of combinations C (n, k) parity. Clever use of digital computing. Time complexity is O (1). To avoid the use of large numbers
bam
- 利用hopfield网络进行判断和分类的奇偶分类算法-Hopfield networks use to determine and classify the parity classification algorithm
4
- 从键盘输入1位十进制值,判断其奇偶性,若为奇数,在屏幕上输出1,否则为0。-Keyboard input from a decimal value, to determine its parity, if odd, the screen output 1, otherwise to 0.
calculation
- 这是一个可以进行累加和累乘的vb运算程序,并且可以判断结果的奇偶性-calculation
Joqh
- 1.试编写一程序,用以判断一个五位整数n各位数字的奇偶性,并求出它们的和。 运行结果提示 偶数个数: 2 奇数个数: 3 注:需要判断输入的是不是数字,并且是不是五位数。-jiouqiuhe
MyProjects
- 求平均数,求最大公约数,判断奇偶性,判断完全数,判断是否为质数-Average demand, find the common denominator, determine the parity, total number of judgments, to determine whether a prime number
NeuralNetWork
- 人工神经网络判断0~9个数的奇偶性,可以适当扩大判别范围-Artificial neural network to determine the number of 0 to 9 parity, you can determine the appropriate scope of expansion
zhengfujiou
- 判断数值的正负奇偶,并以对话框形式显示,基于labview-Determine the value of the positive and negative parity, and the dialog box is displayed, based on labview
To-determine
- 判断一个整数的奇偶性,适合初学者,是实验内容-To determine the parity of an integer
judge-the-digital-parity-
- 一个能判断数字奇偶的vb小程序,大家可以下载试试,对初学者来说很有帮助的哦。-One can judge the digital parity vb program, you can download to try, very helpful for beginners.
jioushu
- 输入一个数求其奇偶,奇数则判断是否为素数,若是则输出孪生素数,偶数则变成两个素数之和-Enter a number to find the parity, odd-numbered determine whether the primes, if the output of twin primes, even into the sum of two primes
ETP
- 从键盘上输入一个数据,判断其奇偶性,若是偶数,将其分解为2个素数之和(例如:6=3+3,18=11+7,.......),若是奇数,判断其是否为素数,若是素数,找出其孪生素数(例如:5的孪生素数为3和7,11的孪生素数为13,.......)-A data input from the keyboard, determine the parity For even, be decomposed into the sum of two p
MonitorB
- 用VHDL写的一个信息监视系统,包括对信息的整形、串并转换和奇偶校验等 还有状态的判断,信息格式的判断等 一个监视器-VHDL write a monitoring system, including the shaping of information, serial-to-parallel conversion and parity status judgment, the judgment of the information f
expe641
- 输入一位数字判断其奇偶性,奇数输出1,偶数输出0-Enter a digital determine its parity, odd-numbered outputs 1, even-numbered output 0
text
- 输入任意大小的三个整数,判断其中是否有两个奇数一个偶数。若是则输出“yes”,不是则输出“not”(Enter three integers of any size to determine whether there are two odd numbers or an even number. If you export "yes", then "not" is not")
odd_even_check
- 用于检查数据的正确性。具体而言,在发送端,通过增加校验位,使有效数据位和校验位组成数据校验码;在接收端,根据接收的数据校验码判断数据的正确性。(For correcting the correctness of the data. Specifically, at the transmitting end, the valid data bits and the parity bits are added to the data che
奇偶性判断
- 用于奇偶性的判断,使用这个程序可以大大减少人的工作量,方便,准确(For the judgment of parity, the use of this program can greatly reduce the workload, convenience and accuracy of the person)