-
二分法 在数组中找数
用二分法寻找输入的数字在不在数组中
- 2021-05-06下载
- 积分:1
-
批量打印ZwPldy
批量打印,效果可以自己查阅,还是比较好用的,试试吧(good job shuiyongshui zhidao ni buzhidao buneng guai wo)
- 2018-11-26 21:21:43下载
- 积分:1
-
C# 坦克大战 游戏代码
C# 坦克大战 游戏代码
- 2015-06-10下载
- 积分:1
-
顺序表
顺序表的初始化、插入、删除、查找实验,分别用四个子函数实现
- 2022-04-23 07:41:16下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
WMIDemo
WMI查询操作是学习wmi不错的例子,还是值得推荐的(WMI query is learning wmi good example is worthy of recommendation)
- 2014-01-03 22:10:53下载
- 积分:1
-
Bar_1
运用图像处理,运用滤波,闭运算,腐蚀,膨胀进行一维码即条形码的识别(The use of image processing, the use of filtering, closed computing, corrosion, expansion of one-dimensional code, that is, bar code identification)
- 2021-03-27 19:39:12下载
- 积分:1
-
LCD_DISP
液晶驱动的有需要的朋友可以下载查阅学习和了解(LCD driver in need of a friend can download access to learning and understanding of the)
- 2009-11-09 18:47:06下载
- 积分:1
-
WSAChat
一个漂亮的聊天对话框程序,不错吼,好了,今天传 了这么多了,主人要是再不让我下,我真的要汔死了,所有的好东西都传上去了,(a nice chat dialog procedures, sounds good, a good that today- so many, If the owner did not allow me again, I really want to countries in the death, all the good things- up, and)
- 2007-01-25 14:40:06下载
- 积分:1
-
Opnet
这是老师的实验设计说明,对于初学者非常有用,是4个实验完整的解说(This is the teacher of the experimental design, very useful for beginners, 4 complete explanation of the experimental)
- 2012-11-06 09:03:33下载
- 积分:1