搜索资源列表
汉字输入法文件读取
- 从输入法中提取字符数据及对应的输入编码!
从ACCESS文件中提取DBF文件
- 从ACCESS文件中提取DBF文件,可以将ACCESS文件中提取DBF文件,并建立一个数据库文件,包括ACCESS文件中的所有表.-ACCESS documents from the DBF file extraction can be extracted ACCESS DBF file documents, and the establishment of a database file, including documents, the ACCESS all the tables.
na3
- php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:) -php writes the forum, the code simplifies to the extreme please looks at one another the showing document. Is translates from English:)
OracleClient
- 我自己从oracle 805 提取得oracle精简客户端程序并且自己开发了一个添加tns的小工具-myself from the oracle oracle made mention 805 client streamline their procedures and the development of a small add tns tools
zjywload
- 将数据从文本文件中按照规定格式装入INFORMIX数据库中,再从数据库中转出为文本文件并同时剔出相同号码-data from the text file format required load INFORMIX database and then transferred from the database to a text file and to get rid of the same number
Oracle常见错误代码的分析与解决
- Oracle常见错误代码的分析与解决,从这里可以看到那些常见的错误并有解决方案-Oracle common error code analysis and resolved, from here we can see those common errors and solutions
追查ZhuiCha_com网络技术 追查网络技术论坛.files
- (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
vfp版金额发音程序
- 是一个很小的金额发音程序,真人发音,很好玩的耶,呵呵。。我也是从别的地方弄的!-is a very small amount of pronunciation procedures, live pronunciation of Jerusalem is a lot of fun, huh. . I also get from some other place!
MySqlBaseDB
- 为MySql的数据库读取文件,可设数据库用户名及密码,默认为用户:root,密码:sa.可从ResultSet或statment开始读取-MySql database to read documents can be installed database user name and password, the default for users : root, Password : sa. ResultSet or from the statement reads
61_060857_1140494100
- 这个是我从其他网站上面下载的Oracle的一个源代码,还是挺实用的-from other sites to download one of Oracle's source code quite useful!
adpdbexplorer
- 一个分析access数据库的源代码,是从国外一个网站下载的,感觉还不错-an analysis of access to the source code database is from an overseas website, was also feeling good
baogang
- wincc从一系列曲线中得出一个标准曲线,并且计算每种的条数,并且在系统由报警时生成报警表等等。-wincc from a series of curves drawn a standard curve, and the calculation of the number of each type, and the system generated by the police when the police and so on.
dataset
- ADO.NET是.Net FrameWork SDK中用以操作数据库的类库的总称。而DataSet类则是ADO.NET中最核心的成员之一,也是各种开发基于.Net平台程序语言开发数据库应用程序最常接触的类。之所以DataSet类在ADO.NET中具有特殊的地位,是因为DataSet在ADO.NET实现从数据库抽取数据中起到关键作用,在从数据库完成数据抽取后,DataSet就是数据的存放地,它是各种数据源中的数据在计算机内存中映射成的缓存,所以有时说DataSet可以看成是一个数据容器。同时它
SQL_Windows_tutorial
- 本书可以帮助您尽快掌握SQL编程技术,书中提供了丰富的范例,帮助您学习如何创建和修改数据库对象、从数据库中添加和检索数据,并修改已经添加到数据库中的数据。本书按照SQL:1999标准编写,可以帮助您执行查询和修改,创建数据库,创建和修改嵌入式语句,排除与系统和数据相关的故障,等等。书中具有丰富的讲解内容、注释的代码以及其他行之有效的教学手段。 -this book can help you quickly grasp SQL programming techniques, the book
TSG3
- 本源码为图书管理系统,实现了密码登陆管理,图书基本信息的录入、修改、删除、查询,读者基本信息的录入、修改、删除、查询,实现了自动从系统取得借书时间,自动生成还原时间,和自动对超期信息的统计-source for the library management system and realized the landing password management, basic information on the book entry, modification, deletion, inquiri
ExpertExtract_up
- 专家抽取系统1.0 是用Delphi6.0 开发的一款用于招投标,评审过程中从专家库中抽取专家的软件。可以将抽取结果导入到Excel或Word文档中-experts Extraction System 1.0 is developed using Delphi 6.0 for one of the bidding, The accreditation process from a pool of experts from a software expert. The results can be
SQL Server 从入门到精通
- 《SQL Server从入门到精通》注重理论与实践,在7大部分26章的篇幅中,按照一个知识点一个练习的方式,循序渐进、由浅入深地介绍SQL Server 2008的核心组件、数据库设计、数据检索与操作、高级数据库对象设计、数据库管理、高可用性和商业智能等主题。与此同时,作者还根据自己三十年的数据库开发经验,提供翔实的案例、丰富的最佳实践和实用的技巧,充分呈现了SQL Server 2008这一灵活、高扩展性、高安全性的大型数据库系统。("SQL" Server from en
Oracle 11g 从入门到精通
- oracle 从入门到精通,从基本概念,原理出发,例子、实践,用学研,对比(oracle from entry to master, from the basic concepts, principles, examples, practice, with research, contrast)
SQL从入门到精通
- SQL从入门到精通。第三章到第九章。快速入门用。讲解简单。(SQL chapter 3 to chapter 9.)
SQL Server 从入门到精通
- 数据库结构化查询语言SQL从入门到精通,简单易懂(Database structured query language SQL, from entry to mastery, is simple and easy to understand.)