-
C#通过存储过程操作数据库实例源码
存储过程操作数据库实例
- 2013-01-26下载
- 积分: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
-
Serial Communication c# Source, use the serialport category vs Serial Communicat...
串口通信c#源码,使用vs的serialport类实现串口通信-Serial Communication c# Source, use the serialport category vs Serial Communication
- 2023-04-28 13:50:03下载
- 积分:1
-
很不错的串口发送中英文字体程序,在界面上输入中英文,通过串口发送二进制码。...
很不错的串口发送中英文字体程序,在界面上输入中英文,通过串口发送二进制码。-Serial port to send a very good procedures in both English and Chinese fonts, in the interface input Chinese and English, through the serial port to send binary code.
- 2022-03-09 20:12:34下载
- 积分:1
-
STC11F单片机串口测试程序
STC11F60XE单片机串口配置测试
/* 测试包含:双串口切换、定时器1发生波特率/独立波特率发生器发生波特率*/
/* 传统8051定时器速度/1T定时器速度、查询/中断工作方式 */
- 2022-03-07 14:50:34下载
- 积分:1
-
智能卡 excange
项目 ini dibuat untuk dapat berkomunikasi 通讯社个人 komputer 通过智能卡。
项目 ini menggunakan 语 c# 中,丹 menggunakan fasilitas winscard API 达日 mocrosoft。
塞贝尔汉能投资严重病例数从茂 mencari pertolongan 角马拉 disuruh 上传源代码,pelit amat 啊...
gw 茂阿金分享科学院 tapi gak 基尼基尼 amat 开利......
- 2022-06-28 06:20:56下载
- 积分:1
-
假设二叉树用链接存储结构进行存储,root指向根结点,p所指结点为任一给定的结点,编写一个求出从根结点到p所指结点之间路径的函数。...
假设二叉树用链接存储结构进行存储,root指向根结点,p所指结点为任一给定的结点,编写一个求出从根结点到p所指结点之间路径的函数。-assumptions used to link storage structure for storage, root at Root, p referring to the node to a set of nodes, obtained from a prepared Root referred to p path between nodes function.
- 2022-01-31 23:37:36下载
- 积分:1
-
STM32下实现list操作
STM32下实现list操作,包括创建、插入、删除等操作。含测试程序。
- 2022-03-23 23:04:12下载
- 积分:1
-
H265解码库,快速解析帧头VPS PPS SPS I帧信息等
基于libde265,新增帧头VPS PPS SPS信息的封装,不用对整帧进行解码即可快速获得帧头信息。
- 2022-03-17 05:01:06下载
- 积分:1
-
ASCII火箭船升空
这是一个愚蠢的一段代码,我捡来了一个留言板。它的作用是使一个ASCII的火箭起飞了一遍又一遍,先慢快的向屏幕的上方。 ;好有你的描述,我可以点了吗? ;所有我想要做的是下载的代码,另一张是同样愚蠢的因为我需要把我的程序,这些都是废话填50字来满足网站的需求。
- 2023-04-13 07:00:04下载
- 积分:1