虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

SA-L

  • B/S版ERP安装方法 1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、将目录Copy_of_ERP和webctrl_clie

    B/S版ERP安装方法 1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、将目录Copy_of_ERP和webctrl_client复制到C:/Inetpub/wwwroot下,并将Copy_of_ERP目录设置成IIS虚拟目录 3、在SQL Server2000中新建一个Storage用户和LXTXERP数据库,然后将Data目录中的LXTXERP.BAK数据库备份文件还原 4、修改Copy_of_ERP目录下的Web.config文件的连接属性sa用户的密码: <add key="mydns" value="data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打开Internet 服务管理器,运行Copy_of_ERP中的Login.aspx打开ERP登录页面,默认用户:admin 密码:123 6、OK

    标签: webctrl_clie Copy_of_ERP Framework Microsoft

    上传时间: 2015-12-09

    上传用户:zhuimenghuadie

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    标签: implementation Extensions libraries standard

    上传时间: 2013-12-14

    上传用户:leehom61

  • 数据结构实验4报告

    数据结构实验4报告,实验内容或题目 l、随机产生n=100,200,300,1000,2000个整数并存于数组r[1..n]中。对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算,由手工计时。 2、对实验结果数据进行对比分析。 主要内容是

    标签: 数据结构 实验 报告

    上传时间: 2013-12-23

    上传用户:liansi

  • 给定一个集装箱

    给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?

    标签: 集装箱

    上传时间: 2014-01-20

    上传用户:ljt101007

  • Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right

    Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.

    标签: Hidden_Markov_model_for_automatic speech_recognition implements left-right

    上传时间: 2016-01-23

    上传用户:569342831

  • 一维信号的计盒分形维数

    一维信号的计盒分形维数,用 m a t l a b编辑的

    标签: 信号 分形

    上传时间: 2013-12-14

    上传用户:685

  • RSA公开密钥密码系统是由R.Rivest

    RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。

    标签: Rivest RSA 密钥密码

    上传时间: 2014-11-29

    上传用户:aix008

  • 智能选课系统源码 一个功能简单的选课系统 管理员默认帐号和密码均为51aspx 数据库文件在DB_51aspx文件夹中

    智能选课系统源码 一个功能简单的选课系统 管理员默认帐号和密码均为51aspx 数据库文件在DB_51aspx文件夹中,附加即可 默认数据库名称class,用户名sa,密码sasasa 默认学生帐号001 stuinfo.aspx 学生管理 tec.aspx 教师管理 addc.aspx 添加课单表 功能比较简单,可作为毕业设计参考

    标签: aspx 51 DB

    上传时间: 2014-01-24

    上传用户:lyy1234

  • 本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Leve

    本书特色 全面覆盖了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Level l 三大Linux人证考试的内容和要点。   讲解了重要的命令行工具(包括shell脚本与文本处理命令)以及最新的图形界面管理工具和应用程序。   “理论与实践密切相结合”,每章都附有复习题与可操作性强的实践项目项,使得读者可以在牢固掌握基础知识的同时,在动手实践能力上也能获得较大的提高。   本书致力于Linux系统管理这一主题,为有志于在Lmux领域有所发展的读者提供了一份不可多得的参考教材。

    标签: Linux Professional Technician Certified

    上传时间: 2013-12-26

    上传用户:fxf126@126.com

  • 用C++中的MFC编程实现正轴等角割圆柱投影

    用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求: 取克拉索夫斯基椭球 (1)制图区域: Bs=0°, BN=25° LE=105°, LE=125° (2)经纬线间隔: ΔB=ΔL=5° (3)制图比例尺: 1:M0=1:1000 000 (4)标准纬线: Bk=±15° 计算经纬网格点的 x, y,m,n, p

    标签: MFC 编程实现 投影

    上传时间: 2013-12-29

    上传用户:himbly