搜索资源列表
科学计算方法_51_256
- 51汇编语言,格式为.chm文件,这个好象就是九十年代初孙涵芳(如果我没记错的话)写的一 本书后附的子程序。子程序不全对,至少有个除法的余数有问题,扩大了2倍,我记不清是哪个了,你把其中的一个左移语句去掉就行了,别的记不得了。欢迎常联系。-51 assembly language format. Chm documentation, It was like the early 1990s-wu (if I remember correc
vb位操作函数
- 在vb中对字节变量进行位操作的函数。包括左移、右移、置位、复位、位判断操作。-in vb to byte variable-bit operations functions. Including the left, the death, at home, reset, judgment-operation.
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程
RightJustify
- 可以从右面输入文字,且文字自动左移,鼠标始终定位在右边-can enter text from the right side, and text automatically bits, mouse always in the right position
LED源程序
- 显示16*16点阵汉字左移程序,可扩展为大屏幕显示-show the 16 * 16 bits lattice Chinese procedures, which can be expanded for the big screen
3D_world
- 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\\windows\\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左
guanggaodeng(qubiao)
- 利用取表的方法,使端口 P1 做单一灯的变化:左移 2 次,右移 2 次,闪烁 2 次(延时的时间 0.2 秒)。 -through the removal of the table, so a single port P1 lights change : the left two times, two times MOVING RIGHT, Stars 2 (delay time of 0.2 seconds).
453123
- 字处理演示程序 实现书上程序已经有的字处理功能,即左移,右移和插入的功能 扩展该字处理程序的功能,使其拥有上移,下移和删除的功能 -word processing demonstration program written procedures have been some word processing function, which is to the left. the shift to right and inser
广告灯的左移与右移
- 广告灯的左移与右移
IDRHEWH
- LED显示4个汉字,并且实现汉字在LED上的左移程序-LED display four characters, and the realization of Chinese characters on the left in the LED process
LEDmain
- 一款8字左移源程序(已调试成功),有兴趣的可以下载-An 8-word left source (already debugged), interested can download
利用循环左移函数流水灯
- 利用_crol_命令对IO口实现循环左移函数流水灯,(FlashLED using the loop left shift function)
13-双灯左移右移闪烁
- 13-双灯左移右移闪烁(The 13- lamp flashes left shifted to the right)
37-数码管左移
- 37-数码管左移(37- digital tube left shift)
40-数码管循环左移
- 40-数码管循环左移(40- digital tube loop left shift)
8-8位LED左移
- 8-8位LED左移(8-8 bit LED left shift)
8-8位LED左移
- 学习单片机开发小程序,实验效果:8为LED左移,开发环境keil(Learning microprocessors to develop small programs, experimental results: 8 for LED left shift, development environment KEIL)
10-LED循环左移
- 演示LED循环左移程序,初学单片机开发必备程序(Demo LED cycle left shift program, first learn the necessary program for the development of single chip microcomputer)
1-6利用C51库函数调用做左移一位流水灯
- 1-6利用C51库函数调用做左移一位流水灯(Flow lamp)