-
操作注意事项
(1)本系统管理员用户名为:tsoft,密码为:111。
(2)实例执行文件位置:login.asp。
(3)本系统有两种操作用户:其...
操作注意事项
(1)本系统管理员用户名为:tsoft,密码为:111。
(2)实例执行文件位置:login.asp。
(3)本系统有两种操作用户:其中管理员为超级用户,具有所有权限;普通用户没有添加操作员及删除操作员的权限。
(4)在运行本系统中的“年销售额分析”模块时,需要安装Visual Basic 6.0软件。
(5)在配置IIS服务器时,需要将本程序所在路径设置为网站的根目录。
-Handling Precautions (1) The system administrator user name: tsoft, password: 111. (2) examples of implementation of the file location: login.asp. (3) The system has two kinds of operation of the user: one administrator for the super user has all the authority ordinary users do not have to add operators and delete operator privileges. (4) the system is running in the " sales analysis" module, you need to install Visual Basic 6.0 software. (5) Configure IIS server, you need to set up this program where the path to the root directory for the Web site.
- 2023-06-02 23:50:02下载
- 积分:1
-
这本书就是著名的沃塞曼编写的《统计学完全教程》,它的特点是覆盖全面、实用性强,除常规内容还包括Bootstrap方法、有向图DAGs估计、Wald检验、Delt...
这本书就是著名的沃塞曼编写的《统计学完全教程》,它的特点是覆盖全面、实用性强,除常规内容还包括Bootstrap方法、有向图DAGs估计、Wald检验、Delta方法、统计泛函估计等。-This book is prepared by well-known Wasserman 《ALL OF Statistics》, which are covered by the characteristics of a comprehensive, practical, in addition to conventional Bootstrap method also includes, DAGs have to plan estimates, Wald test, Delta method, statistical Functional estimation.
- 2022-03-01 17:59:21下载
- 积分:1
-
Preface the first day of the second day of algorithm for the third day of the de...
数据结构十日谈
第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the description and analysis of linear table queue stack and its fifth day of the fourth day running sixth string array eighth seventh day of the tree map to sort第十日search第九日
- 2022-04-17 06:14:57下载
- 积分:1
-
K平均聚类法,比较好用,又需要的赶紧下吧
K平均聚类法,比较好用,又需要的赶紧下吧-K-clustering method to compare easy to use, but also hastened to the needs of the next bar
- 2023-01-01 13:55:03下载
- 积分:1
-
数据库的Comparer6.1.1.480完整的源代码
数据库比较器6.1.1.480独立的实用程序的全部源代码版本6.1.1.480数据库的Comparer有助于比较,同步和更新数据库结构。您可以在一个数据库与其他数据库或数据库进行比较与SQL/ DDL脚本甚至两SQL/ DDL脚本!数据库的Comparer实现高度智能化和强大的同步算法。在第一比较步骤需要目标数据库或目标SQL/ DDL脚本,并将其与Master数据库或主SQL/ DDL脚本试图找到所有结构的差异,哪些将被应用到目标准备最后的SQL脚本,并使其结构相同师父结构。在这个阶段,数据库的Comparer提取的所有对象,描述和从主服务器和目标结构的链接,然后实际的对象从主与建设的最终更新SQL脚本从目标对象进行比较。经过最后的更新SQL脚本准备好,你可以把它应用到目标数据库(如果可用),或只是将其保存到文件并在以后执行它。数据库的Comparer还支持批量模式,这样你可以在一个通道同步与既定Master数据库或SQL/ DDL脚本目标数据库列表。功能一览:可以与数据库,数据库与SQL/ DDL脚本和SQL/ DDL脚本和SQL/ DDL脚本比较数据库。可以比较和同步两个数据库表之间的数据。您可以选择性地选择哪些对象(域,表,过程,触发器等)应进行比较。批处理模式对于大多数操作。能够浏览主控服务器和目标结构树和直观地显示它们之间的差异。最后更新SQL脚本可以使用编辑或折断到单独的步骤内置SQL编辑器的亮点功能。您可以手动更改步骤订货或有选择地禁用所选步骤。内置的附加功能,如:下降的制约,备份/恢复,数据库验证等多项实用功能。 如果你是数据库管理员,开发人员或只需要支持一堆数据库这个工具是专为您服务!它不仅将节省您的时间和金钱,而且还可以确保您不会错过任何东西,也不会陷入严重的问题,这可能是由于数据库结构的差异造成的。现在数据库的Comparer工具支持以下服务器/脚本:甲骨文,MSSQ
- 2022-01-26 04:27:27下载
- 积分:1
-
索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。...
索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
- 2022-01-26 01:40:51下载
- 积分:1
-
题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。
概要设计
1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中;
2、当读到...
题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。
概要设计
1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中;
2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈;
3、当读入左括号时,即入栈;
4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。
5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。
-Title: Design of a topic, presentation operator priority method with arithmetic expression evaluation process. Summary of design 1, the order of scanning arithmetic infix expressions, when they read numbers directly to the output queue 2, when they read operator, it will stack all priority higher than or equal to the operator pop-up , sent to the output queue, and then the current operator入栈 3, when read left brackets, that is, when入栈 4, when they read the right brackets, it will be near the Top-left of the first operator in brackets above All a pop-up, sent to the output queue, and then delete stacks of left brackets. 5, the use of VS stack to store read operation and computing the results of numeric characters and then proceed to the numerical co
- 2022-03-18 20:45:34下载
- 积分:1
-
Decision Tree
这是ID3决策树算法的一个示例实现
- 2023-01-28 00:40:04下载
- 积分:1
-
均匀分布和高斯分布的C代码
均匀分布和高斯分布的C代码-uniform and Gaussian distribution of C code
- 2022-04-25 09:17:28下载
- 积分:1
-
集束搜索,经典算法,不用过多介绍了吧/。
集束搜索,经典算法,不用过多介绍了吧/。-cluster search, classical algorithm, not too many on the Bar /.
- 2022-02-15 01:13:57下载
- 积分:1