-
数据结构课程设计校园导游咨询系统源代码,描述导游咨询系统功能。...
数据结构课程设计校园导游咨询系统源代码,描述导游咨询系统功能。-data structure design school curriculum guides advisory system source code, guides describe advisory system functions.
- 2022-05-30 09:41:19下载
- 积分:1
-
ShowTime
这是一个evc制作的显示时间的软件,在wince平台可以运行,修改。
(This is a evc show time software, with wince platform can run, modify.
)
- 2016-05-30 18:20:33下载
- 积分:1
-
MatchLSM
1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
- 2013-08-28 15:45:57下载
- 积分:1
-
C# 使视频播放窗口倾斜一定的角度
C# 使视频播放窗口倾斜一定的角度,且播放窗口会随着主窗口大小的改变而自动变大或变小,窗口倾斜的角度可自己调整,这里是倾斜-30度,你可以改变这个值,编译源代码查看效果。关于窗口倾斜功能的核心代码,请参见以下代码:
this.mediaElement1.Source = new Uri("Bear.wmv", UriKind.Relative);
RotateTransform MyRotateTransform = new RotateTransform();
MyRotateTransform.Angle = -30;
this.mediaElement1.RenderTransform = MyRotateTransform;
需要完整源码的请在本页面下载哦。
- 2023-06-05 00:30:04下载
- 积分:1
-
serial
说明: 串口的发送和接受程序,板子上实验通过,和大家分享。(Send and receive serial procedures, the experiment through the board, share with you all.)
- 2009-08-15 10:03:26下载
- 积分:1
-
16.Ping
基于W5500芯片的ping功能,使用W5500ping通其他设备(W5500 chip based on the ping function, the use of W5500ping through other devices)
- 2020-11-19 13:49:38下载
- 积分:1
-
c#远程桌面连接源码
c#远程桌面连接源码 主要介绍客户端 可以正确使用
包含客户端和se
c#远程桌面连接
c#远程桌面连接源码 主要介绍客户端 可以正确使用
包含客户端和server等
源码 主要介绍客户端 可以正确使用
包含客户端和server等
rver等
- 2022-01-25 17:17:17下载
- 积分:1
-
piyinzi
劈因子法程序源代码(hewing factor method source code)
- 2004-12-24 08:48:50下载
- 积分:1
-
Micrium
stm32l152代码,调试的4463的程序,实现数据的收发,程序未调试完毕,整理了代码,串口接收数据还有问题。(stm32l152 code, debugging of 4463, and to send and receive data, the program is not debugged, compiled code, serial receive data is problematic.)
- 2016-01-18 20:06:08下载
- 积分:1
-
phpMyAdmin(MySQL)Violent-attack
这个工具是一个利用phpmyadmin来破解mysql数据库密码的工具。
可以是字典或是暴力破解都可以。
mysql数据库用户名可自定义(This tool is a use of phpMyAdmin to crack MySQL password tool.
It can be either a dictionary or a brute force.
Mysql user name can be customized)
- 2016-05-07 12:34:38下载
- 积分:1