搜索资源列表
Lesson02
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classi
receiveemail
- 读者通过该例可以进一步了解POP3的有关原理和内容。该例介绍了接收邮件,提取信头标题字段等的有关内容!-readers through the cases POP3 better understanding of the principles and content. The cases presented to receive mail, the first letter from the field heading the content!
PKGLXT2006
- 排课问题实质上是时间、教师、班级、教室、课程这五维关系的冲突问题,要合理的解决这个问题首先要了解排课中的一些基本原则以及排课的一些基本要求。-Course Scheduling is essentially time, teachers, classes, classrooms, courses that the five-dimensional conflict, a reasonable solution to this problem we must first understand th
FIRST1
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1,或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Write and debug a simulati
TopConfigure
- 状态反馈极点配置问题的一种新算法。将Wonham可控规范型作了推广,给出了一种新的状态反馈极点配置问题算法,首先讨论了单输入系统情况,对多输入系统将其分解为若干个单输入系统而求解,其优点是不需要计算系统的特征多项式,介绍了该方法的基本原理、求解步骤,得到了反馈增益矩阵的一般表达式。该表达式中含有可供任意选择的参数,通过对参数的适当选取,可适应控制系统的其他性能要求。-State-feedback pole assignment problem, a new algorithm. Wonham t
First-fllow
- 编译原理里面 计算first和Fllow集合的算法,用C++实现,对该算法升入理解-Compiler Construction Principles calculating the first and inside Fllow collection algorithm, using C++ Achieved understanding of the algorithm to go
virustechnic
- 详细介绍计算机病毒与反病毒技术,第1章 计算机病毒概述第2章 预备知识 第3章 计算机病毒的逻辑结构与基本机制 第4章 DOS病毒的基本原理与DOS病毒分析 第5章 Windows病毒分析 第6章 网络蠕虫 第7章 特洛伊木马 第8章 计算机病毒常用技术综述第9章 计算机病毒的检测、清除与免疫 第10章 Unix_Linux病毒与手机病毒简介-Details of computer viruses and anti-virus technology, a computer virus Chapt
CSharpDesignMode
- 全书分为四个部分,首先介绍了CSharp语言和面向对象程序设计的一般原则,然后分别讲述了创建型模式、结构型模式和行为型模式。-Book is divided into four parts, first of all introduced the CSharp object-oriented programming language and the general principles of design, and then describes the creation of the respe
lianxi2
- VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-VC compiler engineering principles and process of the works in different categories of the original split into different files, each a cla
fzu.xf
- 数据库原理的复习提纲,重点一手掌握。打印版。-Database Principles outline of the review, focusing on first-hand grasp.
FolderCleaner_src
- 工具原理: 1·遍历文件夹,扫描“是PE&会显示图标”的文件,选择其ICON_GROUP的第一个图标资源作判断 2·枚举该图标里的所有尺寸的图片,与Pattern中的相应尺寸的图片 比较每个像素的RGB,容差在某个范围内,则认为HIT 3·当该图标的某个尺寸的图片的所有像素HIT的百分比在某个范围内,则认为图标HIT,即认为是文件夹图标病毒 优势: 相比 通过提取文件CRC来判断一个文件夹病毒,通过图标来判断更为可控,更为迅速。而且,调整好几个阀值之后,理论上不会误报。
Vbface
- 用户界面是应用程序的一个重要组成部分,界面设计是开发高质量Windows应用程序关键的第一步。本文结合作者在使用Visual Basic6.0开发Windows应用程序中积累的实际经验,着重介绍了VB程序界面设计的实用性技巧,以及必须遵循的相关原则和注意事项。-The application user interface is an important part of interface design is to develop high-quality Windows application,
jinchengdiaodu
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
Memory
- 计算机操作系统原理 内存分配与回收,动态分区分配,首次适应算法-Principles of computer operating system memory allocation and recovery, dynamic partition allocation, first-fit algorithm
LivingMachinesUseofGeneticalAlgorithms
- Genetic Algorithms (GAs) are adaptive heuristic search algorithm premised on the evolutionary ideas of natural selection and genetic. The basic concept of GAs is designed to simulate processes in natural system necessary for evolution, specifically t
vasp_band
- 此软件用于将第一性原理计算结果中获得的能带结构有windows系统下可视化显示,并进行相应的分析.-This software is used to obtain first-principles calculations of the energy band structure of visual display windows system, and the corresponding analysis.
Principles-of-Database1
- 数据库原理及技术教科书的答案,具体是第一章绪论的答案-Principles of Database and technical textbook answer, specifically the answer to the first chapter
plot dos
- 绘制第一性原理计算态密度图,读取数据点进行画图(First principles calculation of density of States was drawn, and data points were read for drawing)
清华DFT课件
- 学习第一性原理计算,学习使用VASP软件的使用(First principles calculation)
vasp硬核物理知识、固体物理教程
- VASP第一性原理计算的案例,通过编程以及VASP软件实现计算。(The first principle calculation case of VASP is realized by programming and VASP software.)