联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他(264) 
按平台查找All Visual Basic(264) 

[其他] lua_modules

Lua [1] 是一个小巧的脚本语言。是巴西里约热内卢天主教大学(Pontifical Catholic University of Rio de Janeiro)里的一个研究小组,由Roberto Ierusalimschy、Waldemar Celes 和 Luiz Henrique de Figueiredo所组成并于1993年开发。 其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库,这是由它的定位决定的。所以Lua不适合作为开发独立应用程序的语言。Lua 有一个同时进行的JIT项目,提供在特定平台上的即时编译功能。 Lua脚本可以很容易的被C/C++ 代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,ini等文件格式,并且更容易理解和维护。 [2] Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 [2] 一个完整的Lua解释器不过200k,在目前所有脚本引擎中,Lua的速度是最快的。这一切都决定了Lua是作为嵌入式脚本的最佳选择。
Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. (2018-09-28, Visual Basic, 40KB, 下载1次)

http://www.pudn.com/Download/item/id/1538065779518218.html

[其他] Data.PS科学计算与绘图软件

Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公差分析TOL、实验设计DOE及DOE实验分析;(d)图形绘制,二维曲线、直方图、幅值相角图和三维曲面。
Data.PS features: this data processing software built-in table editor, can be convenient for data input and output; can be common (a) numerical calculation, such as solving linear equations, nonlinear equations, ordinary differential equations, polynomial roots, Fu Liye transform, Fu Liye transform, linear programming, multiple linear regression and multivariate nonlinear regression fitting parameters (20 parameters), interpolation, differential, integral, inverse matrix, matrix eigenvalue and eigenvector, determinant; (b) statistical analysis, descriptive statistics, frequency distribution, hypothesis test, normality test and binomial test, Poisson distribution test, correlation analysis, analysis of variance (; c) 6Sigman tools, process capability CPK calculation, measurement system analysis, MSA analysis, TOL tolerance experiment design DOE and DOE experimental analysis; (d) graph drawing, two-dimensional curve, histogram, amplitude phase diagram and 3D surface. (2017-09-22, Visual Basic, 3978KB, 下载20次)

http://www.pudn.com/Download/item/id/1506049189627104.html

[其他] SMS

短信发送简单程序是一款短信群发、短信存储、单机短信收发服务、网络短信收发服务等短信服务管理的清扬软件。该软件安装在外接GSMMODEM(短信猫)的电脑上,无需上网就可以实现单台电脑上短信收发服务,也可以利用局域网实现网络短信收发服务,节约通信成本,提高企业运营效率清扬即时通信产品支持自建服务器、包含单位、部门、使用人的实名制联系人、在线发送即时信息、文件发送、任务派发、任务管理、按照单位组织结构建立部
SMS is a simple procedure to send mass text messages, SMS, storage, stand-alone service to send and receive text messages, network services, such as text messages to send and receive SMS service management software Chhnang. The software is installed on the external GSMMODEM (SMS cat) on a computer without Internet access can be achieved on a single computer to send and receive short message services, local area network can also use SMS to send and receive network services, to save communication costs and improve operational efficiencies enterprise instant messaging products Chhnang support the self-servers, including units, departments, people' s real-name system for the use of contacts, send instant messages online, send, distribute tasks, task management, to establish the organizational structure according to the Department of (2009-06-04, Visual Basic, 114KB, 下载33次)

http://www.pudn.com/Download/item/id/792012.html

[其他] chaoshi

配置数据库参数 采用VB6.0 ADO+SQL Server 2000数据库实现程序功能,配置采取如下步骤: 1> 根据DB文件夹中的内容,创建数据库,推荐用MDF文件附加数据库; \DB\MDF\BuySaleStorage_Data.MDF \DB\MDF\BuySaleStorage_LOG.LDF 2> 连接参数: 数据库名:BuySaleStorage 登录名: sa 密码: 无 3> 由BuySaleStorage.VBP启动,因为采用ActiveX DLL实现逻辑层,ADO的技术实现连接数据库,不用DSN 的数据源管理器.只要登录账号是SQL下的合法用户即可. 4> 另一种方法,先双击程序目录下的"注册dll.bat" 注册Active.dll, 之后直接运行"小型超市后台管理系统.exe".
Configuration database parameters using VB6.0 ADO+ SQL Server 2000 database program features, configuration to take the following steps: 1> under the DB folder, create databases, recommended additional MDF file database DBMDFBuySaleStorage_Data.MDF DBMDFBuySaleStorage_LOG.LDF2> Connect parameters: the database name: BuySaleStorage login name: sa Password: No 3> by BuySaleStorage.VBP start, because the use of ActiveX DLL to achieve logic layer, ADO technology to connect the database, not the data source DSN Manager. as long as the login account is under SQL legitimate users can .4> Another method, first double-click the directory under the registered dll.bat registered Active.dll, after a direct run mini-supermarket management system background. exe . (2008-12-25, Visual Basic, 1102KB, 下载59次)

http://www.pudn.com/Download/item/id/615182.html
总计:264