-
BlueTooth4.0
这是蓝牙4.0的规范说明文档,对于了解4.0协议有所帮助。(This is the Bluetooth 4.0 specification document helpful for understanding the 4.0 protocol.)
- 2013-10-14 21:50:52下载
- 积分:1
-
flim_cs
电影院售票系统,运用c#编写,需要连接数据可,功能比较全面,希望可以帮到你(Cinema ticketing system)
- 2020-10-21 22:17:23下载
- 积分:1
-
mfc_general_dynamenu
DYNAMENU illustrates dynamic modification of menus and status bars regardless of whether handling commands are known at compile time. DYNAMENU illustrates the following capabilities(DYNAMENU illustrates dynamic modificati on of menus and status bars regardless of whethe r handling commands are known at compile time. D YNAMENU illustrates the following capabiliti es)
- 2007-02-16 23:48:28下载
- 积分:1
-
Step7VarExport
c#example to access step7 wincc to export the varient
- 2019-04-16 10:28:29下载
- 积分:1
-
开源问卷
系统支持:
1.ASP.Net
2.Net Framework 2.0 1.1 推荐使用2.0版本
权限要求:系统默认权限即可
--------------------------------------------------------
普通空间安装
--------------------------------------------------------
1.将下载文件包解压缩到你的Web发布目录里
例如: Web目录是 D:Web
解压缩到 D:WebVote 下
2.为本系统建立一个虚拟目录
本例中将 Vote目录建成虚拟目录
3.确保http://你的域名/Vote可以访问到本系统
4.OK!安装完成!
- 2022-04-27 14:30:26下载
- 积分:1
-
图书室管理系统C
图书室管理系统C-C library management system
- 2023-03-31 20:00:03下载
- 积分:1
-
TurboCode
信道编解码中的turbo编解码程序,采用了多种解码算法,进行了性能比较,信道模拟高斯白噪声信道(Channel of the turbo codec codec procedures, using a variety of decoding algorithms, a performance comparison, channel analog Gaussian white noise channel)
- 2008-07-17 14:00:10下载
- 积分: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
-
scaner2
对给定的程序通过词法分析器弄够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。(The procedures given by the lexical analyzer words get enough to identify a symbol, and binary-type (other types of code words, words, symbols of the property value) are displayed. While the program is through the path of the file given to the word after the analysis of symbols and text prompts displayed.)
- 2011-01-10 18:18:49下载
- 积分:1
-
11.CPP-Primer-3rd
11.C++ Primer 3rd(中文版),众所周知的C++学习经典书籍,C++学习圣经(11.C++ Primer 3rd (Chinese version))
- 2015-04-04 10:28:24下载
- 积分:1