登录
首页 » C# » fangweijiao

fangweijiao

于 2018-04-15 发布 文件大小:51KB
0 167
下载积分: 1 下载次数: 2

代码说明:

  利用窗体程序,通过输入两个坐标值,实现计算这两个之间的方位角。左侧输入,右侧则显示方位角。结果显示在最下方。(By using the form program, we calculate the azimuth between the two points by entering two coordinate values. The left is on the left, and the azimuth is displayed on the right. The results are shown at the bottom.)

文件列表:

fangweijiao\fangweijiao.sln, 875 , 2018-03-25
fangweijiao\fangweijiao.suo, 19456 , 2018-03-25
fangweijiao\fangweijiao, 0 , 2018-04-15
fangweijiao\fangweijiao\bin, 0 , 2018-04-15
fangweijiao\fangweijiao\bin\Debug, 0 , 2018-04-15
fangweijiao\fangweijiao\bin\Debug\fangweijiao.exe, 14848 , 2018-03-25
fangweijiao\fangweijiao\bin\Debug\fangweijiao.pdb, 30208 , 2018-03-25
fangweijiao\fangweijiao\bin\Debug\fangweijiao.vshost.exe, 11600 , 2018-03-25
fangweijiao\fangweijiao\bin\Debug\fangweijiao.vshost.exe.manifest, 490 , 2017-09-29
fangweijiao\fangweijiao\fangweijiao.csproj, 3717 , 2018-03-25
fangweijiao\fangweijiao\Form1.cs, 4945 , 2018-03-25
fangweijiao\fangweijiao\Form1.Designer.cs, 13889 , 2018-03-25
fangweijiao\fangweijiao\Form1.resx, 5817 , 2018-03-25
fangweijiao\fangweijiao\obj, 0 , 2018-04-15
fangweijiao\fangweijiao\obj\x86, 0 , 2018-04-15
fangweijiao\fangweijiao\obj\x86\Debug, 0 , 2018-04-15
fangweijiao\fangweijiao\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache, 2867 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6386 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\fangweijiao.csproj.FileListAbsolute.txt, 742 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\fangweijiao.csproj.GenerateResource.Cache, 975 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\fangweijiao.exe, 14848 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\fangweijiao.fangweijiao.resources, 180 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\fangweijiao.pdb, 30208 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\fangweijiao.Properties.Resources.resources, 180 , 2018-03-25
fangweijiao\fangweijiao\obj\x86\Debug\TempPE, 0 , 2018-03-25
fangweijiao\fangweijiao\point.cs, 463 , 2018-03-25
fangweijiao\fangweijiao\Program.cs, 498 , 2018-03-25
fangweijiao\fangweijiao\Properties, 0 , 2018-04-15
fangweijiao\fangweijiao\Properties\AssemblyInfo.cs, 1354 , 2018-03-25
fangweijiao\fangweijiao\Properties\Resources.Designer.cs, 2874 , 2018-03-25
fangweijiao\fangweijiao\Properties\Resources.resx, 5612 , 2018-03-25
fangweijiao\fangweijiao\Properties\Settings.Designer.cs, 1098 , 2018-03-25
fangweijiao\fangweijiao\Properties\Settings.settings, 249 , 2018-03-25

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

发表评论

0 个回复

  • 奥村模型
    说明:  在某特定环境、特定频率的情况下,通信距离与损耗的关系(The relationship between communication distance and loss in a specific frequency and environment is realized by using the Austrian village model)
    2020-06-21 21:11:04下载
    积分:1
  • visual basic powerpoint sample programming
    visual basic powerpoint sample programming
    2022-07-14 05:34:09下载
    积分:1
  • kafka
    kafka的生产消费示例程序,其中数据生产时需要avro序列化,消费时需要反序列化(Kafka production and consumption sample program, where data production requires Avro serialization, consumption needs to be serialized.)
    2018-04-19 16:44:41下载
    积分:1
  • shen_0-beautiful
    利用LSTM 生成时间曲线, 然后利用实际值与预测值进行比较,查看结果好坏(use LSTM generate new time series, and compare the prediction with target to see if the result is good or not.)
    2020-08-30 16:28:10下载
    积分:1
  • neighbour
    说明:  基于最优发射概率的同步邻居发现算法,matlab仿真(Synchronous neighbor discovery algorithm based on optimal launch probability, matlab simulation)
    2020-06-02 16:42:46下载
    积分:1
  • you look at the good things new
    大家看看,好东西很新-you look at the good things new
    2022-01-26 03:34:11下载
    积分:1
  • 我的第一本算法书
    说明:  本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了7个数据结构和26个基础算法的基本原理。第1章介绍了链表、数组、栈等7个数据结构;从第2章到第7章,分别介绍了和排序、查找、图论、安全、聚类等相关的26个基础算法,内容涉及冒泡排序、二分查找、广度优先搜索、哈希函数、迪菲 - 赫尔曼密钥交换、k-means 算法等。 本书没有枯燥的理论和复杂的公式,而是通过大量的步骤图帮助读者加深对数据结构原理和算法执行过程的理解,便于学习和记忆。将本书作为算法入门的第一步,是非常不错的选择。(This book uses a large number of pictures, through detailed step-by-step explanation, in an intuitive and easy to understand way to show the basic principles of 7 data structures and 26 basic algorithms. Chapter 1 introduces seven data structures such as linked list, array and stack; from Chapter 2 to Chapter 7, 26 basic algorithms related to sorting, searching, graph theory, security and clustering are introduced respectively, including bubble sorting, binary searching, breadth first search, hash function, Diffie Herman key exchange, K-means algorithm, etc. This book does not have boring theory and complex formula, but through a large number of step diagrams to help readers deepen the understanding of data structure principle and algorithm execution process, easy to learn and remember. This book as the first step of the algorithm, is a very good choice.)
    2021-03-31 19:19:06下载
    积分:1
  • pdfkts
    A good sockets communication program, including client and server, compile time zone parameter c or s,
    2017-04-21 07:20:15下载
    积分:1
  • 采用比较器的过压保护电路
    说明:  经典的采用比较器作为高压保护电路的原理图方案(Scheme of using comparator as high voltage protection circuit)
    2021-03-15 19:54:16下载
    积分:1
  • PersonManager
    用于管理学校宿舍的一个系统,方便登记、管理等,减少手工麻烦(A system for managing school dormitories to facilitate registration, management, etc. and reduce manual troubles)
    2019-04-01 08:36:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载