-
1019-智能控温风扇系统
说明: 51单片机智能控温风扇系统,DS18B20一路测温,直流电动机控制(51 single chip microcomputer intelligent temperature control fan system, DS18B20 one-way temperature measurement, DC motor control)
- 2020-05-25 11:29:44下载
- 积分:1
-
02_STM32F103_system_radio_LowPwr_CAD
说明: stm32f103芯片驱动SX1278,小型RTOS,处理SX1278信号,空中唤醒(STM32F103 chip drives sx1278, small RTOS, processes sx1278 signal, wakes up in the air)
- 2020-10-20 21:37:24下载
- 积分:1
-
6876
小波包分析提取振动信号中的特征频率,表示出两帧图像间各个像素点的相对情况,用MATLAB实现动态聚类或迭代自组织数据分析。( Wavelet packet analysis to extract vibration signal characteristic frequency, Between two images showing the relative circumstances of each pixel, Using MATLAB dynamic clustering or iterative self-organizing data analysis.)
- 2017-05-22 23:26:26下载
- 积分:1
-
C# 创建SQL RAND()随机数查询数据库
C# 随机读取数据库中几条记录,使用了SQL语句中的RAND()来实现随机查询,根据生成的随机数查询记录,最终将查询的数据返回到DataTable对象中显示出来,实现本随机查询的核心代码如下示:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Student WHERE 学生编号=22050110+FLOOR(RAND()*10)");//创建了随机查询
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-22 05:10:03下载
- 积分:1
-
ABB-HART
工业现场HART通信产品开发协议,为编程人员提供编程标准。(HART communication products of industrial field development agreement for the programmer to provide programming standards.)
- 2020-11-20 14:49:36下载
- 积分:1
-
AAron-Hileglas-Objective-C-programming-for-iOS-an
ios Mac os programming
- 2013-09-14 22:01:28下载
- 积分:1
-
LED音乐频谱
说明: 基于STM32F407的LED音乐频谱,AD+DMA采集音乐信号,利用FFT运算得出音乐频谱,通过10*8的LED点阵显示的音乐频谱单片机代码(Based on the LED music spectrum of STM32F407, AD+DMA collects the music signal, obtains the music spectrum by FFT operation, and displays the music spectrum code by 10*8 LED dot matrix.)
- 2019-04-25 10:19:29下载
- 积分:1
-
MATLAB
this is a file that about matlab
this is a file that about matlab
- 2013-07-28 00:38:42下载
- 积分:1
-
网页转发0.2.0测试版本
一、方案名称:填写要设置的方案的名称。二、网址:填写http网页网址。三、点击“测试文本”。四、配置相关处理内容。1.选取标记 选取需要的内容。①格式:标记,字数,延后,其中各内容之间以“,”分割。②多个选取之间以“|”分割。③留空为跳过过该配置。图例:2.关键词 包含关键词时,方转发内容。①多个关键词之间以“|”分割。②消息包含多个关键词时,仅生效一个。3.删除内容 删除不需要的内容。①多个删除内容之间以“|”分割。②默认删除文本中所有内容。4.清除空行 清除一定数量的空行。①自行设置需要清楚的空指令。10.推送 设置推送。五、点击添加/修改,添加方案。该版本为测试版本0.2.0,本版本将在测试后停止使用。请在使用时反馈插件BUG,请不要反馈功能建议。(Scheme Name: Fill in the name of the scheme to be set. 2. Web Site: Fill in the HTTP Web Site. 3. Click "Test Text". 4. Configuration of relevant processing content. 1. Select tags to select what you want. Format: Mark, number of words, delay, among which the content is divided by ")
- 2018-12-27 01:14:58下载
- 积分:1
-
GA
说明: Malab实用的编辑程序,能够帮助大家实现遗传算法的编程。(Malab useful editing program, can help you achieve the programming of genetic algorithm.)
- 2014-08-08 09:30:16下载
- 积分:1