-
Arc7
private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI * 0.5f
else return Math.PI * 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{(private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI* 0.5f
else return Math.PI* 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{)
- 2008-09-28 14:47:20下载
- 积分:1
-
PWMjkx
舵机驱动 用pwm脉冲调制驱动舵机的转动,实现舵机转动一定角度(Servo drive PWM pulse modulation drive the rotation of the steering gear, the steering gear rotation angle)
- 2013-05-13 08:44:42下载
- 积分:1
-
STM32F10X
说明: STM32F103 通过I2C总线识别TCS34725颜色输出(STM32F103 identifies tcs34725 color output through I2C bus)
- 2020-03-11 23:15:20下载
- 积分:1
-
yuyin-wavelet
语音小波去噪方法的matlab实现 比较基础 可以看看(Voice Wavelet Denoising matlab can look at the basis for comparison)
- 2012-11-27 21:01:55下载
- 积分:1
-
password Manager是一款轻量级的个人账号管理系统,个人账号信息以自定义文件的形式保存,所有在添加记录结束了,不要忘记了对账号信息进行本地保存...
password Manager是一款轻量级的个人账号管理系统,个人账号信息以自定义文件的形式保存,所有在添加记录结束了,不要忘记了对账号信息进行本地保存
笨软件使用与那些经常忘记密码或密码账号过多的人群个体.
注意: 本软件由vc#2005编译,属于绿色软件,如果你想要正常启动该程序你的系统必须是winxp +sp2及以上完整安装版 或者你的系统安装了.net 类库2.0及以上-password Manager is a lightweight personal account management systems, personal account information to customize the file saved, all the added record is over, do not forget the right account information is stored locally with those stupid software often forget your password or password too many people an individual account. Note: This software is compiled by the vc# 2005 belonging to the green software, if you want to normally start the program your system to be winxp+ sp2 and above, the full install version, or your system installed. net class library 2.0 and above
- 2022-01-22 09:10:10下载
- 积分:1
-
store_manager
这是一个库存管理系统,1.使用SQL Server建立数据库和表以及相应的视图;
2.使用Visual C++建立基于对话框模型的工程框架
3.依次创建各表的类,用来操作表数据
4.创建用户登陆模块,实现基本的登录和退出功能
5.创建客户管理模块,实现对客户信息的编辑和管理功能
6.创建仓库管理模块,实现对仓库信息的编辑和管理功能
7.创建产品管理模块,实现对产品类别和信息的编辑和管理功能
8.创建操作管理模块,实现对仓库的各种操作的编辑以及管理功能
9.创建统计查询管理模块,实现对产品的出入库统计以及对库存产品流水统计功能
10.创建数量管理模块,实现产品数量报警以及失效报警功能
()
- 2007-07-16 10:26:55下载
- 积分:1
-
hologram-recon
傅里叶全息图的光学重建,利用菲涅尔衍射,透镜菲涅尔衍射三部 仿真光学重建过程(simulating optical reconstruction hologram through fresnel diffraction, fourier lens,fresnel diffraction )
- 2014-12-30 15:57:31下载
- 积分:1
-
gundongzimu
在两个控件里实现自动的字幕滚动,点击取消后,停止(In the two controls in the subtitles automatically scroll, click Cancel, stop)
- 2010-08-25 21:17:20下载
- 积分:1
-
SPI_110630
microchip的单片机,型号为PIC18F4580,应用了MCP2515芯片,SPI扩展成10路CAN通信接口,(microchip microcontroller, model for the PIC18F4580, the application of the MCP2515 chip, SPI CAN extended to 10-way communication interface,)
- 2011-12-01 10:52:39下载
- 积分:1
-
TOOLBOX_calib
说明: 摄像机参数标定,可以标定摄像机参数,进行摄像机参数标定(Camera parameter calibration)
- 2009-08-15 20:10:39下载
- 积分:1