-
dingpiaoxitong
航空客运订票系统程序设计
源码和论文(Air passenger booking system programming source code and papers)
- 2020-09-02 17:18:07下载
- 积分:1
-
动态托盘,让托盘图标动起来,类似图片轮换的方式
动态托盘,让托盘图标动起来,类似图片轮换的方式-dynamic tray, tray icon to move, rotate pictures similar to the way
- 2022-02-12 01:39:13下载
- 积分:1
-
sanjose_hdlcon
FFT implementation using C program
- 2014-02-11 21:01:40下载
- 积分:1
-
usb2spi
usb2 to spi by c language for chip C8051F
- 2011-06-21 20:07:41下载
- 积分:1
-
鼠标、手势画线
unity 实现鼠标、移动端手势画线
public class DrawLineByMouse : MonoBehaviour {
public Material mat;
public List vertexPosList= new List();
public List breakFlagList = new List(); //当为真时,需要断开
public Color lineColor;
Vector2 _lastMousePos;
Vector2 _curMousePos;
bool _canDrawLine=false;
bool _mouseButtonHaveUp = false;
void OnGUI(){
if (!Input.GetMouseButton(0))
{
if (vertexPosList.Count > 1)
{
_mouseButtonHaveUp = true;
}
return;
}
_curMousePos = new Vector2(Input.mousePosition.x / (float)Screen.width, Input.mousePosition.y / (float)Screen.height);
if (Vector3.Distance(_lastMousePos,_curMousePos)>0.001f)
{
vertexPosList.Add(_curMousePos);
- 2022-03-21 05:37:56下载
- 积分:1
-
get_local_ip
说明: 在linux系统利用C语言编写实现获取板卡本地ip地址的功能(The function of obtaining the local IP address of the board card is realized in the Linux system with C language)
- 2020-01-06 09:34:23下载
- 积分:1
-
arcgis空间分析
arcgis二次开发,可以完成一些简单的空间分析功能,比如说缓冲分析,最短路径分析。这个是自己根据老师安排的任务自己写的一个简单程序,主要是作为练手的程序,不具备商用价值,希望可以帮助刚刚踏上地信二次开的道路上的小伙伴。不需要积分
- 2022-11-03 00:55:03下载
- 积分:1
-
C#简单服务器
用C#所写服务器,能够挂上静态页面,有UI界面。
- 2023-02-24 05:25:04下载
- 积分:1
-
CuraEngine-master
3维切片算法引擎写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。(Three dimensional slice algorithm engine written detailed upload function, including the content description (at least 20 characters). Try not to let station to the time spent on your note on the amendment. Extracting compressed package can not have a password.)
- 2013-11-08 10:19:08下载
- 积分:1
-
winform-Mail
c#+winform+简单的发邮件程序,本人测试可以用的,供大家学习(c#+ winform+ simple e-mail program, I test can be used for all learning)
- 2020-09-09 10:58:02下载
- 积分:1