资源列表
排序选择:
[数值算法/人工智能] 整数规划法
说明: 本程序是在原来的单纯形法基础上改进的,主要用于分枝界定法求解的整数规划。 修正的地方: 1.运用勃兰特原则 2.人机互动-this procedure is in the original simplex method on the basis of improvement, mainly for Mycobacterium defined method of integer programming. The amendment : 1. Using the principle of<董延军> 在 2025-07-27 上传 | 大小:510kb | 下载:1
[其他小程序] Matlab系统辨识
说明: 系统仿真和辨识,包括递推最小二乘法RLS和目前先进的辨识理论,适合于系统仿真用.-system simulation and identification, including RLS recursive least squares method and the current advanced identification theory is suitable for system simulation.<董延军> 在 2025-07-27 上传 | 大小:17kb | 下载:2
[按钮控件] newbuttonx
说明:随意设置按钮的大小,颜色,形状,凸凹状态。使窗体界面活泼有吸引力。-arbitrarily set the button size, color, shape, punch and state. Windows interface to make it lively and attractive.<筱筱> 在 2025-07-27 上传 | 大小:23kb | 下载:0
[ICQ/即时通讯] 用WINSOCK实
说明:WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。本文提出了在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-WINSOCK is in the Windows communications network programming API, as well as network programming by Windows, the de facto standa<六开> 在 2025-07-27 上传 | 大小:39kb | 下载:0
[文件格式] 作业调度模拟
说明:在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作<陈峰> 在 2025-07-27 上传 | 大小:3kb | 下载:0