虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

FIND

  • These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running

    These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to FIND them. If setup fails, alternate instructions are below.

    标签: Microsoft libraries designed Install

    上传时间: 2015-06-23

    上传用户:s363994250

  • Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

    Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, FIND, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.

    标签: connection pool applications program

    上传时间: 2013-12-25

    上传用户:playboys0

  • 用java实现的快速排序

    用java实现的快速排序,同样从jdk中FIND

    标签: java 快速排序

    上传时间: 2014-11-16

    上传用户:lunshaomo

  • use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my c

    use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to FIND a suitable memory space.

    标签: allocation implenment double appear

    上传时间: 2013-12-31

    上传用户:jhksyghr

  • The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for

    The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Java. Developers will FIND hundreds of tried-andtrue Java "recipes" covering all of the major APIs as well as some APIs that aren t as well documented in other Java books.

    标签: comprehensive collection practical solutions

    上传时间: 2014-01-16

    上传用户:ukuk

  • THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program

    THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have arranged the book so that information needed only by experts is separated out from the basic material. We hope that driver developers as well as application programmers and MIS administrators will FIND what they need. Because different sections are aimed at different audiences, we expect that few people will read every page. We have sometimes duplicated explanations in an effort to make reading easier for those who do not read all sections. This book will be most helpful to those who have some knowledge of the Java programming language and SQL (Structured Query Language), but one doesn t need to be an expert in either to understand the basic concepts presented here.

    标签: application reference tutorial program

    上传时间: 2015-08-04

    上传用户:zhengzg

  • ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The

    ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to FIND out an integer J, which is the minimum integer greater than I, and the number of 1 s in whose binary form is the same as that in the binary form of I. For example, if "78" is given, we can write out its binary form, "1001110". This binary form has 4 1 s. The minimum integer, which is greater than "1001110" and also contains 4 1 s, is "1010011", i.e. "83", so you should output "83".

    标签: Description computers Problem binary

    上传时间: 2013-12-11

    上传用户:libenshu01

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to FIND out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    标签: introduction the contains intended

    上传时间: 2013-12-23

    上传用户:liansi

  • The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t

    The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to FIND his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to describe the game world.

    标签: game text-based The Adventure

    上传时间: 2014-01-15

    上传用户:cursor

  • 程序功能: 1 管理员开设课程; 2 学生可以选择课程; 3 学生注册; 4 教师注册; 5 教师给选自己课程的学生给成绩; 6 管理员对学生成绩进行管理; 7 学生能够查询通过密码自己

    程序功能: 1 管理员开设课程; 2 学生可以选择课程; 3 学生注册; 4 教师注册; 5 教师给选自己课程的学生给成绩; 6 管理员对学生成绩进行管理; 7 学生能够查询通过密码自己的成绩; cpp9.cpp 主函数控制程序运行 teacher.cpp 教师类 course.cpp 课程类 Administrator.cpp 管理员类 delete_record.cpp 删除记录 save_lord.cpp 文件存取操作 short_record.cpp 生成简明文件 bad.cpp 生成均不及格的学生文件 FIND.cpp 查找学生信息 input_disp.cpp 输入、显示信息 Graph1.cpp 图形显示 学生成绩管理系统简介.doc 程序说明

    标签: 程序 查询 密码

    上传时间: 2014-11-07

    上传用户:shanml