登录
首页 » 软件系统 » 保持了英文版的全部功能,界面改为中文,后台管理增加“添加”功能,去掉了英文版中的留言本功能登陆名www.netfuwu.com密码wubin...

保持了英文版的全部功能,界面改为中文,后台管理增加“添加”功能,去掉了英文版中的留言本功能登陆名www.netfuwu.com密码wubin...

于 2022-01-25 发布 文件大小:180.65 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

保持了英文版的全部功能,界面改为中文,后台管理增加“添加”功能,去掉了英文版中的留言本功能登陆名www.netfuwu.com密码wubin -maintain the English version of the full functionality, interface with Chinese background to manage "add" function, eliminating the English version of the voice mail functions were landing www.netfuwu.com password wubin

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

发表评论

0 个回复

  • 工程》第六版的中文版 是最有名气的工程的书。格式:超星数字图书馆。...
    《软件工程》第六版的中文版 是最有名气的软件工程的书。格式:超星数字图书馆。-"software engineering" the sixth edition of the Chinese version is the most famous software engineering book. Format : Superstar Digital Library.
    2023-07-17 06:50:06下载
    积分:1
  • 开发规范及开发计划书
    软件开发规范及开发计划书-software development specifications and development plan
    2022-03-11 02:54:00下载
    积分:1
  • 一篇非常好关于调制识别的文章,希望对大家有用,可以看看。...
    一篇非常好关于调制识别的文章,希望对大家有用,可以看看。-a good paper
    2022-08-03 00:39:10下载
    积分:1
  • design template source model
    设计模式模板源码-design template source model
    2022-06-26 15:37:08下载
    积分:1
  • An interesting paper about hypertextures for modelling furry structures, clouds...
    An interesting paper about hypertextures for modelling furry structures, clouds and fire in volume rendering.-An interesting paper about hypertextures for modelling furry structures, clouds and fire in volume rendering.
    2022-01-26 07:25:29下载
    积分:1
  • 摘要:报告描述了在同组人员吴玉成同学完成学籍管理的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是...
    摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是严格按照软件工程原理的方法做的。但是考虑到本人对开发工具vb不是很熟,所以在前台设计的时候也只是完成了部分的功能。我们把重点都放在数据库的后台设计开发上。对整个数据库做了详细的分析设计。这部分的报告在同组人员吴玉成的报告中。我的报告不再重复。Vb虽然有很多方法和数据库建立连接,也有很多控件可以直接对数据库的数据进行操控,但是为了实现一些有意义的功能,而不是简单的上一条记录下一条记录等查看。与ADO数据访问控件不同,ADO操作数据主要使用程序代码。通过代码创建对象,与数据源连接,执行命令等。 关键字:与sql server 2000建立连接;vb实现 -Abstract : report describes the same team WU Yu-cheng students Maintenance Management System completed the background database development on the basis of I use visual basic completion of the development process and its prospects code. Background in the development of the database, is in strict accordance with the principles of software engineering methods do. However, considering that my right development tools vb is not perfectly so in the future design of the only completed part of the function. We have to focus on the background of database design and development on. Of the entire database as a detailed analysis of the desi
    2022-08-15 20:08:17下载
    积分:1
  • this file have useful information about the localization in sensor networks.
    this file have useful information about the localization in sensor networks.
    2022-08-25 23:26:49下载
    积分:1
  • 10个VHDL程序实例,包括加法器,全加器、函数发生器,选择器等。...
    10个VHDL程序实例,包括加法器,全加器、函数发生器,选择器等。-10 examples of VHDL procedures, including the adder, full adder, function generator, selector and so on.
    2022-04-21 08:48:39下载
    积分:1
  • 还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不...
    还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the secret and public key-x (n, e) the circumstances, as long as (x ^ e) mod n from the remaining s to continuously cycle operation s = s ^ e mod n, this constant cycle of Operational e occasion, the very many circumstances can be recycled from the original, but I calculated the volume more than just. There are, however, many instances, simply do not need e cycle times, but for 1024 the level n, e is a very large figure, so secret circle the remainder of the text was obtained in the original is a bit unrealistic. The above is for reference only, if not true, I corrected
    2022-08-03 02:51:21下载
    积分:1
  • 蚁群算法0-1背包问题
    针对于01背包问题,所要求的是一个物品的排列问题,但是在蚁群算法的实现过程中要求有一个相同的起点,因此我们增加了一个共同的虚拟起点,设为第0个物品。对物品的选择是整个算法的重点,这个主要体现在对物品的选择概率上。由于在c语言的实现过程中,涉及到一个浮点数的误差问题,所以进行比较的过程中都是通过DML_MIN进行比较的。
    2023-05-19 21:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载