登录
首页 » Windows开发 » 多文档多文件类型程序演示

多文档多文件类型程序演示

于 2022-02-13 发布 文件大小:55.61 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

多文档多文件类型程序演示-more documentation procedures more file types demo

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

发表评论

0 个回复

  • 1.实现对二进制数据库的检索,查找,修改,增加,删除等操作; 2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。 3.程序启动时自动校验数据库完整性及...
    1.实现对二进制数据库的检索,查找,修改,增加,删除等操作; 2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。 3.程序启动时自动校验数据库完整性及其数据合法性并且自动屏蔽非法数据及提示用户删除损坏的数据库。 4.可以按归并排序方法对书目进行排序; 5.内置前台销售操作功能,可以实现图书销售的功能,并且根据销售情况实时修改数据库; 6.内置强大的异常处理机制,可以应付绝大部分异常情况。 7.程序标题栏实时显示程序状态。 对初学者很有帮助的-1. The realization of the binary database search, find, modify, add, delete and other operations 2. The realization of the database encryption, support for password check to prevent the landing effectively prevent data leakage. 3. Procedure automatically check data integrity and legitimacy of the database and automatic shield illegal data and prompts the user to delete the damaged database. 4. May merge sort method to sort the bibliography 5. Built-front sales operation, can achieve the function of book sales and, in accordance with amendments to the sale of real-time database 6. Built a powerful exception handling mechanism to cope with the vast some anomalies. 7. Program title bar in real-time status display program. Useful for beginners
    2022-01-25 20:52:57下载
    积分:1
  • 将两个.wav格式的文件拼接成一个文件。主要在于.wav头文件的处理。...
    将两个.wav格式的文件拼接成一个文件。主要在于.wav头文件的处理。-to two. Wav files into a document splicing. Mainly. Wav files of treatment.
    2023-05-26 17:15:03下载
    积分:1
  • html template used for web design
    html template used for web design
    2023-03-11 22:45:03下载
    积分:1
  • 采用遗传算法的 tsp 问题
    旅行商问题 (TSP) 是一个基准和计算机科学和行动研究中的老问题。它可以表示为: N 的网络节点 (或城市),与 " 节点 1" 作为 "总部" 和旅行成本 (或距离或旅行时间等) 矩阵 C = [cij] 的顺序给出了 n 与序的节点对 (i,j) 相关联。问题是要找到一个最不成本哈密顿周期。 根据成本矩阵的结构,Tsp 被分为两个群体 — — 对称和非对称。TSP 是对称如果 cij = cji,∀ i、 j 和非对称否则为。N 市非对称的 tsp 问题,有)! 1 (−n 可能的解决方案,一个或多个的给出了最小的成本。 对于 n 市对称 tsp 问题,有 2)! 1 (−n 可能的解决办法以及它们具有相同的总费用的反向循环排列。在任一情况下解的个数成为极大甚至中等大 n 因此穷举搜索是不切实际的。主要原因有三个为什么 tsp 问题已引起了很多研究者的关注和仍然是一个活跃的研究领域。第一,大量的现实世界的问题可以被建模为 TSP。第二,它被证明是 NP-完全问题 [1]。第三,NP-完全问题的意义上,没有人能找到任何真正有效的方式解决他们的大难治性
    2023-08-16 14:05:03下载
    积分:1
  • 这是一个关于粒子群算法的程序源码,已经在C++6.0运行过了,真的是不错的一个程序...
    这是一个关于粒子群算法的程序源码,已经在C++6.0运行过了,真的是不错的一个程序-This is a process on the particle swarm algorithm source code, has been run over C++6.0, and really is a good a program
    2022-06-17 13:57:14下载
    积分:1
  • calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n...
    计算A(n,x,y),当n0,y0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行这一过程,直到最后求得最初的函数值-calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n, x, y-1) to replace, B = A (n, x, y-1 ). In the calculation of A (n, x, y-1), before first parameter n, x, y saved, the question calculate A (n, x, y-1) value, based Value B, A calculation of return (n, B , x). If calculated A (n, x, y-1), there is still y-1gt; 0, but also to n, x, y-1 saved, the calculation of A (n, x, y-2 ),..., until value can be calculated and then back to calculate the median repeated the process, until the last strike initial function
    2022-08-21 01:32:18下载
    积分:1
  • 语音采集、回放、显示,分析
    语音采集、回放、显示,分析-voice capture, playback, display, analysis
    2023-08-27 03:00:04下载
    积分:1
  • 将面向对象的思想充分的应用到设计中,完成了一个设计需要的架构,到底层设计的全过程。...
    将面向对象的思想充分的应用到设计中,完成了一个设计需要的架构,到底层设计的全过程。-Comprising the Object-Oriented thought into the Designing,accomplishing a designing needed structure,to all the process of the base designing.
    2022-07-27 17:59:01下载
    积分:1
  • 滑动条的显示状态
    滑动条的显示状态-sliding strip"s state
    2022-08-03 14:26:52下载
    积分:1
  • 图形学程序,z缓冲绘图,实现光照模型,有反射,透射,直接光照,局部光照,并且按x,y,z可以实现图像转动...
    图形学程序,z缓冲绘图,实现光照模型,有反射,透射,直接光照,局部光照,并且按x,y,z可以实现图像转动-Graphics program, z buffer mapping, illumination model realize, have reflection, transmission, direct illumination, local illumination, and by x, y, z can realize image rotation
    2022-03-06 14:43:57下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载