Welcome![Sign In][Sign Up]
Location:
Search - ki

Search list

[Process-Threadzy1

Description: 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安全性算法 第二部分:安全性算法 1.设置两个向量 (1).工作向量:Work=Available(表示系统可提供给进程继续运行所需要的各类资源数目) (2).Finish:表示系统是否有足够资源分配给进程(True:有 False:没有).初始化为False 2.若Finish[i]=False&&Need<=Work,则执行3 否则执行4(I为资源类别) 3.进程P获得第i类资源,则顺利执行直至完成!并释放资源: Work=Work+Allocation Finish[i]=true 转2 4. 若所有进程的Finish[i]=true,则表示系统安全 否则,不安全!-one. Algorithm introduced : ** Data Structure : 1. The resources available vector Available 2. The biggest demand matrix Max 3. Allocation distribution matrix 4. Need ** demand matrix function presentations : Simulation of bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) 1. If Requestlt; = Need, has turned two Otherwise, the two errors. If Requestlt; = Available, has turned three, or wait for the three. System testing requested resource allocation process to four. Safety system for the implementation of the second part of algorithm : a security algorithm. Set up two vector (1). Vector work : Work = Available (expressed system available to the continued operation of the process required number of resources of all ki
Platform: | Size: 7881 | Author: 李琪 | Hits:

[Windows DevelopPIDControl

Description: PID控制,通过神经网络调节其中的Kp,Ki,Kd加以实现,可以改变响应速度,可以消除振荡。-PID control, neural network regulation through the Kp, Ki, Kd be achieved, can change the response time and eliminate vibration.
Platform: | Size: 1732 | Author: 曹锦华 | Hits:

[Crack HackDESChecker11111

Description: DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误! -DES (Data Encrypton Standard) algorithm has been achieved online many, I would like to speak on is the DES encryption algorithm to see how the process 16 iterative process of generating Ki, Li, Ri, Fi, Si, etc., can serve as a control device DES encryption, this can easily find you in the process of encryption the mistakes!
Platform: | Size: 152189 | Author: 杨飞 | Hits:

[Software EngineeringWritingDSPBIOSDeviceDriversforBlockIO

Description: This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.-This application note describes a method f or developing block-oriented I / O device drive rs for applications that use the DSP / BIOS real - time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instrume nts TMS320C5402 and TMS320C6711 DSP Starter Ki ts (DSKs). The device driver model he presented 're has now been superceded with an updated version of on that supports not only block oriented device 's, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documen CVIM driver on the updated model as well as exa mple drivers and source code can be found in the D. evice Driver Developer's Kit product now availa ble for download from the TI Developer's Village .
Platform: | Size: 406218 | Author: 陈军辉 | Hits:

[Crack Hacka3a8

Description: SIM卡的A3A8加密算法,理解后可以通过随机碰撞来爆破SIM卡的KI。即可以复制SIM卡-SIM cards A3A8 encryption algorithm, can be understood through random after the collision to blast SIM cards KI. That can be replicated SIM cards
Platform: | Size: 4597 | Author: JackChen | Hits:

[assembly languageki

Description: 汇编;每隔10ms响铃一下-compilation; Neither about every 10ms
Platform: | Size: 997 | Author: 杜婷 | Hits:

[Other resource8b_10b

Description: vhdl编写,8b—10b 编解码器设计 Encoder: 8b/10b Encoder (file: 8b10b_enc.vhd) Synchronous clocked inputs (latched on each clock rising edge) 8-bit parallel unencoded data input KI input selects data or control encoding Asynchronous active high reset initializes all logic Encoded data output 10-bit parallel encoded output valid 1 clock later Decoder: 8b/10b Decoder (file: 8b10b_dec.vhd) Synchronous clocked inputs (latched on each clock rising edge) 10-bit parallel encoded data input Asynchronous active high reset initializes all logic Decoded data, disparity and KO outputs 8-bit parallel unencoded output valid 1 clock later
Platform: | Size: 73116 | Author: 聂样 | Hits:

[Other resourcePID

Description: PID控制算法的MATLAB仿真其中参数,Kp,Ki,Kd分别为PID控制器的比例、微分和积分参数。
Platform: | Size: 5141 | Author: 王程坤 | Hits:

[Other resourceWindowsCE2

Description: Microsoft Windows CE Device Driver Ki--利用windowsce进行移动平台开发,书籍格式为pdg,用注册机注册就可以看了.
Platform: | Size: 3054228 | Author: 寒露 | Hits:

[OtherPID

Description: 针对水轮机调节系统PID参数辨识问题,作者在VC++6.0环境下,使用c语言,编写PID参数参数辨识程序,结果表明,该程序能够辨识出Kp,Ki,Kd三个参数,满足调节系统的误差要求。
Platform: | Size: 11391 | Author: kpg | Hits:

[Other resourcePID1

Description: 文件包含水轮机调节装置PID调节器+随动系统的结构框图,通过搭建模型图,可以方便的调节Kp,Ki,Kd,Td,Ty五个参数,清晰看到这五个参数对调节规律的影响
Platform: | Size: 3486 | Author: kpg | Hits:

[OtherPSO_PID

Description: 利用PSO粒子群搜索算法,辨识PID参数:Kp,Ki,Kd.结果表明虽然该方法辨识精度不是很高,但是也有一定可信度.-Use english PSO Particle Swarm algorithm, identification of PID parameters: Kp, Ki, Kd. The results show that although the method is not very high recognition accuracy, but it also has a certain credibility.
Platform: | Size: 3072 | Author: kpg | Hits:

[Communication-MobileWoron_Scan1.02

Description: sim 卡 ki 破解工具,此工具可用usb reader 破解卡片的ki-sim card ki crack tool, this tool can be used to crack usb reader card ki
Platform: | Size: 2053120 | Author: laihuatian | Hits:

[OtherQuickScan1.99

Description: for scanning Ki codes from sim cards
Platform: | Size: 416768 | Author: Dimitriy | Hits:

[SMSSIM2TO1

Description: 欢迎大家使用一卡2号白卡、6号彩卡(07年12月20日后发的均为6号彩卡) 此写卡软件是免费给大家使用的,请大家多多支持我们。 使用说明书: 1:此软件支持串口和USB写卡器,写卡器速率必须设置为9600 2:软件数据格式: KI=B6169DEF4B1EF0F30F3F3CAE8BCB96AE IMSI=084906001471810000 ICCID=89860390073710000000 SMSP=8613800290500 大家照到做一个文本txt文件就可以了,点读取数据,就可以把数据导入软件提示筐中。 3:在这里方便大家以后解卡软件方便使用。所以格式就给大家做的一样!如有不便请谅解。 我们提供的软件IMSI是:15位的,解卡软件18位的,所以大家一定先做好文本在点读取数据。手工是输入不行的!-欢迎大家使用一卡2号白卡、6号彩卡(07年12月20日后发的均为6号彩卡) 此写卡软件是免费给大家使用的,请大家多多支持我们。 使用说明书: 1:此软件支持串口和USB写卡器,写卡器速率必须设置为9600 2:软件数据格式: KI=B6169DEF4B1EF0F30F3F3CAE8BCB96AE IMSI=084906001471810000 ICCID=89860390073710000000 SMSP=8613800290500 大家照到做一个文本txt文件就可以了,点读取数据,就可以把数据导入软件提示筐中。 3:在这里方便大家以后解卡软件方便使用。所以格式就给大家做的一样!如有不便请谅解。 我们提供的软件IMSI是:15位的,解卡软件18位的,所以大家一定先做好文本在点读取数据。手工是输入不行的!
Platform: | Size: 659456 | Author: 沃尔沃而无错 | Hits:

[matlablyapunov55

Description: 加迷路事要哂;民怒目国家烟草专卖局 硕果累累进行了 - flgkop [ki fsd djio kdl alk djfo
Platform: | Size: 1024 | Author: 刘昊 | Hits:

[AI-NN-PRfuz_pid

Description: 模糊控制部分的源代码。模糊PID控制器结构改变固定参数KP,KI,KD的控制策略-Fuzzy control part of the source code. Fuzzy PID controller structure change fixed parameters KP, KI, KD control strategy
Platform: | Size: 1024 | Author: lin | Hits:

[DocumentsImprovement-of-KI

Description: 改进的KI阈值算法!用于图像分割,模式识别!-Improvement of Kittle and Illingworth s minimum error thresholding
Platform: | Size: 876544 | Author: 虚幻追梦 | Hits:

[Program docRamazan-Ki-Amad-Amad-Marhaba

Description: Ramzan ki Amad marhabad... PLease do read about ramadan
Platform: | Size: 677888 | Author: Faheem | Hits:

[BooksCác linh kiện điện tử cao cấp (download tai tailieudep.com).zip

Description: Các linh kiện điện tử cao cấp (download tai tailieudep.com).zip
Platform: | Size: 539841 | Author: tonynguyen | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net