-
DG_Islanding
配电网中有分布式电源,当发生故障时,可对配电网进行孤岛划分,本程序可实现该功能,包括源程序和输入文件(Distribution network with distributed power, when a failure occurs, the distribution network can be divided island, the program can achieve this functionality, including source code and input files)
- 2011-12-06 22:52:30下载
- 积分:1
-
最佳适应算法 信安 陆华锋 20022638
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
- 2005-07-04 08:18:40下载
- 积分:1
-
IDE00
能过VB程序,读取硬件信息,包括硬盘、BIOS,等等(Lead a VB program to read hardware information, including hard drives, BIOS, etc.)
- 2010-07-09 17:17:30下载
- 积分:1
-
精通Matlab与C C++ 混合程序设计
matlab 与C语言程序互相调用,实现快速计算(MATLAB and C language program call each other to realize fast computation.)
- 2018-04-28 16:03:31下载
- 积分:1
-
tower-of-Han
此为汉诺塔程序,汉诺塔层数为输入变量,其它不需要输入(This is the Tower of Hanoi program, Hanoi layers as input variables)
- 2014-09-16 10:02:25下载
- 积分:1
-
Bmpcolor
VB将彩色图象黑白化典型示例代码,有需要的就下。(VB of the typical black and white color image sample code, there is a need on the next.)
- 2013-08-09 09:22:23下载
- 积分:1
-
C语言课程设计报告
为学生预约、排队上机实习所作的程序
需要实现功能:
1,查询,根据输入时间,输出机位信息。
2,即为预定,根据输入的日期和时间段查询是否有空机位,若有则预约,若无则提供最近空机时间段。另:若用户要求在非空时间上机,则将用户信息插入该时间段的等待列表.
3,退出预定,根据输入的时间,撤销该时间的预定。
4,查询是否有等待的信息,若有则按顺序显示联系方式,若无则显示提示信息。(Program for student appointment and queuing
Functions need to be implemented:
1, query, according to the input time, output the information of the machine.
2, is a reservation, according to the input date and time to query whether there is an empty space, if there is an appointment, if there is no time to provide the nearest flight time. Also: if the user requests the machine on non empty time, the user information is inserted into the waiting list of the time period.
3, withdrawing from the reservation and revoking the scheduled time according to the time of the input.
4, query whether there is waiting information, if there is the order to display the contact in order, if there is no display of prompt information.)
- 2017-12-09 19:37:12下载
- 积分:1
-
QXAPRK
是PDA如何打开BMP文件,如何显示在PDA屏目上,使用EVC4编译,在HP3210PDA上动行通过(PDA is how to open the BMP file, how to display on the PDA screen mesh, using EVC4 compilation, moving on HP3210PDA line through)
- 2017-04-12 02:50:16下载
- 积分:1
-
iocomp
极品工业仪表控件iocomp的使用说明,很详细,找了好久才找到。。。(iocomp )
- 2010-08-21 20:10:43下载
- 积分:1
-
BT
说明: B树部分实现。在B-树中查找给定关键字的方法是,首先把根结点取来,在根结点所包含的关键字K1,…,Kn查找给定的关键字(可用顺序查找或二分查找法),若找到等于给定值的关键字,则查找成功;否则,一定可以确定要查找的关键字在Ki与Ki+1之间,Pi为指向子树根节点的指针,此时取指针Pi所指的结点继续查找,直至找到,或指针Pi为空时查找失败。(BTree data structrue)
- 2017-12-09 22:03:02下载
- 积分:1