-
Calculate-the-Coma-aberration-
用于光学设计分析软件的计算各视场慧差的宏(The optical design and analysis software is used to calculate the field of view of each macro coma)
- 2014-10-29 16:15:48下载
- 积分:1
-
象棋中马的遍历
1. 设计题目的内容及要求
1) 问题描述
在中国象棋棋盘上,任意一个位置放置一个棋子马,要能选择一套合适的移动路线,按象棋中“马走日”的移动规则不重复地遍历棋盘上每一个位置点。
2) 基本要求
A. 起始位置坐标由用户输入任意指定,然后依次输出所遍历的每个位置坐标。
B. 开始先不必考虑象棋中“蹩马腿”的规则,实现基本遍历功能。
2. 需求分析
1) 功能需求
即实现给定马的起点输出一条马遍历整个棋盘的路径。
2) 数据需求
马的位置用坐标表示。用户输入一个二维数组上的点。
3) 交互界面需求
交互界面应包括功能说明、输出通俗易懂的结果等。结果包括坐标构成的路径和形象化的棋盘棋子的跳动。
- 2022-05-06 08:48:24下载
- 积分:1
-
lib_pi
使用PISDK和HttpListener组件,用Http的方式发布PI的Tag操作。采用了简单的安全验证,自动添加double类型的Tag。(Use the PISDK and HttpListener component, to release PI Tag operations on Http . With a basic security verification, automatically add the Tag of type double.)
- 2013-05-16 11:47:59下载
- 积分:1
-
一个用C#写的FTP客户端。界面像资源管理器。有源码,大家可以研究一下。...
一个用C#写的FTP客户端。界面像资源管理器。有源码,大家可以研究一下。-a written using C# FTP client. Like interface for the management of resources. FOSS is, we can look at.
- 2022-02-01 20:48:38下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1
-
NTC
STM8S的芯片内置的ADC采样NTC,通过查表,插值计算出实际的温度,然后通过内置PWM控制LED的亮度,从而控制LED灯具的工作温度。(STM8S chip built-in ADC sampling NTC, through table lookup, interpolation to calculate the actual temperature, and then through the built-in PWM control LED brightness, thereby controlling the working temperature of LED lamps.)
- 2018-11-08 16:42:54下载
- 积分:1
-
tcp_ip_c
这是本人以前用C51做的TCP/IP协议,也是借鉴了一些前辈的东西,,,,绝对可用!(this is my previously C51 do TCP/IP protocol, as well as from some older things,, absolutely available!)
- 2006-11-09 14:39:19下载
- 积分:1
-
storage_examples
cx_3 storage source code with examples
- 2015-04-14 19:18:43下载
- 积分:1
-
MapReduce 例子源码下载
MapReduce.NET 来源于官方https://code.google.com/p/mapreduce-net
- 2014-10-23下载
- 积分:1
-
基于图像harris算子的图像检索
该程序用来提取图像中目标区域的harris算子,并且能够进行图像检索,图像特征提取等等重要的项目分析,是实验室原创的东西,需要和数据库链接
- 2022-07-17 15:58:17下载
- 积分:1