登录
首页 » 数据结构 » 用delphi编写的针对商品房销售合同格式,设计的套打程序。

用delphi编写的针对商品房销售合同格式,设计的套打程序。

于 2022-02-04 发布 文件大小:1.80 MB
0 179
下载积分: 2 下载次数: 1

代码说明:

用delphi编写的针对商品房销售合同格式,设计的套打程序。-with delphi prepared against real estate sales contract format, the piling design process.

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

发表评论

0 个回复

  • Volume 3 for sorting and searching, this is the book of a revised edition, it is...
    卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the computer and search the first-class technology of the most comprehensive study of its expansion Volume 1 data structure handling methods, the size of the database and external memory and storage are included. The book including computer methods carefully examined the options, and its efficiency lot of analysis. The book version of the unique features of the optimization is sorted, and right hash law and common law with the new theoretical expositions.
    2022-02-21 11:03:10下载
    积分:1
  • 关于库管理的项目
    一个学生管理系统的常见功能是支持个人的维护和研究信息与有关的一名学生。下面的源代码和例子用于在 Java 中的学生管理系统。 在项目文件部分中列出的源代码和包含在此项目中的文件,请确保列出的源代码,该代码是否满足您的需要那里
    2022-02-11 14:59:27下载
    积分:1
  • 合作系统
    其贷款和会计一体化合作体系开发这种教育贷款管理系统的最后一年的项目的主要目的是为学生的教育提供银行贷款。现在很多不贫穷的人们为他们的孩子提供更好的教育,因为财务问题,但这种帮助。NET基础贷款管理中的应用可以申请助学贷款,他们的孩子。学生可以以银行贷款利率低利用Web应用程序。这是VB6  ; 开发项目与当地基础数据库。本项目建筑跟任何学生应通过登记表登记出现在首页就可以查看不同的银行为教育提供贷款,如果他/她发现任何银行提供贷款的低利率,他们可以申请贷款,特别是银行,最后应用程序的管理员可以发布贷款转移到他/她的账户的钱。
    2022-01-28 17:23:09下载
    积分:1
  • 计算机编程艺术第一卷,学习算法和的好书
    计算机编程艺术第一卷,学习算法和数据结构的好书-Art of Computer Programming I, learning algorithm and data structure books
    2022-01-25 19:42:03下载
    积分:1
  • 利用分裂基算法求实序列 的DFT, 的虚部赋值为零。
    利用分裂基算法求实序列 的DFT, 的虚部赋值为零。-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment to zero.
    2022-11-17 08:45:04下载
    积分:1
  • access2007做的学生管理系统,简单实现增加,删除等
    access2007做的学生管理系统,简单实现增加,删除等-students do access2007 management system, to achieve simple to add, delete, etc.
    2022-05-23 15:27:14下载
    积分:1
  • Twitter 的情绪分析
    这些情绪流过网络这反过来造成的社会情绪。与巨大的信息在网络中流动,它给我们的焦虑期间分析行为的社会媒体的机会。这些行为不同的不同的人口统计有关的事件,可以从不同的角度进行分析。我们发现模式类似事件的不同参数,根据时间等,令人相当满意。我们也做了 Twitter 的情绪总体分析。收集实时推文通过 tweepy (Python 的开放源代码库) 使用 Twitter 的公共流 API (开机自检状态/过滤器),我们使用常规表达式标记化的 tweets 和侦查图释、 Url、 哈希标记、 用户名、 电话号码和城市代码等和删除不必要的信息。此数据集用于生成分类器。此分类器是 NLTK 的 (python 库的 NLP) 朴素贝叶斯执行。 使用上述分类器检测的每个 tweet 的积极和消极情绪。我们做每小时看到的趋势改变集体分析。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-15 23:43:56下载
    积分:1
  • 学生成绩信息管理系统的源代码及运算果和分析
    学生成绩信息管理系统的源代码及运算结果和分析-Student performance information management system" s source code and the calculation results and analysis
    2022-01-25 20:56:18下载
    积分:1
  • 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树点计,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对点的访问具有普遍的含义,可以是...
    遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
    2022-02-27 00:08:38下载
    积分:1
  • its about the radix sort technique
    its about the radix sort technique
    2022-02-05 14:37:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载