
C#C++
文章平均质量分 51
__矮油不错哟
多多交流
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#调用C++文件
一、C#调用C++ dll文件1)非托管方式:C++函数定义:extern "C" __declspec(dllexport)void MyChangeDetection(const char * filepath1,const char *filepath2,int DImethod,int DIAnalysis,const char *outpath){ .....原创 2018-08-07 11:08:22 · 650 阅读 · 0 评论 -
C#相关控件使用总结
一、ComBox控件二、Button保存图片三、textBox4、button一、ComBox控件private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { int Dimethod=comboBox1.SelectedIndex.ToStri...原创 2018-08-07 11:17:12 · 514 阅读 · 0 评论