搜索资源列表
finance
- 用C++ Builder 5.0编写,关于一个家庭财物管理的例子。涉及的知识有数据库,注册表/Ini文件的读写等。-C Builder 5.0 preparation of a family property management example. With the knowledge database, the registry / Ini documents such as reading and writing.
UNIXForm
- 功能∶ 用于UNIX上做画面、菜单、查询、输入、修改;可操作数据库。 设计思路∶ 将人机对话,可分为基本的输入与输出两大类,在此前提下,为了不同的需要把域分作 多种类型;对涉及数据库的域指明有关的表名、字段名,以进行数据库的读写。将这些 不同功能的域有机的组合在一个FORM中,来实现一个功能模块。将FORM编号,按一定的 结构以二进制的形式存入文件,在使用时,系统按编号读入FORM的数据,按步实现预定 的功能。 -function : for UNIX done
berkerly-db-demo
- 一个berkerly db数据库的演示DEMO,包含了通用的读、写功能。
SYbase
- 一个在linux下连接Sybase数据库,并读写表的方法,里面创建了一个策略表,程序根据策略的策略来执行相应的动作,里面附带了sybase运行和编译的环境设定-Under linux to connect a Sybase database and table to read and write methods, which created a policy table, the program under the strategy to implement the appropriate st
wifi_client_upload
- linux下的wifi数据库的读写程序,以及网络通信,了解数据库和网络-linux database
guanlixitong
- 主要有学籍管理、成绩录入和统计(按学号、普通总分、标准分进行排序)、毕业生学籍管理和查询、学生德育考核和操行评语、学生奖励处分记录。设置动态查询功能,由用户自行设置三个查询条件进行精确查询和模糊查询。本系统数据文件全部存贮在数据库中,不受服务器读写权限的限制。保护了服务器的安全。本系统现在有四个版本的软件。-There are student status management, entry and statistical results (by Student ID, general tota
SecurityAlarm
- 保安执勤刷卡系统.. 1.使用d8读写器完成签到过程 2.定时签到,签到日志保存在SQL数据库 3.可以设定不同权限-Security duty card system .. 1. D8 reader to complete the Registration process. Timing attendance, attendance logs stored in the SQL database can set different permissions
ParseRules
- 一种通过连接知识库进行规则解析的方法,由原来的JSP改编写为java类作为解析引擎而打包使用,大致流程是读规则-拆分为参数-解析参数用法-列为方程-查数据库得到查询结果。-One by connecting knowledge base rules for the method, the original JSP change written to java class parsing engine packaged using the general flow of reading the r
CheckBaseKnowledge
- 一种通过连接知识库进行规则解析的方法,使用JSP编写,大致流程是读规则-拆分为参数-解析参数用法-列为方程-查数据库得到查询结果。-A connection Knowledge Base parsing rules, use JSP to write, the general process read the rules- split into parameters- parse parameter usage- listed as the equation- check database qu
Wage
- 一个基于asp.net的工资系统,由前台和后台组成,功能齐全,页面美观,含有数据库,读数据库也进行相应操作,如查询,删除,添加等。-A wage system based on asp.net, consisting of front and back office, fully functional, the aesthetics of the page containing the database, read the database accordingly, such as query,
rging-system-source-code
- 易语言编写的小系统,对配置文件的读写及数据库的读写很有帮助-Small system written in easy language, read and write to the configuration file and database literacy helpful
fastdb-3.36.tar
- FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。通过降低数据传输的开销和非常有效的锁机制提供了高速的查询。对每一个使用数据库的应用数据库文件被影射到虚拟内存空间中。因此查询在应用的上下文中执行而不需要切换上下文以及数据传输。fastdb中并发访问数据库的同步机制通过原子指令实现,几乎不增加查询的开销。fastdb假定整个数
Test_DEMO(FCT)
- 基于Labview平台开发的自动测试系统软件架构、数据采集、仪器控制、数据库读写;测试项目及测试流程等等;强烈建议初入测试行业者参考- Labview platform based automatic test system software architecture, data acquisition, instrument control, database read and write test items and test processes, etc. strongly rec
xml2yaml
- 把xml文件装换成yaml文件, 使得C++可读, 在人脸识别数据库测识别率会用到-change xml file into yaml file for VS reading for face recogition
SQLite-ADO
- 详细介绍vb操作SQLite数据库,采用ADO方式读写操作,还有数据库加密的连接示例。 -Detailed introduction vb SQLite operation, using ADO to read and write operations, and connect the sample encryption.
SpreadSheet
- 支持多字节和unicode编译,有中文注释和例子 //有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。 //CSpreadSheet类的目标是简单易用,其主要的特性如下: // 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 // 2、读取行、列或单个单元。 // 3、覆盖、插入或追加行。 // 4、将已存在或新的EXCEL文件转化成符号
cpp_tools
- 收集的c++工具类,很有帮助包括: CMarkup 读写XML文件 CAdo 数据库操作类 CIniFile ini文件操作类 CLogFile 写日志文件类 CMyToolTipCtrl 自定义的提示消息类 CSymbolEdit 自定义编辑框类-C++ tools collected useful include: CMarkup read and write XML documents CAdo operations CIniFile ini file manipulation clas
AKO-Rccess-database
- 用ADO读Access数据库,这是一段用在vc,net的资料(Access database using ADO read, this is a used in vc, net information)
infcrmation-used
- 用ADO读Access数据库,这是一段用在vc,net的资料(Access database using ADO read, this is a used in vc, net information)
20150513ASP进销存源码
- 安装说明: 把程序复制到虚拟主机上就可以了。 1.虚拟主机要求装有IIS5.0或6.0 并支持access IIS6.0必须支持父目录 2.虚拟主机所在目录要有读写权限。 管理员admin 密码admin 数据库连接修改 dbconn.asp dbname="data/ApexJxc.asp" 改为要的数据库名称就可以了。(Installation instructions: Just copy the program onto the virtual