搜索结果

找到约 7 项符合 numbered 的查询结果

Java编程 Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them i

Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them into 2 piles so that: The sum of the first pile is as close as possible to 36 and the product of all in second pile is as close as poss to 360.
https://www.eeworm.com/dl/633/412835.html
下载: 124
查看: 1053

单片机编程 MPC7400 Part Number Speci&THOR

MPC7400 Part Number SpeciÞcationThis document describes part number speciÞc changes to recommended operating conditions and revised electrical speciÞcations,as applicable, from those described in the generalMPC7400 Hardware SpeciÞcations.SpeciÞcations provided in this P ...
https://www.eeworm.com/dl/502/31388.html
下载: 149
查看: 1074

单片机编程 MPC7400l零件号码规范说明

This document describes part number speciÞc changes to recommended operating conditions and revised electrical speciÞcations,as applicable, from those described in the generalMPC7400 Hardware SpeciÞcations.SpeciÞcations provided in this Part Number SpeciÞcation supersed ...
https://www.eeworm.com/dl/502/31391.html
下载: 163
查看: 1045

其他 An instrument other than a watch for measuring or indicating time, especially a mechanical or electr

An instrument other than a watch for measuring or indicating time, especially a mechanical or electronic device having a numbered dial and moving hands or a digital display.break down the enemy s resistance
https://www.eeworm.com/dl/534/260330.html
下载: 76
查看: 1033

软件工程 Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 throu

Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20 in Volume 1. Within each chapter, the routines appear in the same order as in Volume 1, but not broken out separately by section number wit ...
https://www.eeworm.com/dl/540/426506.html
下载: 90
查看: 1101

Linux/Unix编程 //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)

//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d ...
https://www.eeworm.com/dl/619/451814.html
下载: 99
查看: 1108

JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
https://www.eeworm.com/dl/685/482771.html
下载: 199
查看: 1065