登录
首页 » Windows开发 » C#编写的道路圆曲线逐桩坐标计算程序

C#编写的道路圆曲线逐桩坐标计算程序

于 2022-03-16 发布 文件大小:175.21 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

基于C#的Winform程序,目前支持首页百度搜索资料,缓和圆曲线逐桩坐标计算,任意多边形面积计算,Cass坐标文件一键XY互换,3°带6°带坐标转换;支持一键强制关机,支持换肤。

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

发表评论

0 个回复

  • DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0始运行。查询转移函数δ,比如说δ(q0,a1)=...
    DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=q1,以找出DFA在处理了第一个输入符号a1之后进入的状态。处理下一个输入符号a2,求δ(q1,a2)的值,假设这个状态是q2。以这种方式继续下去,找出状态q3,q4,…,qn,使得对每个i,δ(qi-1,ai)=qi。如果qn属于F,则接受输入a1a2…an,否则就“拒绝”。-DFA" s " language" is the DFA to accept all of the string collection. A1a2 ... an assumption is an input symbol sequence, so that the DFA into operation from the initial state q0. Look transfer function δ, say δ (q0, a1) = q1, in order to identify the DFA in dealing with the first input into the state after the symbol a1. To the next input symbol a2, seeking δ (q1, a2) values, assuming that this state is q2. Continue in this way to find out the state q3, q4, ..., qn, making for every i, δ (qi-1, ai) = qi. If qn belongs to F, then accept the input a1a2 ... an, otherwise, " refuse."
    2022-06-15 20:45:50下载
    积分:1
  • 对于bacnetip虚拟链路层文件
    Document for BACnetIP Virtual Link Layer
    2022-06-20 03:42:08下载
    积分:1
  • 这是罗斌编写的VC2005编程技巧大全的源代码(1)。
    这是罗斌编写的VC2005编程技巧大全的源代码(1)。-This is a Luo VC2005 prepared programming skills Guinness source code (1).
    2022-08-21 07:01:54下载
    积分:1
  • 一个定时自动关机的源代码
    一个定时自动关机的源代码- A fixed time automatic Guan Ji source code
    2023-04-28 09:10:04下载
    积分:1
  • 一个商业软件的源代码 MPEG4 编码
    一个商业软件的源代码 MPEG4 编码-a commercial software source code MPEG4 Encoder
    2022-01-23 10:51:50下载
    积分:1
  • 利用电阻充放电来测量NTC热敏电阻的阻值.
    利用电阻充放电来测量NTC热敏电阻的阻值.-Use to measure the charge and discharge resistor NTC thermistor resistance.
    2022-04-12 15:02:21下载
    积分:1
  • 简单的乒乓球游戏源代码.zip
    简单的乒乓球游戏源代码.zip-simple game of table tennis source code. Zip
    2022-01-22 11:25:56下载
    积分:1
  • 定时关机,可以设置具体的时间,到时会自动关闭计算机
    定时关机,可以设置具体的时间,到时会自动关闭计算机-Timing shutdown, can set a specific time, to automatically shut down your computer
    2022-01-25 21:31:29下载
    积分:1
  • LBG Vector Quantizer Design Program
    LBG Vector Quantizer Design Program
    2022-01-25 23:08:11下载
    积分:1
  • springboot商城管理
    springboot商城管理后端管理Spring提供的一个用于简化JPA开发的框架Spring Data JPA能干什么: 可以极大的简化JPA的写法,可以在几乎不用写实现的情况下,实现对数据的访问和操作。除了CRUD外,还包括如分页、排序等一些常用的功能。 Spring Data JPA有什么 主要来看看Spring Data JPA提供的接口,也是Spring Data JPA的核心概念: 1:Repository:最顶层的接口,是一个空的接口,目的是为了统一所有Repository的类型,且能让组件扫描的时候自动识别。 2:CrudRepository :是Repository的子接口,提供CRUD的功能 3:PagingAndSortingRepository:是CrudRepository的子接口,添加分页和排序的功能 4:JpaRepository:是PagingAndSortingRepository的子接口,增加了一些实用的功能,比如:批量操作等。 5:JpaSpecificationExecutor:用来做负责查询的接口 6:Specification:是Spring Data JPA提供的一个查询规范,要做复杂的查询,只需围绕这个规范来设置查询条件即可
    2022-02-03 21:06:45下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载