-
口味
Stm32fsmc,Mostas exemplos fsmc 段 stm32f 段液晶 muito 法律
- 2022-03-24 16:12:39下载
- 积分:1
-
MPC 运动控制卡示例 VCMFC
MPC 运动控制卡示例 VCMFC 方便学习使用 多个例程插补
- 2022-04-24 17:19:28下载
- 积分:1
-
C#经典实例程序(55个源码例子)非常适合初学者,是学习的好帮手...
C#经典实例程序(55个源码例子)非常适合初学者,是学习的好帮手-C# Classic examples of procedures (55 source code examples) are very suitable for beginners, is learning a good helper
- 2022-02-11 13:05:30下载
- 积分:1
-
实现货币金额中文大写转换的程序
实现货币金额中文大写转换的程序-realize the amount of Chinese currency capital conversion process
- 2022-04-18 06:57:51下载
- 积分:1
-
3Kg电子秤源代码(自编)
3Kg电子秤源代码、自己调试好的
int main(void)
{
Init_HX711pin();
delay_init();
BEEP_Init();
NVIC_Configuration(); //ÉèÖÃNVICÖжϷÖ×é2:2λÇÀÕ¼ÓÅÏȼ¶£¬2λÏìÓ¦ÓÅÏȼ¶
uart_init(9600); //´®¿Ú³õʼ»¯Îª9600
Get_Maopi(); //³ÆÃ«Æ¤ÖØÁ¿
delay_ms(1000);
delay_ms(1000);
Get_Maopi(); //ÖØÐ»ñÈ¡Ã«Æ¤ÖØÁ¿
while(1)
{
Get_Weight();
if(Weight_Shiwu>100)
GPIO_SetBits(GPIOB,GPIO_Pin_8);
delay_ms(1000);
GPIO_ResetBits(GPIOB,GPIO_Pin_8);
printf("¾»ÖØÁ¿ = %d g
",Weight_Shiwu); //´òÓ¡
delay_ms(1000);
}
}
- 2022-01-25 18:29:29下载
- 积分:1
-
基于51单片机温度报警
基于51单片机的ds18b20温度传感器的具体应用,其中包括完整的18b20驱动。可直接使用。
- 2022-04-27 06:08:46下载
- 积分:1
-
CSharpThunder-5
C#迅雷5界面代码
仿迅雷5界面WinForm代码,含
迅雷主界面
新建任务界面和下载属性界面
迅雷配置界面,几乎包含迅雷5的所有功能界面
注意:功能尚未实现(C# interface code Thunder 5
Imitation Thunder 5 interface WinForm code, including
Thunder the main interface
New Task interface and download the interface properties
Thunder configuration interface for almost all the features of the interface Thunder 5
Note: Function not implemented
)
- 2011-12-14 15:47:05下载
- 积分:1
-
C# 使用Binding对象读取图像字段
C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。
向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:
private void button2_Click(object sender, EventArgs e)
{//从SQL Server数据库读取图像
var MySQL = "Select * From MyImageTable ";
var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");
var MySet = new DataSet();
var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);
MyAdapter.Fill(MySet);
byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];
var MyStream = new System.IO.MemoryStream(MyBytes);
this.pictureBox1.Image = Image.FromStream(MyStream);
}
- 2022-01-25 16:04:56下载
- 积分:1
-
asp .net实现拓扑图
资源描述asp 实现拓扑图。将拓扑图用网页的形式展现。
- 2022-08-18 15:56:26下载
- 积分:1
-
操作系统课程设计源码
西安电子科技大学操作系统课程设计参考源码,内含Linux内核下的系统调用的直接实现与内核模块方式实现、proc文件系统的简单应用、字符设备驱动的简单功能实现
- 2022-02-27 05:29:32下载
- 积分:1