搜索资源列表
serverconnectpool
- 当我们在程序中启动了一个server,这个server需要跟另一个server(比如建立在老系统上的老的c程序)之间通讯,为了增加效率需要建立一个连接池的时候不妨考虑下我的解决方案-when we launched the proceedings a server, the server needs with those of another server (such as the establishment of the old system of the old procedures c)
LLXTWO
- 大学时做的数据库实验,计算一个二元一次方程,只求实数解-universities do experimental database to calculate a binary linear equation, the only realistic Solution
hamsterdb-0.4.4.tar
- About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes:
Solution
- c#写的三层连接不同数据库。比较简单,但很实用、规范。
ADO
- 利用ADO连接Oracle数据库,,主要解决写入blob数据问题-Use ADO to connect Oracle database, the main solution to the issue of write blob data
DB-ch9-solution-for-wan
- 万常选版数据库系统原理与设计第九章的参考答案修订版-Wan often choose the version of database systems principle and design of the ninth chapter of the reference answer revision
28_124548_softshadow
- 蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。 -Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, c
052130EX_10
- 一卡通管理系统 使用ADO控件及data控件对Access数据库文件的连接,并通过使用数据控件在vb环境下连接数据库,实现了一卡通管理端的主要业务,该软件实现校园卡在学校日常营业、管理业务,其功能包括以下几个部分: (1) 通卡管理:实现卡的基本管理,包括成批办卡、撤销卡、补办卡等; (2) 帐户管理:实现对卡上金额的管理,包括用户基本信息修改、挂失、解挂等基本操作,保证校园通卡在学校内部的正常、安全使用; (3) 查询统计:系统提供查询方式,可以满足消费个人、以及操作员等
HYGL
- 这是我本科时写的一个管理系统,记得当年还靠这个软件找到了第一份工作,现送给大家,希望对大家有帮助。 这是一套通用性很强的社团会员管理系统,提供了完备的会员档案管理功能,使得会员增加、修改、删除和档案报表打印等变得异常的快捷方便。软件同时提供多种辅助工具及系统安全维护系统,用户还可以设定软件操作人员及操作权限。软件还增加了数据导出,数据分析等功能,数据导出可以让库内数据轻松导出到Word 、Excel、Web网页等格式,数据分析让你随时对库内数据了如指掌,分析数据自动生成网页报表,轻松可以在网
databasedesigner
- 数据库设计解决方案入门经典 01 02 pdf-Beginning database design solution pdf
tushuguanlixitong
- 这是以visual foxpro6.0为环境的数据库开发经典实例精解-This is a visual foxpro6.0 database development for the environment, the classic instance of the refined solution
xueshengxingxi
- 这是以visual foxpro6.0为环境的数据库开发经典实例精解,描述如何管理学生信息-This is a visual foxpro6.0 database development for the environment, the classic instance of the refined solution
biaoxhunkaoshi
- 这是一个以visual foxpro6.0为环境的数据库开发经典实例精解,描述了标准化考试的管理-This is a visual foxpro6.0 database development for the environment, the classic instance of the refined solution, describes the management of standardized tests
In-reports-realize-mailing-list
- 在水晶报表中实现邮件列表 2.软件环境 第一套方案:简体中文版Microsoft Windows XP SP2(IIS)/Microsoft Office 2003(SP2)/Microsoft SQL Server 2000(MSDE)/Microsoft Visual Studio 2005。 第二套方案:简体中文版Microsoft Windows Server 2003(SP1)/Microsoft Office 2003(SP2)/Microsoft SQL Ser
07396ziyuan
- sql2005语法语句功能的全解(从基础到高级)-function of sql2005 full solution of the syntax statement
map
- 地图的四色问题 源码及解决方案,希望有用吧-Four-color map problem source and solution
connect-to-root@localhost-falied
- mysql 5.5,connect to root@localhost faliled解决方案。--用最简单的方法解决问题-“connect to root@localhost faliled”,solution occured by installing mysql 5.5.
DM2S
- 具有11项功能的数据库管理。 具有清晰的继承结构。实现了源码级别的权限安全策略-the source built an solution for the data management of layerred data,with protected source control
EhLib.6.3
- 解压后,有一个Installer文件夹,里面有EhLibInstaller.exe,双击后,选择你当前使用的DELPHI版本,然后点击nstall按钮,DELPHI7测试通过 安装结束后,可以在安装目录下面的X:\Borland\Delphi7\Components\EhLib查看适合你版本的文件 进入DELPHI在面板栏多出一个EhLib,说明安装成完成了。 补充说明: 1、WINDOWS7/WINDOWS8必须以管理员身份运行EhLibInstaller.exe 2、64位系统安装后启动DE
4
- 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区