-
TabbedMDIChildForms
说明: C# Tabbed MdiParent applicatioin source code
- 2019-12-04 20:15:26下载
- 积分:1
-
ESP8266一对一通信
实现两个esp8266在stm32f103上的简单通信例程(Implementation of two simple communication routines on esp8266 on STM32F103)
- 2020-11-25 14:29:33下载
- 积分:1
-
TPM Smart Card Sample Code
此代码由microsoft提供,用于在windows 8及更高版本上创建TPM智能卡、更改Pin等操作。
- 2022-03-02 22:56:23下载
- 积分:1
-
ado_sqlserver
VC上用ADO接口方式访问SQL Server 2005 测试程序(VC on the interface with ADO access to SQL Server 2005 test program)
- 2013-09-17 18:52:09下载
- 积分:1
-
AVR-CDC
AVR-CDC是一个能用单片机来模拟USB接口转换成232,因单片机的速度限制,只能够模拟USB1.1。(AVR-CDC is a microcontroller can be used to convert analog USB interface 232, the speed limit because the microcontroller can only simulate USB1.1.)
- 2011-09-23 22:17:52下载
- 积分:1
-
HighTec_BaseFramework_TC27xC_Demo_QSPI_DMA
说明: 英飞凌tc275的Qspi的使用例程,使用工具是Hightec(Qspi routine for Infineon tc275,Infineon Tc275 Qspi routine, using tools are Hightec)
- 2019-01-09 15:36:37下载
- 积分:1
-
GolfAir
说明: AE调用GP工具箱使用ArcGIS的自带功能解决实际问题的案例(AE programming tutorial)
- 2020-03-22 18:48:24下载
- 积分:1
-
ccf计算机考试代码
这个是本人考过了的ccf计算机等级考试的代码,是自己在学习的过程中,自己慢慢摸索的,是经过运行可以通过的,希望大家要考试的人可以看看,
- 2023-07-15 20:10:03下载
- 积分:1
-
HomeManagementSystem2
房屋中介管理系统,包括房屋的出租、出卖、登记、管理等功能(Housing agency management system, including housing rent, sell, registration, management and other functions)
- 2014-03-05 15:02:19下载
- 积分: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