搜索资源列表
工人工资管理
- 只要每个客户遵守上述约束,银行家将保证做到:若一个客户所要求的最大资金量不超过Ё,则银行一定接纳该客户,并处理他的资金需求;银行在收到一个客户的资金申请要求时,可能因资金不足而让客户等待,但保证在有限是见被让客户获得资金。在银行家算法中,客户可以看做进程,资金可以看作资源,银行家可以看做是操作系统。-as long as each customer compliance with the above constraints, bankers will undertake : if a custo
HB-pdfpr22-fxj
- 一、软件简介: 1.名称:PDF Password Remover 2.版本:2.2 3.类型:共享软件 4.适用系统:Windows 9x/ME/NT/2000/XP 5.简介: 本软件用来去除加密的 Adobe Acrobat PDF 文件的各种操作限制。支持 Adobe Acrobat 所有版本。 -------------------------------------------------------------------
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
timelimite
- 程序功能:实现一个程序使用的时间限制,即保护程序的版权-procedures functions : to achieve a process of time constraints, that is, the protection of copyright procedures
_drag_one_ChildWindow_in_FatherWindow_
- 主窗口是一个“对话框”,里面有一个“子窗口”,这个“子窗口”派生自CWnd类,用户可以拖动它,使它在父窗口 当中移动,它的移动范围是受到所在“父窗口”的制约的,它的四个边界不能超过“父窗口”相应的边界,例如:它的左边界不能超过“父窗口”的左边界。 -main window is a "box" that includes a "sub-window," The "sub-window" derived from the CWnd
ddvip_com_02293053ffc7eb
- 这个系统中,可以添加雇员,添加部门 查看所有的部门信息和雇员信息 可以管理部门的雇员,例如:添加或删除雇员. 有以下约束:一个雇员只能在一个部门,如果雇员从部门删除,它将被放到一个ID为temp的部门中,在temp中的雇员表示还没有分配部门.每个部门都有一个部门管理员. 开发工具:JBuilder X. 数据库:mysql. 数据库名:user. 两张表:(1)employee,(2)department -this system, employees can be adde
freewebhd0313
- 免費分享版網路硬碟 01.創意風格首頁 02.申請會員 03.密碼查詢 04.會員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload LyfUpload.UploadFile iNotes.Upload 06.多檔上傳,最多一次10個檔案 07.重新命名 08.刪除檔案、資料夾 09.剪下、複製、貼上 10.上移功能 11.會員列表、會員修改、刪除會員 12.系統資訊列表、系統修改 13.清單
ReverseSubstring
- Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Defin
code3sharp
- 本软件需求规格说明书按照CMM2级标准编写,由项目经理孙昱拟制。项目全称为:SARS病人网络管理系统,项目代号为NK001。预期读者为参与SARS病人网络管理系统设计、开发、实施、维护各阶段任务的人员。包括项目组人员、部门经理、客户代表、与项目相关的其他小组负责人等。 本软件需求规格说明书包括正文和附录部分。正文包括概述、系统用例分析、报告参与人员、需求说明、在线帮助需求、设计约束、组件购买、接口、许可需求、法律和版权条款、应用标准。附录包括参考书目、索引、术语表、版本号。 关键词:SA
IAR_WE3.42_keygen
- 此破解为IAR EW430 V3.42安装软件的破解程序,保证好用,可以破解容量限制其他不详-this break for IAR EW430 V3.42 software installation procedures resolve to ensure ease of use can break the capacity constraints of other unknown
Samsung-driver
- Samsung S3C24xx SD/MMC 驱动 This a MMC/SD driver for the Samsung S3C24xx SD/MMC controller, originally developed years ago by Thomas Kleffel <tk@maintech.de>. Due to time constraints, he had no time to further maintain the driver and f
通过重载CEdit类的onchar()函数
- 通过重载CEdit类的onchar()函数,实现文本框的限制输入,可根据的自己的需求写限制条件-By overloading CEdit class onchar () function to achieve a text box to limit the importation, according to the needs of their own to write constraints
newton 采用牛顿法实现简单的无约束的最优化问题
- 采用牛顿法实现简单的无约束的最优化问题,本程序实现简单的计算,计算无约束最优化问题的最优解-Using Newton' s method to achieve a simple optimization problem without constraints
Functionofgeneticalgorithmoptimizationprocedure.ra
- 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
ICA_with_Reference
- We present the technique of the ICA with Reference (ICA-R) to extract an interesting subset of independent sources from their linear mixtures when some a priori information of the sources are available in the form of rough templates (references). T
SemanticPhotoSynthesis
- We propose a technique that allows a person to design a new photograph with substantially less effort. This paper presents a method that generates a composite image when a user types in nouns, such as “boat” and “sand.” The artist can optionally
lab7_1
- 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
IntelDatatsheet
- The Intel? 82571EB Gigabit Ethernet Controller is a single, compact component with two full-integrated Gigabit Ethernet Media Access Control (MAC) and physical layer (PHY) ports. The Intel 82571/82572 Gigabit Ethernet Controller is a single-port
book
- 程序名称:图书管理系统 附 件:源代码 说 明:主要用ADO控件,其中library.mdb 为数据库文件,config.ini为初始化配置文件, 为保证程序正常运行请保持文件的完整和路径。 由于时间关系,代码没有做太多的优化,也没 有做太详细的测试,哪位朋友有可改进或者批 评指正的意见请和我联系,不胜感激。 -Name: Book Management System Annex: source code Descr iption: The main
clock-Restrict-FrameWnd-size
- 自己写得一个时钟小程序,界面为表盘模式,限制边界的拖动以及正方形方框,基于visual c++ 8.0下(即2005),比较适合初学者,也是我第一个写得比较大的程序,也修改完善了很久,里面对于界面边框限制以及时钟、分钟、秒钟的实现可以供大家参考一下-Their own small programs written in one clock, interface for the dial mode, drag the border restrictions, as well as a square