-
基于Web的邮件系统, SharpWebMail
基于Web的邮件系统, SharpWebMail-Web-based mail system, SharpWebMail
- 2023-02-10 05:20:04下载
- 积分:1
-
stm32f103步进电机控制系统
使用arduino ide开发的stm32f103控制步进电机运转的系统,可同时控制3路步进电机运转、包含限位开关、行程编程、速度调节
- 2023-06-22 17:35:03下载
- 积分:1
-
canonsdk 用于开发佳能相机
开发佳能相机SDK,
- 2022-01-21 19:42:01下载
- 积分:1
-
c# development, can achieve to the Window menu item to add functionality.
本程序用c#开发,可以实现向窗体中添加菜单项的功能.-c# development, can achieve to the Window menu item to add functionality.
- 2022-04-10 00:29:19下载
- 积分:1
-
pppoe源码,已经亲测可以使用
Linux下的ppoe源码 可配置不同串口进行拨号上网,配合不同4G模块使用已经进行测试可以使用;对于短线重连等功能均进行测试可以使用;
- 2022-01-26 00:42:09下载
- 积分:1
-
基于Cocox2DX的安卓游戏-- 酷炫冰球
本安卓游戏是基于Cocox2DX游戏引擎的安卓游戏,是由C++语言编写,这里面又可以直接下载到手机里运行的apk文件,又有可以在电脑端看的源文件,十分方便初学者对Cocos2DX引擎的学习
- 2023-05-26 23:15:06下载
- 积分:1
-
基于神经网络的文字识别系统
基于神经网络的文字识别系统,里面有详细的注释-Based on neural network character recognition system, there are detailed notes
- 2022-06-13 09:46:02下载
- 积分:1
-
IEEE 33节点潮流
- 2022-04-16 23:16:18下载
- 积分:1
-
动画效果浮动窗体实例
private void StopRectTimer_Tick(object sender, EventArgs e) { //如果鼠标在窗体上,则根据停靠位置显示整个窗体 if (this.Bounds.Contains(Cursor.Position)) { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, 0); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height); break; case AnchorStyles.Left: this.Location = new Point(0, this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y); break; } } else //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体 { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, (this.Height - 3) * (-1)); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5); break; case AnchorStyles.Left: this.Location = new Point((-1) * (this.Width - 3), this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y); break; } } }
- 2015-06-10下载
- 积分:1
-
关于检测门限的三篇论文
关于门限检测的三篇论文,本人在硕士阶段做声音检测时曾经借鉴过,算法层面很好,但是当时具体负责硬件设计的师弟反馈用C实现较为困难,matlab算法仿真时,效果很好
- 2022-06-27 09:26:16下载
- 积分:1