-
renshiguanli
A simple Android version of personnel management student work source code, including staff information management, personal wage information management, department management and a comprehensive query function, all information is stored in the mobile phone SQLite
- 2020-06-22 19:40:02下载
- 积分:1
-
一个MP3的发展,所需的所有技术文件,包括我。
开发一个mp3,所需要的各种技术文档,包括芯片资料。解码芯片的,闪存的,以及运放等-The development of an mp3, all the required technical documentation, including information on the chip. Decoder chips, Flash memory, as well as the operational amplifier, etc.
- 2022-08-15 07:46:46下载
- 积分:1
-
Feature Matching
Feature Matching-关于图像特征点配准方面的一篇好的外文文章-Feature Matching-on image feature point registration area of a good foreign-language article
- 2023-06-12 15:50:04下载
- 积分:1
-
该文档包括了c语言中最常用的库函数的基本用法,对于c语言爱好者有一定的帮助。...
该文档包括了c语言中最常用的库函数的基本用法,对于c语言爱好者有一定的帮助。-the document include the c language most commonly used for the basic function of usage, c language lovers can help.
- 2022-07-01 06:27:32下载
- 积分:1
-
在LabVIEW里实现PLC中的下降沿触发的功能
在LabVIEW里实现PLC中的下降沿触发的功能-PLC in LabVIEW to achieve the falling edge trigger function
- 2023-07-20 10:55:03下载
- 积分:1
-
测试2
说明: 新手点亮液晶屏可观看,翻页显示,以最基础的代码(The novice lights up the LCD screen to be able to watch, turn over the page to display, with the most basic code)
- 2020-06-24 17:00:02下载
- 积分:1
-
在程序中如何更改缺省打印机,在vb下如何做到?
在程序中如何更改缺省打印机,在vb下如何做到?-In the procedure how to change the default printer in vb how to do this?
- 2023-01-29 14:40:04下载
- 积分:1
-
unix小程序,里面包含有100多个小程序,可以供初学者学习,在linux下通过...
unix小程序,里面包含有100多个小程序,可以供初学者学习,在linux下通过-small programs, which contains more than 100 small programs, for beginners to learn, through the linux
- 2023-03-18 12:35:04下载
- 积分:1
-
MODBUS调试软件
说明: 这是一款用于测试有关于MUDBUS协议的软件,对于初学者也是不错的选择(MUDBUS is a great tool for testing the MUDBUS protocol)
- 2019-05-31 15:59:58下载
- 积分: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