资源列表

[其他小程序turtlePaiting

说明:C/C++实现著名的“海龟作图”源程序~ 海龟作图模型:假设有只海龟,用一个50*50的二维数组模拟一块由方格组成的 画板,记录海龟爬行路线。海龟的行踪命令从一个数组中读取 ,如读到1代表右转弯,读到2代表左转弯,读到36则代表前进6 格,经过的格子则置1,假设每次海龟都从[0][0]开始。请问如 何从左转和右转中找到控制二维数组行列增减的方法?-C/C++ to achieve the f
<肖煜东> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序qishiyouliProblem

说明:C/c++实现著名“骑士游历问题”~ 【问题描述】 给出一块具有n2个格子的n×n棋盘(如图3-14所示),一位骑士从初始位置(x0, y0)开始,按照“马跳日”规则在棋盘上移动。问:能否在n2? 1步内遍历棋盘上的所有位置,即每个格子刚好游历一次,如果能,请找出这样的游历方案来 -C/c++ to achieve the famous " knight tour problem" ~ 【】 given a probl
<肖煜东> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序flowshop

说明:实现作业调度机制,用动态规划解决流水作业调度问题-Implement job scheduling mechanism, flow-shop scheduling with dynamic programming to solve the problem
<赵莉> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序chinesemoney

说明:将阿拉伯数值的金额大写,比如1.23元-->壹圆贰角叁-The amount of the capital of Arab values, such as 1.23 yuan-> One Round II Triple Point
<局偶> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序Analyzer

说明:Time Analyzer allow to analyse process time of different part in source code. it helps to understand which part is more time costly and needs to be optimized
<Lonely_Hunter> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序matrics4

说明:四维数组类 用于图形学矩阵变换 是四维数组实现的-4*4matrics
<凌鹤> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序derangementsIterator

说明:A derangement iterator written in Python
<Jenny Liu> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序heapsort

说明:heapsort written in ML language
<Jenny Liu> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序reverse

说明:输入一个字符串,程序判断输出是否为回文字符串-Enter a string to determine whether the palindrome string
<肖煜东> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序crc-ccitt

说明:
<zhangshcong> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序POJ1007

说明:北京大学ACM POJ1007题 实现了对字符串按逆序排列-Peking ACM POJ1007 title achieved by reverse order of string
<liu> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[其他小程序Two-processor_flow-shop_scheduling

说明:两处理机流水作业调度实现两处理机间流水作业调度问题-To achieve the two processor flow-shop scheduling flow shop scheduling problem between the two processors
<赵莉> 在 2025-01-14 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org