-
student-information
用于完成对学生的信息的管理,可以通过学号来删除或加入成员等一系列操作(For the completion of student information management, you can learn sign to remove or add members to a series of operations)
- 2013-07-13 17:16:43下载
- 积分:1
-
VisualStudio2010入门教程
VS2010的入门讲解,适合新手使用,学习如何使用VS2010.(Introduction to VS2010)
- 2020-06-24 08:20:02下载
- 积分:1
-
C#工业软件控件
工业控制用到的仪表,按钮等操作 ,可以方便自动化集成。(Instruments buttons and other operations used in industrial control can facilitate automatic integration)
- 2018-11-01 23:06:18下载
- 积分:1
-
这是一个web的树控件,很好用
这是一个web的树控件,很好用-This is a web of tree controls, good use
- 2022-01-21 06:18:39下载
- 积分:1
-
PBKDF2/HMAC-SHA256 C语言实现
自己写的PBKDF2/HMAC-SHA256算法,里面还包含了SHA256 , HMAC-SHA256等算法实现
- 2022-08-17 01:15:31下载
- 积分:1
-
3能用但看不懂,而且一看就很厉害
说明: 风电预测:能用但看不懂,而且一看就很厉害,加油!(Wind power forecast: It can be used but not understood, and it is very powerful at a glance. Come on!)
- 2020-07-12 02:51:52下载
- 积分:1
-
Winsock
关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
- 2010-12-19 23:20:09下载
- 积分:1
-
SFS相关所有
利用SFS算法实现3D图像重建,附带有图片实现(3D Image Reconstruction Using SFS Algorithms)
- 2019-04-25 10:34:23下载
- 积分:1
-
shiper
Воронежский гос университет, задача по сям
- 2009-10-11 01:30:49下载
- 积分: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