-
frmVIP
对图像进行识别,区分是那些纸牌。可以区分每一张纸牌的花色,C#写的(Identify the image and distinguish the cards. Can distinguish the color of each card, written in C #.)
- 2020-06-25 02:00:01下载
- 积分:1
-
低气压保护
基于STC15F开发的航模启动起落架低气压保护程序(Low pressure protection program for landing gear starting and landing gear based on STC15F)
- 2018-02-05 22:12:26下载
- 积分:1
-
quite practical flash of the original code, it can provide a lot of information
相当实用的flash原代码,可以提供很多信息
- 2022-05-01 02:31:13下载
- 积分:1
-
这是一个用multisim10做的一个万用表,用的全波整流,欢迎借鉴。...
这是一个用multisim10做的一个万用表,用的全波整流,欢迎借鉴。-This is a multisim10 to do with a multimeter, using the full-wave rectifier, welcome to draw on.
- 2022-02-15 16:43:58下载
- 积分:1
-
pans-slides
这是关于迁移学习的一个slides,介绍了当前迁移学习的一些进展和前沿工作。(This is a slides about migration learning. It introduces some progress and frontier work of current transfer learning.)
- 2017-06-19 15:53:22下载
- 积分:1
-
23725EKF
说明: 卡尔曼滤波估算SOC,可以实现仿真,可以自己修改(Estimation of SOC by Kalman filter)
- 2021-01-06 23:48:54下载
- 积分:1
-
mmc_offshore_wind
说明: 介绍柔性直流输电工程,受断与风电场连接,通过该模型可以学习(This paper introduces the flexible direct current transmission project, which is connected with wind farm and can learn from the model)
- 2020-06-02 16:57:37下载
- 积分:1
-
这是一个不错的ASP的翻页程序,和大家一起分享。
这是一个不错的ASP的翻页程序,和大家一起分享。-This is a good page of the ASP program, and the U.S. share.
- 2023-01-04 07:05:03下载
- 积分: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
-
selenium系列
说明: Selenium frame 简单应用 元素定位(Selenium frame Simple Application Element Location)
- 2020-06-16 09:00:01下载
- 积分:1