登录
首页 » Windows开发 » 在VC++中实现的2维线段的编码裁减,何以扩展到3维线段

在VC++中实现的2维线段的编码裁减,何以扩展到3维线段

于 2022-05-21 发布 文件大小:63.11 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

在VC++中实现的2维线段的编码裁减,何以扩展到3维线段-Code cut of two dimension line section is achieved in VC++, and it can be extended to three dimension line section.

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

发表评论

0 个回复

  • 仓库管理一个小项目
    在学校大二做的一个winfrom小项目,里面有很多小bug,希望谅解啊QAQ,只是很小的项目,但是用了一个月才做完的。也是蛮不容易的,希望 能得到多一点积分,用的是C#语言,数据库是sqlserver.不是很精通,代码不成熟,勿喷啊~
    2022-03-22 22:48:23下载
    积分:1
  • 计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行...
    计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行-Calculation of matrix product, text input and output, input two matrices when the line between the need for
    2022-02-02 22:17:29下载
    积分:1
  • 设计一个管理信息系统,主要是我们通过在实际中了解了一些企业的管理形式,并结合当今世界管理信息系统的蓬勃展,了解现阶段对管理信息系弘强调的是综合管理功能,多维服...
    设计一个管理信息系统,主要是我们通过在实际中了解了一些企业的管理形式,并结合当今世界管理信息系统的蓬勃发展,了解现阶段对管理信息系弘强调的是综合管理功能,多维服务模式,人机协调的、智能化的、集成化的计算机辅助管理功能等。因此设计这样一个管理信息系统,来解决一些小型企业在物理管理上的缺点,能够实现物资信息的系统化、规范化和自动化。-design of a management information system, is mainly through the practical understanding some forms of enterprise management, and combining the world of management information system to flourish, understanding of this stage of management information systems Hung stressed the comprehensive management capabilities, and multidimensional approach crew coordination, intelligence, Integrated CAD management functions. Therefore the design of a management information system to solve some small enterprises in the management of the physical shortcomings, Information materials to achieve the systematization and standardization and automation.
    2022-06-30 18:04:37下载
    积分:1
  • Geodesy, Gaussian ellipsoids, geodetic surveying, geodetic ellipsoid Gaussian, G...
    大地测量,高斯椭球,大地测量,高斯椭球 大地测量,高斯椭球-Geodesy, Gaussian ellipsoids, geodetic surveying, geodetic ellipsoid Gaussian, Gaussian Ellipsoid
    2022-03-24 06:24:46下载
    积分:1
  • 语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法...
    语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法-Parser using the operator first set of analysis methods can be exported first and last set of input processing to determine whether the input string is valid
    2022-08-05 20:37:39下载
    积分:1
  • EJB-JPA 项目
    该项目包含在一个所有的四个项目。 第一次是具有约束力,其他的三个角色的耳朵组件的组件。它具有约束力的所有资源,以便有一个逻辑意思。 其他组件是服务器和客户端。 服务器端组件包含 EJB 模块: EJB 和 EJB 客户端。EJB 引用了的 EJB 客户端在其生成路径。 EJB 服务器中包含的连接到数据库,使用 JPA-Java 持久性 API 创建的。我也用 MySQL。 EJB 客户端包含由从 EJB 服务器的类实现的接口。 最后一个组件是包含创建 JSF 页的 Web 应用程序。
    2022-04-20 20:34:49下载
    积分:1
  • Hebei Tai substantially a second semester, the curriculum design source, led dis...
    河北工业大大一至大二学期,课程设计源码,led显示器,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, led display, I hope to help all of you, especially students of Hebei Industrial University.
    2022-02-13 12:44:19下载
    积分:1
  • designated certain procedures, delayed start. The main application of the system...
    指定某个程序,延迟进行启动。主要应用在系统启动后,由于不是所有的硬件都正常工作时,启动这些程序时回出现错误。-designated certain procedures, delayed start. The main application of the system after commencement, because not all the hardware are normal working hours, when they start to make mistakes.
    2022-02-20 23:19:44下载
    积分:1
  • 用VB编的一个小巧的模拟电视机,不防一试.
    用VB编的一个小巧的模拟电视机,不防一试.-VB series with a small analog TV sets, not against a test.
    2022-02-03 16:17:05下载
    积分:1
  • 具有暂停/继续和进度条的目录复制
    翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports Option Explicit On Imports System Imports System.IO Public Class FileCopy //All Of My Variables Dim filetotalsofarcopied As Double = 0 _ """"Variable To Show How Many MB"s/GB"s Have Been Copied Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On Dim filecount As Integer = 0 """"To
    2022-04-22 06:24:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载