资源列表
[matlab例程] Modify ESO_Stress
说明:改进的渐进拓扑优化方法,以应力为设计目标(The improved progressive topology optimization method takes the stress as the design goal)<zhaohetao > 在 2025-09-28 上传 | 大小:8kb | 下载:0
[其他小程序] Graduation_Project
说明:smart antenna direction of arrival estimation<Al-ahmed > 在 2025-09-28 上传 | 大小:8kb | 下载:0
[3D图形编程] Network security
说明:network security for encryption<khaan > 在 2025-09-28 上传 | 大小:8kb | 下载:0
[OpenCV] Computer network
说明:computer network wireless and wire<khaan > 在 2025-09-28 上传 | 大小:8kb | 下载:0
[matlab例程] Cloud computing
说明:cloud computing regarding sec<khaan > 在 2025-09-28 上传 | 大小:8kb | 下载:0
[嵌入式/单片机编程] EFM8BB2_FLASH
说明:对flash的操作实例,软件擦出,读和写flash(This program tests all the functions available in EFM8BB2_FlashPrimitives.c // and EFM8BB2_FlashUtils.c. It uses a test data array to mimic the changes // made to the flash and test for correctness. While the test is run<Redcell > 在 2025-09-28 上传 | 大小:8kb | 下载:0
[界面编程] PB DataWindow 38个技巧
说明:PB DataWindow 38个技巧.txt 1. 使DataWindow列只能追加不能修改 如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下: 将每一列的 Protect 属性设置为: If( IsRowNew(), 0, 1) ) 在 Powerscr ipt 中可以动态修改 Protect 属性: dw_1.Modify("column_name_here.Protect='1~<ztzheng > 在 2025-09-28 上传 | 大小:8kb | 下载:0