-
MPU6050
stc12c5a60s2读取mpu6050六轴原始数据(stc12c5a60s2 read mpu6050 six-axis raw data)
- 2013-08-04 00:11:20下载
- 积分:1
-
grain boundary particles percent
说明: 根据二维材料组织图数据,计算晶界不同位置处(晶内、晶界或晶角)第二相粒子的数目和比例。(The number and proportion of the second phase particles at different locations of grain boundary (intragranular, grain boundary or grain angle) are calculated according to the data of two-dimensional material histogram.)
- 2020-06-21 03:00:01下载
- 积分:1
-
oled显示代码
1,开发板的OLED和LCD共用一个接口,插OLED模块的时候,靠左插即可.
2,默认用的8080方式驱动OLED模块,所以OLED模块的BS0,BS1都需要接VCC(默认接的VCC).
3,本例程汉字库的取模方式同标准例程OLED显示实验的ASCII取模方式完全一样,汉字大小为24*24。
,OLED将显示ALIENTEK MiniSTM32 开发板等字样. 同时DS0闪烁,提示程序正在运行.
- 2023-07-03 23:30:03下载
- 积分:1
-
New3DSLoader
经过完善的OpenGL导入3ds的程序,场景里有3ds做的铲车、仓库和地板(After a comprehensive program OpenGL import 3ds, 3ds scene has to do forklift, warehouse, and the floor)
- 2020-08-31 16:48:09下载
- 积分:1
-
C# LockThread()锁定线程以实现线程同步
C# 使用LockThread()方法实现线程监视监控的例子,锁定线程以实现线程同步,实现方法比较简单,可参考以下的代码,完整的代码可在本网页下载:
static void Main(string[] args)
{
Program myProgram = new Program();//实例化类对象
myProgram.LockThread(); //调用锁定线程方法
Console.ReadLine();
}
void LockThread()
{
Monitor.Enter(this);//锁定当前线程
Console.WriteLine("锁定线程以实现线程同步");
Monitor.Exit(this); //释放当前线程
}
- 2022-02-20 05:30:05下载
- 积分:1
-
SVM
SVM的C语言实现代码,可以直接移植到自己的工程中。(SVM' s C language code can be directly transplanted into their own works.)
- 2012-12-18 13:33:07下载
- 积分:1
-
一个用C#编写的点对点文字聊天程序。分为服务端和客户端,只需将两者结合为一个程序,就会更加完美了。...
一个用C#编写的点对点文字聊天程序。分为服务端和客户端,只需将两者结合为一个程序,就会更加完美了。-a C# language prepared by the peer-to-peer chat program. Divided into services and clients, only to a combination of the two procedures will be more perfect.
- 2022-01-21 21:23:47下载
- 积分:1
-
C# LINQ 销售单查询实例
C# 使用LINQ进行销售单查询实例,可关联销售单列表和销售商品列表 ,包括了销售单号 = b.SaleBillCode, 销售日期 = b.SaleDate,销售员 = b.SaleMan, 商品名称 = p.ProductName,数量 = p.Quantity,单价 = p.Price,金额,代码中同时自定义了销售单据类和销售商品类,用以完成对应功能,在代码编写时定义了LINQJoin类,这些方法和函数都在LINQJoin类中。
- 2022-05-23 08:43:26下载
- 积分:1
-
现代信号处理教程_胡广书
说明: 很多matlab例子(many examples Matlab)
- 2005-12-01 09:25:59下载
- 积分:1
-
pingban
平板层流问题计算以及同位网格上的SIMPLE算法(Tablet computing and laminar flow problems with the grid on the SIMPLE algorithm)
- 2013-07-02 21:30:49下载
- 积分:1