======================================================================== MICROSOFT FOUNDATION Class LIBRARY : SimpleExtMFC ======================================================================== AppWizard has created this SimpleExtMFC 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 SimpleExtMFC application.
Class="tags">标签: MICROSOFT FOUNDATIO
Class="time">上传时间: 2017-04-21
Class="username">上传用户:daguda
This is basic hospital management system with essentials and is build on Java Swings."dscreen.java" is the main Class here.
Class="tags">标签: essentials management hospital dscreen
Class="time">上传时间: 2013-12-07
Class="username">上传用户:a673761058
文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp 4 工程 Wince 下串口程序 基于 CTSerial 的 WinCE 下串口收发程序 5 工程 xp_2000 下串口程序 基于 CTSerial 的 PC 平台下串口收发程序 6 gprs Class 目录 xp/2000 WinCE 下均兼容的gprs 串口通信类,只实现短信text模式的发送 和短信的接收, 另有windows 下和 WinCe 下应用本类的实例
Class="tags">标签: SerialPort WinCE 2000 方式
Class="time">上传时间: 2017-04-23
Class="username">上传用户:banyou
基于AJAX技术的Alexa 查询系统 1. 修改多处正则表达式,并采用递归获取页面内容,速度更快,错误更少 2. 增加网站类型及所属其他域名网站信息 3. 针对IE修改部分Ajax脚本,减少客户端假死现象 4. 后台Class进一步改进,提供较完善的接口
Class="tags">标签: Alexa Ajax 修改 网站
Class="time">上传时间: 2017-04-24
Class="username">上传用户:6546544
how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector Class member functions.
Class="tags">标签: Creation constant Passing vectors
Class="time">上传时间: 2017-04-25
Class="username">上传用户:1079836864
java反编译,从Class文件反编译为java代码
Class="time">上传时间: 2013-12-20
Class="username">上传用户:kelimu
Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the only type of control for large currents was through SCRs for many years. As transistors became capable of controlling larger currents and switching the large currents at higher frequencies, the AC servomotor became used more often. Early servomotors were specifically designed for servo amplifiers. Today a Class of motors is designed for applica-tions that may use a servo amplifier or a variable-frequency controller, which means that a motor may be used in a servo system in one application, and used in a variable-frequency drive in another application. Some companies also call any closed-loop system that does not use a stepper motor a servo system, so it is possible for a simple AC induction motor that is connected to a velocity controller to be called a servomotor.
Class="tags">标签: motors Servomotors servomotors available
Class="time">上传时间: 2014-08-10
Class="username">上传用户:源码3
深入java虚拟机,介绍了java体系结构,有助于理解java底层细节。内容包括jvm的结构,垃圾收集器,Class文件格式等。
Class="time">上传时间: 2017-05-11
Class="username">上传用户:xz85592677
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (Classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a Classifier (basic threshold Classifier) for two Class Classification problem.
Class="tags">标签: well-known algorithm AdaBoost Adaptive
Class="time">上传时间: 2014-01-15
Class="username">上传用户:qiaoyue
java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。 最常被问到。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。 第四,&和&&的区别。 这个问得很少。 第五,HashMap和Hashtable的区别。 常问。 第六,Collection 和 Collections的区别。 你千万别说一个是单数一个是复数。 第七,什么时候用assert。 API级的技术人员有可能会问这个。 第八,GC是什么? 为什么要有GC? 基础。 第九,String s = new String("xyz") 创建了几个String Object? 第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少? 第十一,short s1 = 1 s1 = s1 + 1 有什么错? short s1 = 1 s1 += 1 有什么错? 面试题都是很变态的,要做好受虐的准备。 第十二,sleep() 和 wait() 有什么区
Class="time">上传时间: 2017-05-20
Class="username">上传用户:坏坏的华仔