摘要: 1 /* TODO: Add your application code here */ 2 /* 3 此程序主要演示的是name_switch (设置名称显示) 4 */ 5 UF_initialize(); 6 7 //MODL_create_block1 8 UF_FEATURE_SIGN s 阅读全文
posted @ 2019-12-21 13:09 你好我叫赵老师 阅读(436) 评论(2) 推荐(1) 编辑
摘要: /*主要演示 UF_PART_export_with_options 这个函数 */1 //设置class_dialog选择过滤 2 static int init_proc(UF_UI_selection_p_t select,void* user_data) 3 { 4 int num_trip 阅读全文
posted @ 2019-12-21 11:25 你好我叫赵老师 阅读(815) 评论(1) 推荐(0) 编辑
摘要: 1 //设置class_dialog选择过滤 2 static int init_proc(UF_UI_selection_p_t select,void* user_data) 3 { 4 //过滤类别的个数 5 int num_triples = 1; 6 //曲线 7 UF_UI_mask_t 阅读全文
posted @ 2019-12-21 10:09 你好我叫赵老师 阅读(588) 评论(0) 推荐(0) 编辑