登录
首页 » 其他项目 » 此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置...

此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置...

于 2022-06-16 发布 文件大小:13.93 MB
0 209
下载积分: 2 下载次数: 1

代码说明:

此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置的的应用程序框架,集成了应用程序大部分一般性功能,只要编写少量代码即可生成应用程序,并且框架本身也是可扩展的。 -this version of the five SmallStruct stable version can be used for commercial development, suited to the C/S structure and function of complex and changeable business applications. SmallStruct 5 is based on an allocation of the application framework. Integrated application of the majority of the general functions, as long as the preparation of a small amount of code can be generated applications, and the framework itself is extensible.

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

发表评论

0 个回复

  • 象棋福美双。
    Chess Arasan. by Jon Dart Arasan is a chess program. It is copyrighted but under terms that allow free distribution, under the following conditions-Chess Arasan. by Jon Dart Arasan is a chess program. It is copyrighted but under terms that allow free distribution, under the following conditions
    2022-03-24 18:34:52下载
    积分:1
  • 实现最小编辑距离算法,并给出完整的编辑过程,完整版源码,已调试通过...
    实现最小编辑距离算法,并给出完整的编辑过程,完整版源码,已调试通过-To achieve the minimum edit distance algorithm, and gives the complete editing process, full version of source code, has been debugging through the
    2022-03-19 12:00:15下载
    积分:1
  • 图书管理系统
      本图书管理系统实现了以下功能: l          实现图书的入库与入库退货管理。 l          实现图书的库存盘点管理。 l          实现图书的定价、调价管理。 l          实现图书的销售、销售退货管理。 实现图书的入库查询、入库退货查询、图书销售查询等信息查询。
    2023-08-11 11:15:06下载
    积分:1
  • Checkstyle can find : can not be used or surplus enter a space better place with...
    Checkstyle 可寻找:・不能使用的或者多余的输入 ・空格更好的地方不使用跳格符,反之亦然 ・不遵循命名标准的变量、方法或者类 ・过分复杂的分配或者返回语句。它还有Eclipse下的插件。 -Checkstyle can find : can not be used or surplus enter a space better place without using jump Lattice website. named vice versa do not abide by the standards of variables, methods or category over-complicated distribution or return statement. It also has the Eclipse plugin.
    2022-03-25 02:05:45下载
    积分:1
  • 给一家连锁咖啡店做的源码。希望对大家能有帮助。尤是这一行业的。...
    给一家连锁咖啡店做的源码。希望对大家能有帮助。尤其是这一行业的。-To a chain of coffee shops to do the source. Hope everyone can help. Especially in this industry.
    2022-07-15 08:50:18下载
    积分:1
  • 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
    该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes: Die Constant- static Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged Sli
    2022-03-25 01:15:01下载
    积分:1
  • 一个典当行的业务管理系统程序,由于业务比较专业可以供某个典当行使用。但是由于每个典当行的业务在细节上会有不同,所以可以在此基础上作二次开发。主要内容:录入,查询...
    一个典当行的业务管理系统程序,由于业务比较专业可以供某个典当行使用。但是由于每个典当行的业务在细节上会有不同,所以可以在此基础上作二次开发。主要内容:录入,查询,报表-a business process management system that can be more professional business for a particular use Pawnshop. However, because each business Pawnshop on the details will be different, so it can be the basis for further development. Main elements : entry, query, reporting
    2023-04-07 22:40:03下载
    积分:1
  • 用cpp自己实现的大富翁小程序,基本实现了诸如移动,造房,分数计算等功能,是一个很好的继续开发的平台。...
    用cpp自己实现的大富翁小程序,基本实现了诸如移动,造房,分数计算等功能,是一个很好的继续开发的平台。-with the Monopoly achieving his small programs, such as the realization of the basic mobile, Building, scores of calculation functions, is a very good platform for continued development.
    2022-06-27 23:00:15下载
    积分:1
  • This program, prepared according to Xiao
    本程序根据周晓云编写的VC教科书进行练习并编写!验证了部分算法和VC的实现方法-This program, prepared according to Xiao-Yun Zhou VC textbook exercises and the preparation! Validate some of the algorithm and the realization method of VC
    2022-09-05 13:50:03下载
    积分:1
  • 混沌系统的一些参考文献,关于电路和金融方面的混沌系统的论文....
    混沌系统的一些参考文献,关于电路和金融方面的混沌系统的论文.-Some reference of chaotic systems literature on the circuit and financial papers.
    2022-04-11 19:52:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载