登录
首页 » matlab » jobshop

jobshop

于 2009-07-02 发布 文件大小:18KB
0 135
下载积分: 1 下载次数: 121

代码说明:

  job shop 很有用的遗传算法算法,望认真看,在修改(job shop)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EM78P153设计的PWM源代码,里面有详细的描述。
    EM78P153用PWM设计的源代码,其中有详细的说明。
    2022-08-03 05:00:27下载
    积分:1
  • single
    单键遥控码学习控制器-single-button remote control codes Learning Controller
    2023-06-20 17:20:03下载
    积分:1
  • asm
    这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。 (This is a letter or number system conversion process between the 5 main modules, called module 1 and module 7 module 1 also called modules 2,3,4 and 6 in four modules, of which: Module 2 realize lowercase letters to uppercase letters conversion module 3 realize capital letters to lowercase letters conversion module 4 realize binary number to hexadecimal number conversion module 6 hexadecimal number to realize binary number conversion module 7 realize hexadecimal number to decimal number conversion by the )
    2008-05-27 20:43:25下载
    积分:1
  • DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
    DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
    2023-06-25 06:50:03下载
    积分:1
  • 操作EXCEL数据和表格的好源码,是从月光源码网站上下载下来的,很好学习,十分感受谢源码写者,...
    操作EXCEL数据和表格的好源码,是从月光源码网站上下载下来的,很好学习,十分感受谢源码编写者,-EXCEL operation data and forms a good source is from the source Web site to download the moonlight down, good learning, feeling very grateful to source authors,
    2022-11-15 01:30:03下载
    积分:1
  • 这是书上的习题答案,希望大家多多关照,对我们很有帮助...
    这是汇编书上的习题答案,希望大家多多关照,对我们很有帮助-This is a compilation of the book answers the exercise, I hope everyone a lot of attention to our very helpful
    2022-03-18 00:03:47下载
    积分:1
  • after-school-exercise-
    《微机原理》第一章课后练习程序找错题:1、熟悉EMU8086仿真环境; 2、在EMU8086环境下单步调试给出的程序,加深对重要指令的理解 (" Computer Architecture" the first chapter after-school exercise program got the wrong questions: 1, familiar EMU8086 simulation environment 2, in the single-step debugging environment EMU8086 given to deepen the understanding of the important instructions)
    2014-06-18 16:36:25下载
    积分:1
  • 音电压表。 // 文件来源:《SPCE061A单片机实验指导书》,"实验三十八 0~3V电压测量表"...
    语音电压表。 // 文件来源:《SPCE061A单片机实验指导书》,"实验三十八 0~3V电压测量表"-voice voltage meter.// Source of the document : "SPCE061A experimental guide book", "Experiment 38 0 ~ 3V voltage measurement table"
    2022-11-09 08:45:04下载
    积分:1
  • Procedures provided in the class realize the establishment of a sub
    程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
    2023-03-26 12:50:04下载
    积分:1
  • DIACHARGER
    铅酸蓄电池的大电流放电回路的控制,有自关断放电回路的功能的。(Control of the lead-acid batteries, high-current discharge circuit, since the shutdown function of the discharge circuit.)
    2012-02-21 23:08:36下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载