-
java编程思想例题源代码
java编程思想,这是一本很好的书,提供此书的代码分享给大家(thinking, this is a very good book, the code book for everyone to share)
- 2020-06-26 09:20:02下载
- 积分:1
-
java2_21days
java编程21天麻烦真麻烦烦死了就是本500多页的书(java programming for 21 days)
- 2010-01-07 01:34:13下载
- 积分:1
-
Java 并发编程实战
说明: Java 并发编程实战电子书籍,对java开发编程有些许帮助(Concurrent practice)
- 2020-06-24 22:20:01下载
- 积分:1
-
leetcode题解
LeetCode题解的java版本,有助于刷LeetCode题目的同学理解内容(the answer of the LeetCode)
- 2019-04-18 15:09:54下载
- 积分:1
-
20180726183450
自己配置了一个SSM框架,打算做个小网站,这里把SSM的配置流程详细的写了出来,方便很少接触这个框架的朋友使用,文中各个资源均免费提供!(The configuration of a SSM framework, plan to do a small site, here the configuration of the SSM detailed write out, convenient to contact with the framework of friends, all the resources are free of charge in the text!)
- 2018-08-06 14:28:29下载
- 积分:1
-
BB
说明: 黑莓开发大全上篇,每个黑莓开发者都必须具备的教材,第一次发布(BlackBerry Development Daquan Part, every BlackBerry developer must have the textbooks, the first time release)
- 2010-01-24 11:12:17下载
- 积分:1
-
JAVATalk-11basicSwing
JAVA Swing,how to build JFrame
- 2010-02-14 02:32:38下载
- 积分:1
-
JavaP2dPGraphics
Java 2d Graphics书籍Java 2d Graphics书籍(Java 2d Graphics Books Books Java 2d Graphics)
- 2011-05-31 13:29:41下载
- 积分:1
-
Java 8实战
本书全面介绍了Java 8 这个里程碑版本的新特性,包括Lambdas、流和函数式编程。有了函数式的编程特性,可以让代码更简洁,同时也能自动化地利用多核硬件。全书分四个部分:基础知识、函数式数据处理、高效Java 8 编程和超越Java 8,清晰明了地向读者展现了一幅Java 与时俱进的现代化画卷。(While the term lambda expression may sound abstract and academic Java 8 Lambdas can have a big impact on how you program every day In simplest terms a lambda expression is a function a bit of code that you can pass to another method as an argument)
- 2018-09-05 12:10:56下载
- 积分:1
-
PhoneRecord
说明: 系统介绍
随着市场竞争的日益激烈,各个企业都想尽办法完善对客户的服务,电话客户服务便是企业推出的一项举措,通过电话与客户联系业务,为客户解答问题,但是在客户过多的情况下,难免出现问题,为了避免这种情况的发生,需要对所有的客户电话都录音,通过录音可以更好的了解客户的需求,也可以避免员工在工作中出现差错。
本系统在设计时应该满足以下几个目标:
采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。
系统可以进行来电显示和来电接听等功能。
提供电话拨出功能,可以通过程序拨出电话。
提供客户管理功能,记录客户信息,并可以在拨出电话时以电话簿的形式显示客户信息。
提供电话录音功能,当电话接通时开始录音,当电话挂断时结束录音。
提供录音管理功能,可以通过程序修改录音文件的存储位置。
系统最大限度地实现了易维护性和易操作性。
系统运行稳定、安全可靠。(AppWizard has created this PhoneRecord application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your PhoneRecord application.
PhoneRecord.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
PhoneRecord.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CPhoneRecordApp application class.
PhoneRecord.cpp
This is the main application source file that contains the application
class CPhoneRecordApp.
PhoneRecord.rc
This is a listing of all of the Microsoft Windows resources that the
)
- 2010-04-07 18:37:10下载
- 积分:1