-
LED电子钟(html5 CSS3 jquery)联合打造
精美的一款LED电子钟,由html5 CSS3 jquery联合打造,模拟的电子屏钟表,显示星期几和上午下午,秒数字会和系统时间保持一致不断走动,如截图所示,很漂亮。
- 2022-06-28 21:21:19下载
- 积分:1
-
BeginningSQL
This one of the good tutorial about SQL for beginners.
- 2010-08-16 19:17:56下载
- 积分:1
-
jquery瀑布流排列样式代码
说明: JQuery waterfall flow arrangement style code is a jQuery waterfall flow code based on gridify. JS plug-in
- 2019-05-08 17:03:30下载
- 积分:1
-
新建文件夹
航空发动机JT9D模型,可用于航空发动机建模以及控制(JT9D Model of Aeroengine)
- 2019-07-04 16:59:53下载
- 积分:1
-
图像重采样
本代码基于MATLAB平台,对图像进行重采样处理(This code is based on the MATLAB platform, for image resampling)
- 2017-12-28 21:56:42下载
- 积分:1
-
大数据
说明: 该程序实现了对网站数据的爬虫以及词云图,各个省份疫情图,中国疫情图和世界疫情图。(The program realizes crawler and word cloud map of website data, epidemic map of each province, epidemic map of China and epidemic map of the world.)
- 2021-03-05 09:59:31下载
- 积分:1
-
Java语言拥有三大特征:平台无关性、网络移动性和安全性,而Java体系结构对这三大特征提供了强大的支持和保证,本文着重介绍Java体系结构对支持信息安全的原理...
Java语言拥有三大特征:平台无关性、网络移动性和安全性,而Java体系结构对这三大特征提供了强大的支持和保证,本文着重介绍Java体系结构对支持信息安全的原理和使用方法。 -Java language has a three main features: platform-independent, network mobility and security, and Java the three major characteristics of this architecture provides a powerful support and guarantee that this article focuses on Java architecture to support information security principles and the use of methods .
- 2022-04-22 13:39:33下载
- 积分: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
-
VB 摄像头视频远程传输实例
主要功能是可以控制和监视客户端,如捕捉客户端屏幕、发送消息到客户端、锁定客户端、解锁客户端、控制注销客户端(The main functions are to control and monitor the client, such as capturing the client screen, sending messages to the client, locking the client, unlocking the client, and controlling the logout client.)
- 2020-06-15 22:55:01下载
- 积分:1
-
AFWA-otsu -dim2
烟花算法,以及优化方法,包含数据,多输入数据等(evaluateArray.m;opt_FWA.m;explosionSparksGenerate.m)
- 2020-06-17 13:40:02下载
- 积分:1