-
zyglcx
作业管理程序,利用C语言编写的作业管理程序
模拟可变分区存储空间的分配回收算法。要求菜单式操作,用户输入作业名和作业长度后,系统能根据作业分配存储空间;用户输入作业名后能回收分配的存储空间,并能按需要输出空闲表区和已分配表区表格的内容。(operations management procedures, C language prepared by the operations management procedures simulated variable zoning storage space allocation recovery algorithm. Asked menu-operation, user input from operations and operating length, the operating system can allocate storage space; Operating user input after recovery from the distribution of storage space. and by the need to spare output table and the table has been assigned as the district forms.)
- 2006-12-21 09:39:47下载
- 积分:1
-
programs
一些matlab的程序,初学数字信号处理时的联系用,是经典书籍的答案(small)
- 2009-02-22 18:24:49下载
- 积分:1
-
Buiw_note
此文档是学习buiw后的一些笔记,记录了学习过程中的犯过的一些错误,能给学习buiw的一些帮助!(The document is the study of the buiw after some notes, and records the learning process made some mistakes, can give buiw learning some help!)
- 2012-02-16 22:29:04下载
- 积分:1
-
SetThreadContext
This code is the simple SetThreadContext code.
This is suitable for beginner of Visual C++.
- 2010-07-28 14:37:36下载
- 积分:1
-
24dian
24点游戏应该是大多数人熟悉的游戏了,这个源代码就是实现24点游戏的。(24 points, the game should be familiar with the game most people, this source code is to achieve 24-point game.)
- 2008-12-16 21:21:57下载
- 积分:1
-
visualmatlabImageryprocessing
调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbxTest_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用
3.gatbx-example是算例调试源码和各算例的调试说明,大家可以对照原书进行比较
4.窃以为gatbx工具箱较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程,虽然在可视化方面不及gads
5.学习遗传算法如果首先用熟相关工具箱的话,能够先培养信心,然后更有兴趣去专研和了解具体的算法,如果就用现有的工具箱就能解决问题的话,不了解其详细的算法也未尝不可,毕竟不是每个研友都能向see_moonlight那样开发自己的工具箱吧, ( The debugging uses the Matlab edition is 6.5, gatbx-toolbox debugs the toolbox which in the process uses, somewhat warm-hearted ground the friend already to provide this toolbox, the reason that pasted again, was because under 6.5 editions debugged this toolbox to be able to present some wrong prompts, had already carried on the correction in this edition, will use this toolbox only to need to compress package of under gatbx and gatbx Test_fns joins to the Matlab search path then, moreover gatbx-origin was the primitive edition toolbox which the Sheffield university provided, has not made any modification, both might make the comparison are the example debugging sound code and various examples debugging explained with
3.gatbx-example, everybody might compare the original bookCarries on comparison
4. in my opinion under the gatbx toolbox s to be able to let the human compared with Matlab7 update gads toolbox be familiar with the understanding genetic algorithm principle and)
- 2010-10-17 15:11:22下载
- 积分:1
-
nainiu
奶牛健康管理系统!MFC界面,实现奶牛资料的录入、删除、更改、查询等操作!还有奶牛所属农场主的信息!可以输出资料到excel中!连接Access数据库!(Dairy Health Management System! MFC interface, data input to achieve cows, delete, change, query and other operations! There is information on dairy farmer-owned! Can export data to excel in! Connect Access Database!)
- 2010-01-08 20:41:34下载
- 积分:1
-
1234
显示日期时间的代码,可单行显示农历时间日期的代码(Show date and time of the code can be a single line of code displays the time and date lunar)
- 2010-02-23 13:14:31下载
- 积分:1
-
vc++matlab
vc++与matlab混合编程的快速实现 (vc++ with matlab the rapid realization of mixed programming)
- 2008-01-05 08:43:38下载
- 积分:1
-
B样条画线
Spline曲线工具
软件实现画三次参数样条曲线,bezier样条曲线.前者为插值曲线,后者为拟和曲线.并可以编辑曲线上的点,拖动.
画图步骤
1.点击Bezier曲线按钮,用鼠标左键在绘图区内选点,左上角显示当前坐标,右边列表框显示已选点组的坐标列表
点击右键画Bezier曲线.
2.点击三次样条按钮,用鼠标左键在绘图区内选点,左上角显示当前坐标,右边列表框显示已选点组的坐标列表
点击右键画三次参数样条曲线.
3.编辑,点击拖动按钮,左键选择要拖动的点(左键在该点小圆圈内按下,不松开左键),移动鼠标,松开左键结束
一次编辑,要再次编辑,须再次点击拖动按钮,并重复上述步骤.
注:
1.存储点组的数组长度为20,故允许点最多为20个,
2.程序画线过程中,使用一维点数组存放点坐标,所以只能对一个图形进行操作.
3.曲线绘制过程中,插值点数为k=10,视觉上存在一定微小误差.
- 2022-04-23 16:20:31下载
- 积分:1