搜索资源列表
db-4.5.20
- Oracle BerkeleyDB(Oracle内嵌数据库,没有提供Borland C++Builder编译版本),该源码把BerkeleyDB 4.5.20的Visual C++ 2005的代码移植到Borland C++Builder上编译,生成静态库,可以在Borland C++Builder中进行开发使用. 工程文件路径为: db-4.5.20\\build_windows\\Libdb45BCB.bpr 编译后生成静态库为: Libdb45BCB.lib-Oracle
protobuf-2.3.0
- ProtocolBuffer是用于结构化数据串行化的灵活、高效、自动的方法,有如XML,不过它更小、更快、也更简单。你可以定义自己的数据结构,然后使用代码生成器生成的代码来读写这个数据结构。你甚至可以在无需重新部署程序的情况下更新数据结构。-ProtocolBuffer for structured data serialization flexible, efficient, automated methods, like XML, but it is smaller, faster and
701h
- ,本程序采用ASP+ACCESS开发. 2,此程序适合做土特产类CMS网站.包括特产相关文章管理系统,图片系统管理系统 3,程序代码简洁,管理方便快捷 4,程序全面防SQL注入,管理员密码采用MD5加密. 5,程序可自动生成GOOGLE网站地图. 6,该程序免费,但请保留程序版权相关信息 -This program developed using ASP+ ACCESS. 2, this procedure is suitable for native type CMS
119voronoi
- 泰森多边形的相关代码,在ae中生成泰森多边形-Thiessen polygon code To generate Thiessen polygons in the ae How to create Thiessen polygons
DBF
- DBF生成代码,C++写的一个很好的代码,希望对你有用。谢谢!-DBF generated code, I hope useful to you. Thank you!
DBF
- DBF生成代码,C++写的一个很好的代码,希望对你有用。谢谢!-DBF generated code, I hope useful to you. Thank you!
AutoNumber
- 自动生成编号,Delphi+数据库,其实我怎么觉得数据库本身就可以生成编号,每添加一条数据的时候,数据库的ID字段就会自动加1,形成按顺序变化的ID编号,本程序同样需要SQL数据库配合,可惜作者没有提供数据库文件,对于特别有需要的Delphi编程者,可根据代码还原出数据库的各个细节。 -Automatically generated number, Delphi+ database, in fact, I think how the database itself can generate
toRedisCluster
- 提供python 连接redis数据库集群的方法代码, 读取redis里面list型数据表,然后生成pandas中的dataframe数据表,从而实现数据处理分析。(this file provides python code for the connection to redis cluster and the code for reading the list type data and convert the data to dataframe structure of pandas so