-
GPS-data-parse
这是关于GPS的数据解析。譬如GPRMC的数据格式,每个接受字符的意义等等。用于对数据进行分析。(This is about the GPS data analysis. GPRMC data format example, the meaning of each character so accepted. Is used to analyze the data.)
- 2013-06-01 16:49:43下载
- 积分:1
-
c# (蓝牙 WiFi 串口 )通讯接口
工业设备串口通讯接口。支持16进制数据或字符串。C#调用蓝牙的程序,也就是使用普通版本的.NET Framework来调用编程,一般是有蓝牙的笔记本电脑,或者使用外接蓝牙设备的电脑。Wifi是直接通过本机的局域网与局域网里的设备通讯。
- 2023-08-29 03:40:03下载
- 积分:1
-
JavaLauncher_EKA2
this file is used to activate app on startup of nokia mobile.
- 2013-09-05 14:50:11下载
- 积分:1
-
中国象棋源码
运用vc开发的界面象棋游戏,主要运用基本的vc 函数编写.可帮助vc朋友运用算法及函数调用,进一步理解vc的机理.(use vc development of the interface chess games, primarily using basic function vc prepared. Friends can help vc used algorithm and function call, vc further understand the mechanism.)
- 2005-05-24 14:11:28下载
- 积分:1
-
RentalSystem
C#汽车租赁系统源代码,可完成租车、还车、新车入库信息登记,查询租车信息,精选C#学习源码。(C# car rental system source code, can be completed car, car, car storage information registration, query the rental information, select C# learning source.)
- 2013-12-17 13:16:57下载
- 积分:1
-
revit二次开发获取纹理贴图
过IExportContext导出类中的Onmaterial()方法,可以获取到材质相关信息,主要是材质ID,再根据材质ID得到材质对象material,然后通过如下代码获取Asset对象:
ElementId appearanceId = material.AppearanceAssetId;
AppearanceAssetElement appearanceElem = document.GetElement(appearanceId) as AppearanceAssetElement;
Asset theAsset = appearanceElem.GetRenderingAsset();
这个Asset对象里面就包含了所有外观渲染相关的数据,包括材质的贴图。判断属性名为“unifiedbitmap_Bitmap”的属性,即为想要的纹理图,具体Asset属性的读取可以在Revit的API文档中搜Asset,会有例子介绍。
- 2023-06-13 01:00:03下载
- 积分:1
-
超声波测距仪_基于STM32F103C8T6核心板
Ultrasonic range finder based on STM32F103
- 2019-03-28 00:06:10下载
- 积分:1
-
ebike_load_test
电动车控制器测功机随机产生器(可以模拟电动车实际路况进行寿命实验)
编译软件:WinAVR-20050214(Electric Bicycle Controller dynamometer random generator (which can simulate the actual road electric vehicles to perform a lifetime experiment) to compile the software: WinAVR-20050214)
- 2009-12-26 11:59:38下载
- 积分:1
-
UI缩放功能实现
【实例简介】UI缩放功能实现
根据不同分辨率,控件能够自动缩放
- 2021-11-30 00:45:50下载
- 积分:1
-
LOD
这款小DEMO是关于自己学习LOD地形分层算法的例子,其中简单显示了实现算法的过程(The DEMO is a small study on their own examples of LOD terrain hierarchical algorithm, which simply shows the process of algorithm)
- 2010-11-29 21:53:33下载
- 积分:1