-
Labwindows-CVI2010-Part11
Labwindows CVI2010软件主体11,由NI公司设计的数据采集编辑软件,全部11部分下载完后处理下即可(将各个部分的Labwindows CVI2010和.ZIP扩展名全部去掉) (Software, the main body of the Labwindows CVI2010 11, designed by the NI data acquisition and editing software, all Part 11 downloads After the treatment can be (all removed to various parts of the Labwindows CVI2010. ZIP extension))
- 2012-07-11 11:44:40下载
- 积分:1
-
xiaomi_usb_driver
说明: xiaomi_usb_driver.rar
- 2020-06-20 16:20:02下载
- 积分:1
-
源码和笔记
说明: 我们在整个游戏中,看到的所有内容,我们都理解为游戏对象。
那么每一个游戏对象,都是由一个单独的类创建而来。
为了便于我们程序的可扩展性,减少冗余代码,我们写一个父类,让这些游戏对象的子类
来继承我的父类,我在父类中,将子类中所共有的成员全部都封装起来。
应该记录游戏对象的横纵坐标
需要记录游戏对象的高度和宽度(All the content we see in the whole game is understood as the object of the game.
Then every game object is created by a separate class.
In order to facilitate the scalability of our program and reduce redundant code, we write a parent class to let the children of these game objects.
To inherit my parent class, I encapsulate all the members that are common in the subclass.
The abscissa and ordinate coordinates of the game object should be recorded
You need to record the height and width of the game object)
- 2018-12-24 10:57:43下载
- 积分:1
-
基于RBF神经网络(径向基)的非线性函数的拟合
说明: 该程序是对非线性函数进行拟合,并不是多输入单输出。采用RBF神经网络/径向基网络,对非线性函数进行回归拟合。(The program is to fit the non-linear function, not multi-input single-output. RBF neural network/radial basis function network is used to fit the non-linear function.)
- 2019-01-13 09:40:46下载
- 积分:1
-
cchenchangsheng_dilluted_water
陈长胜用FVCOM模式模拟长江冲淡水的经典力作,JGR的文章,很难得的哦
(Chen Changsheng simulated by CDW FVCOM classic masterpiece, JGR article, hard to come by Oh
)
- 2010-12-03 16:58:18下载
- 积分:1
-
SVM与LSSVM的模式识别介绍
说明: 竞争性自适应重加权算法(CARS)中的axisranfge.m(Command of band selection algorithm of cars-pls)
- 2020-05-24 20:45:15下载
- 积分:1
-
个人写的一个用于通讯录存储管理查询的小程序
个人写的一个用于通讯录存储管理查询的小程序-Written in a personal address book storage management for the query applet
- 2022-05-28 22:08:00下载
- 积分:1
-
30-813N
A Rapid MPPT Algorithm Based on the Research of Solar Cell’s Diode
Factor and Reverse Saturation Current
- 2010-09-16 18:41:10下载
- 积分: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
-
企业信使企信通短信平台
企业信使/企信通短信平台是一个集多种短信业务功能和管理功能于一体的短信服务多功能运营平台,具有稳定可靠、模块化、开放性、灵活性等特点,它既适用于各行业企业集团做行业短信信应用(Enterprise messenger / ICT enterprises SMS platform is a set of multiple SMS service function and management function in one of the short message service multifunctional operation platform, has the characteristics of stable and reliable, modular, openness and flexibility, it is suitable for the industry group do SMS application letter)
- 2018-02-11 23:00:05下载
- 积分:1