-
用msp430 控制DS18B20-------------是应用430的好例子...
用msp430 控制DS18B20-------------是应用430的好例子
- 2022-03-09 15:30:09下载
- 积分:1
-
MPM3D-F90-master
说明: 张雄mpm的开源软件,很简单实用,现在已经出了非开源版本。(Zhangxiong MPM open source software, very simple and practical, has now been out of the non-open source version.)
- 2020-06-18 11:00:01下载
- 积分:1
-
Performance_of_NOMA_Based_CRS-main
说明: WIRELESS COMMUNICATION
- 2021-03-25 13:49:52下载
- 积分:1
-
引定位代码
jQuery顶部固定标题索引定位代码是一款仿百度知道文章内容页面滚动顶部固定标题索引定位效果代码。(JQuery Top Fixed Title Index Location Code is a code that imitates Baidu Knows Article Content Page Scroll Top Fixed Title Index Location Effect Code.)
- 2019-03-29 15:31:12下载
- 积分:1
-
classifier_cnn
说明: 利用MATLAB实现一个基于CNN的图像分类算法(Implementing an image classification algorithm based on CNN with MATLAB)
- 2019-01-13 16:04:12下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
bpa_procedure
基于python的BPA的一个工具包,包括调用函数读取.out文件等(Of BPA, a python based toolkit, including calling the function read. Out files)
- 2021-01-14 18:38:46下载
- 积分:1
-
ms SQL 和 sql anywhere 数据库管理实用工具源码
ms SQL 和 sql anywhere 数据库管理实用工具源码-sql anywhere SQL and database management tools usable source
- 2022-01-28 02:10:15下载
- 积分:1
-
点击选中列表样式代码
说明: jQuery点击选中列表样式代码是一款鼠标点击勾选选中列表特效。(JQuery Click Check List Style Code is a mouse click Check List effect.)
- 2019-04-08 15:45:25下载
- 积分:1
-
Based_2_henkel_IALM_MC_DOA_music
说明: 利用2重hankel矩阵 变换恢复出全零行的数据,解决阵元受损的情况或对阵元进行降采样(Using the 2-fold Hankel matrix transformation to recover the data of all zero rows, to solve the damage of array elements or to reduce the sampling of array elements)
- 2019-11-18 22:01:22下载
- 积分:1