资源列表
图书馆管理系统rar
- SQL脚本文件放在查询分析器执行并生成数据表,在PASS_WORD表中添加一个初始化的用户名和密码,等一下在密码窗口中使用. 本系统不要求使用密码,本系统的ODBC配置是FileDSN=library.dsn UID=sa PWD= 本系统在XP中是可运行的-SQL scr ipt file analyzer inquiries on the implementation and generates data tables, in addition PASS_WORD table ini
破解s-demo程序
- vb 对内存操作的一个很简单的例子-vb memory operation to a very simple example.
parkinglot2
- 每个教数据结构的老师都至少会要求学生利用学过的结构编写出一些现实模型.学栈和队列的时候,老师要求我们写出利用栈和队列来模拟停车场管理的一个程序.通过停在停车场的时间长短来计算费用,其中队列的可以看作是便道,车满时便停靠在便道上,此时不收取费用.具体要求和实现请看程序.-each data structure of the teachers have at least would require students to use the structure to learn to prepare s
定时发送消息
- 利用CSocket类在客户与服务器发送和接受消息-use CSocket category in client and server to send and receive information
J2EE OA 项目开发日记
- J2EE OA 项目开发日记 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 847 KB -J2EE OA project development diary books Language : English books categories : program design license : free software books Size : 847 KB
电子名片通讯录
- 一个电子名片系统,还有一个数据库文件,用的是SQL数据库,用的时候必须自己手动还原数据库.小弟新手..可能还有漏洞..呵.. -an electronic card system, a database file, using the SQL database, the time must be manually restore their database. The younger newcomers .. there may be loopholes .. uh ..
数据库文件
- 此文件与前一个电子名片通讯录是一起的...是数据库文件,用于存放用户注册信息和漂移窗口的显示信息...由于是小型的名片所以数据库很简单..呵-this document with an electronic business card directory is a database of documents ... is for storing user information and registration drift window display information ... becau
累计购进0510
- EXCEL中宏在财务上的应用,把重复的品种的月份信息统计在新的区域。-macros in Excel financial applications, which duplicate the variety of statistical information in the new region.
formulactr
- 数学公式编辑器的源码,类似与OFFICE WORDZ中的对象数学公式编辑器,数据结构用的很好-mathematical formula editor source code, similar OFFICE WORDZ with the mathematical formula editor, data structure with a good
20051127MicroJoiner
- 合并类程序,木马的一种方法是捆绑到别的程序中,这是捆绑程序的源码,-combined category, Trojan horses is a bundle of other procedures, this is the source bundle procedures,
编译原理
- 这是一个编译原理的语法分析程序, PL/0语言词法及语法分析系统的设计与实现 -This is a principle of grammar compiler analysis procedures, PL / 0 language syntax and lexical analysis of the system design and implementation
masm3280
- 结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。