登录
首页 » C# » contour

contour

于 2021-04-14 发布 文件大小:3048KB
0 266
下载积分: 1 下载次数: 116

代码说明:

  c#等值线生成程序,自动划分三角形网格,生成等值线、等值面,生成shape文件。(c# contour generating program, divided into triangular mesh automatically generate contours, isosurfaces, generate shape files.)

文件列表:

AssemblyInfo.cs,1859,2005-01-10
Backup
......\AssemblyInfo.cs,1859,2005-01-10
......\Contour.cs,148272,2006-07-20
......\contour.csproj,4947,2005-08-23
......\contour.csproj.user,1803,2005-01-23
......\contour.sln,1441,2005-03-31
......\DrawingUtility.cs,42345,2005-08-02
......\InterPolation.cs,6193,2005-01-10
......\Matrix.cs,5243,2005-01-10
......\WindowsApplication3

......\...................\AssemblyInfo.cs,1859,2005-03-31
......\...................\Form1.cs,5006,2005-08-02
......\...................\Form1.resx,6992,2005-08-01
......\...................\WindowsApplication3.csproj,4237,2008-09-03
......\...................\WindowsApplication3.csproj.user,2247,2008-09-03
bin
...\Debug
...\.....\contour.dll,135168,2008-12-02
...\.....\contour.pdb,232960,2008-12-02
...\Release
...\.......\contour.dll,122880,2008-12-02
BuildLog.htm,4985,2005-01-23
Contour.cs,148254,2008-12-02
contour.csproj,4272,2008-12-02
contour.csproj.user,2081,2008-09-19
contour.csproj.vspscc,296,2008-12-02
contour.sln,897,2008-11-26
DrawingUtility.cs,42345,2005-08-02
InterPolation.cs,6193,2005-01-10
Matrix.cs,5243,2005-01-10
mssccprj.scc,188,2008-12-02
obj
...\contour.csproj.FileListAbsolute.txt,1564,2008-12-02
...\Debug
...\.....\contour.dll,135168,2008-12-02
...\.....\contour.pdb,232960,2008-12-02
...\.....\temp
...\.....\TempPE
...\Interop.SHAPEFILEDLLLib.dll,5120,2005-01-23
...\Release
...\.......\contour.dll,122880,2008-12-02
...\.......\Refactor
...\.......\........\contour.dll,24576,2008-09-25
...\.......\temp
...\.......\TempPE
ShapeFile.cs,66092,2008-11-25
ShapeFileDll.dll,65536,2005-01-23
ShapeFileDll.pch,11206656,2005-01-23
UpgradeLog.XML,4733,2008-09-19
_UpgradeReport_Files
....................\UpgradeReport.css,3348,2008-09-19
....................\UpgradeReport.xslt,12218,2005-12-13
....................\UpgradeReport_Minus.gif
....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • STM32工模板
    STM32工程模板 【文件目录】└─STM32工程模板    │  Template.build_log.htm    │  Template.uvgui.shenyinghang    │  Template.uvgui_shenyinghang.bak    │  Template.uvopt    │  Template.uvproj    │  Template_Template.dep    │  Template_uvopt.bak    │  Template_uvproj.bak    │  启动文件选择.jpg    │      ├─Doc    ├─Libraries    │  ├─CMSIS    │  │  │  core_cm3.c    │  │  │  core_cm3.h    │  │  │  stm32f10x.h    │  │  │  system_stm32f10x.c    │  │  │  system_stm32f10x.h    │  │  │      │  │  └─startup    │  │          startup_stm32f10x_cl.s    │  │          startup_stm32f10x_hd.s    │  │          startup_stm32f10x_hd_vl.s    │  │          startup_stm32f10x_ld.s    │  │          startup_stm32f10x_ld_vl.s    │  │          startup_stm32f10x_md.s    │  │          startup_stm32f10x_md_vl.s    │  │          startup_stm32f10x_xl.s    │  │              │  └─FWlib    │      ├─inc    │      │      misc.h    │      │      stm32f10x_adc.h    │      │      stm32f10x_bkp.h    │      │      stm32f10x_can.h    │      │      stm32f10x_cec.h    │      │      stm32f10x_crc.h    │      │      stm32f10x_dac.h    │      │      stm32f10x_dbgmcu.h    │      │      stm32f10x_dma.h    │      │      stm32f10x_exti.h    │      │      stm32f10x_flash.h    │      │      stm32f10x_fsmc.h    │      │      stm32f10x_gpio.h    │      │      stm32f10x_i2c.h    │      │      stm32f10x_iwdg.h    │      │      stm32f10x_pwr.h    │      │      stm32f10x_rcc.h    │      │      stm32f10x_rtc.h    │      │      stm32f10x_sdio.h    │      │      stm32f10x_spi.h    │      │      stm32f10x_tim.h    │      │      stm32f10x_usart.h    │      │      stm32f10x_wwdg.h    │      │          │      └─src    │              misc.c    │              stm32f10x_adc.c    │              stm32f10x_bkp.c    │              stm32f10x_can.c    │              stm32f10x_cec.c    │              stm32f10x_crc.c    │              stm32f10x_dac.c    │              stm32f10x_dbgmcu.c    │              stm32f10x_dma.c    │              stm32f10x_exti.c    │              stm32f10x_flash.c    │              stm32f10x_fsmc.c    │              stm32f10x_gpio.c    │              stm32f10x_i2c.c    │              stm32f10x_iwdg.c    │              stm32f10x_pwr.c    │              stm32f10x_rcc.c    │              stm32f10x_rtc.c    │              stm32f10x_sdio.c    │              stm32f10x_spi.c    │              stm32f10x_tim.c    │              stm32f10x_usart.c    │              stm32f10x_wwdg.c    │                  ├─Listing    │      startup_stm32f10x_cl.lst    │      startup_stm32f10x_hd.lst    │      startup_stm32f10x_hd_vl.lst    │      startup_stm32f10x_ld.lst    │      startup_stm32f10x_ld_vl.lst    │      startup_stm32f10x_md.lst    │      startup_stm32f10x_md_vl.lst    │      startup_stm32f10x_xl.lst    │      Template.map    │          ├─Output    │      core_cm3.crf    │      core_cm3.d    │      core_cm3.o    │      main.crf    │      main.d    │      main.o    │      misc.crf    │      misc.d    │      misc.o    │      startup_stm32f10x_cl.d    │      startup_stm32f10x_cl.o    │      startup_stm32f10x_hd.d    │      startup_stm32f10x_hd.o    │      startup_stm32f10x_hd_vl.d    │      startup_stm32f10x_hd_vl.o    │      startup_stm32f10x_ld.d    │      startup_stm32f10x_ld.o    │      startup_stm32f10x_ld_vl.d    │      startup_stm32f10x_ld_vl.o    │      startup_stm32f10x_md.d    │      startup_stm32f10x_md.o    │      startup_stm32f10x_md_vl.d    │      startup_stm32f10x_md_vl.o    │      startup_stm32f10x_xl.d    │      startup_stm32f10x_xl.o    │      stm32f10x_adc.crf    │      stm32f10x_adc.d    │      stm32f10x_adc.o    │      stm32f10x_bkp.crf    │      stm32f10x_bkp.d    │      stm32f10x_bkp.o    │      stm32f10x_can.crf    │      stm32f10x_can.d    │      stm32f10x_can.o    │      stm32f10x_cec.crf    │      stm32f10x_cec.d    │      stm32f10x_cec.o    │      stm32f10x_crc.crf    │      stm32f10x_crc.d    │      stm32f10x_crc.o    │      stm32f10x_dac.crf    │      stm32f10x_dac.d    │      stm32f10x_dac.o    │      stm32f10x_dbgmcu.crf    │      stm32f10x_dbgmcu.d    │      stm32f10x_dbgmcu.o    │      stm32f10x_dma.crf    │      stm32f10x_dma.d    │      stm32f10x_dma.o    │      stm32f10x_exti.crf    │      stm32f10x_exti.d    │      stm32f10x_exti.o    │      stm32f10x_flash.crf    │      stm32f10x_flash.d    │      stm32f10x_flash.o    │      stm32f10x_fsmc.crf    │      stm32f10x_fsmc.d    │      stm32f10x_fsmc.o    │      stm32f10x_gpio.crf    │      stm32f10x_gpio.d    │      stm32f10x_gpio.o    │      stm32f10x_i2c.crf    │      stm32f10x_i2c.d    │      stm32f10x_i2c.o    │      stm32f10x_it.crf    │      stm32f10x_it.d    │      stm32f10x_it.o    │      stm32f10x_iwdg.crf    │      stm32f10x_iwdg.d    │      stm32f10x_iwdg.o    │      stm32f10x_pwr.crf    │      stm32f10x_pwr.d    │      stm32f10x_pwr.o    │      stm32f10x_rcc.crf    │      stm32f10x_rcc.d    │      stm32f10x_rcc.o    │      stm32f10x_rtc.crf    │      stm32f10x_rtc.d    │      stm32f10x_rtc.o    │      stm32f10x_sdio.crf    │      stm32f10x_sdio.d    │      stm32f10x_sdio.o    │      stm32f10x_spi.crf    │      stm32f10x_spi.d    │      stm32f10x_spi.o    │      stm32f10x_tim.crf    │      stm32f10x_tim.d    │      stm32f10x_tim.o    │      stm32f10x_usart.crf    │      stm32f10x_usart.d    │      stm32f10x_usart.o    │      stm32f10x_wwdg.crf    │      stm32f10x_wwdg.d    │      stm32f10x_wwdg.o    │      system_stm32f10x.crf    │      system_stm32f10x.d    │      system_stm32f10x.o    │      Template.axf    │      Template.build_log.htm    │      Template.hex    │      Template.htm    │      Template.lnp    │      Template.sct    │          ├─Project    └─User            main.c            stm32f10x_conf.h            stm32f10x_it.c            stm32f10x_it.h            
    2020-04-13下载
    积分:1
  • helpsvm
    自控应用svm的介绍文档,方便下载传看。(mysvm is used to train a SVM on a given example set and testing the results.it is very conveninent to learn about it by u self.)
    2016-04-26 11:19:24下载
    积分:1
  • 21. ADC模数转换实验
    ADC的模数转换,将0到3.3v的模拟信号通过stm32单片机 转换为数字信号(Analog to number conversion of ADC Analog signals from 0 to 3.3V can be converted into digital signals through STM32 single chip microcomputer)
    2018-06-28 16:29:50下载
    积分:1
  • power_HEV_powertrain
    MATLAB/simulink 包括混合动力汽车建模、控制和理论分析(Hybrid Energy Management matlab simulink)
    2020-11-03 17:29:54下载
    积分:1
  • libpcap
    基于libpcap的网络封包截获程序。-libpcap-based network packet interception procedures.
    2023-06-13 09:55:19下载
    积分:1
  • WndlessTimerDesign
    基于VS.net2005的多媒体定时器编程源码,用于测试多个定时器的发送数据精度,以及交互协调。编写了专门的定时器类,可以实例化多个对象。(Based on the multimedia timer VS.net2005 programming source code, for testing a number of the sending data accuracy timer, as well as interactive co-ordination. The preparation of a special type of timer, you can instantiate multiple objects.)
    2009-07-14 08:14:08下载
    积分:1
  • closeness
    在生物信息学中,计算蛋白质-RNA生物网络中的长程相互作用(In bioinformatics, long range interactions in protein -RNA biological networks are calculated.)
    2018-05-09 11:16:36下载
    积分:1
  • OMAP-L138-Linux-button
    在双核处理器OMAP-L138上,对ARM9内核进行开发的,按键驱动程序。(On the dual-core processor OMAP-L138, the key driver for the ARM9 kernel is developed.)
    2020-06-15 22:25:02下载
    积分:1
  • 824707
    易语言源码分享,希望更多的朋友了解易语言,源码名称:刷新注册表()
    2018-01-04 19:12:04下载
    积分:1
  • UCOS信号量STM32F103
    ucos ii 系统在stm32上的应用,本样例为ucos ii 消息队列部分代码,经开发板验证可用,欢迎下载。(UCOS II system in STM32 application, this example is UCOS II message queue part of the code, validated by the development board available, welcome to download.)
    2019-05-19 17:17:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载