搜索结果

找到约 325 项符合 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.
https://www.eeworm.com/dl/618/167578.html
下载: 173
查看: 1126

数据结构 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. ...
https://www.eeworm.com/dl/654/168230.html
下载: 51
查看: 1060

Java编程 用java实现的快速排序

用java实现的快速排序,同样从jdk中find到
https://www.eeworm.com/dl/633/174018.html
下载: 25
查看: 1050

操作系统开发 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.
https://www.eeworm.com/dl/531/176535.html
下载: 134
查看: 1067

Java书籍 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.
https://www.eeworm.com/dl/656/179718.html
下载: 105
查看: 1078

Java书籍 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 ...
https://www.eeworm.com/dl/656/179721.html
下载: 104
查看: 1078

数值算法/人工智能 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 numbe ...
https://www.eeworm.com/dl/518/187749.html
下载: 26
查看: 1426

VC书籍 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) ...
https://www.eeworm.com/dl/686/187807.html
下载: 199
查看: 1113

Java编程 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 proje ...
https://www.eeworm.com/dl/633/192337.html
下载: 64
查看: 1036

教育系统应用 程序功能: 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_l ...
https://www.eeworm.com/dl/621/192639.html
下载: 129
查看: 1100