-
Linux_4_36060302_36060304_36060307_36060323
大学操作系统实验:模拟LINUX操作系统的文件系统机制,实现了对FAT16格式的U盘中,文件、目录的增删改查功能,以此来达到文件管理的作用。(University of the operating system experiment: Analog LINUX operating system, file system mechanism of the U after FAT16 format, file, directory search function to the additions and deletions, in order to achieve the role of document management.)
- 2009-07-05 11:23:50下载
- 积分:1
-
ADX345
说明: aDXL345驱动,ADI三轴加速度计,适用于入门级产品,价格便宜(ADXL345 drive, ADI triaxial accelerometer, suitable for entry level products, cheap price)
- 2020-06-29 15:02:12下载
- 积分:1
-
C# 利用AND运算符进行查询
C# 利用AND运算符进行查询,查询外语成绩和高数成绩都大于80的学生信息。相关的SQL语句写法和自定义如下:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Grade WHERE 外语>80 AND 高数>80");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-29 10:55:04下载
- 积分:1
-
ndiswrapper驱动源码
NdisWrapper实际上是一个开源的驱动(从技术上讲,是内核的一个模块),它能够让Linux使用标准的Windows XP下的无线网络驱动.你可以认为NdisWrapper是Linux内核和Windows驱动之间的一个翻译层.Windows驱动可以通过 NdisWrapper的配置工具进行安装
- 2022-01-25 23:44:40下载
- 积分:1
-
2MMSE_overlap_128pt---64equalization
60GHZ高速无线通信系统仿真,采用分数域频域均衡,GOLAY作为导频,先到为802.16ad.(60GHZ high-speed wireless communication system simulation, using fractional frequency domain equalization, GOLAY as a pilot, first as 802.16ad.)
- 2014-09-21 15:44:07下载
- 积分:1
-
Polynomial
Polynomial基于数据结构的思想,文件比较小,可以直接运行(Polynomial based on the idea of data structures, file is relatively small and can be run directly)
- 2013-12-11 11:05: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
-
两个VC++ Modbus通信例子源代码
modbbus rtu通讯例子,内附有实现文档(Modbbus RTU communication example, with an implementation document)
- 2018-01-07 23:40:36下载
- 积分:1
-
kinetis mkl16例程
kinetis mkl16例程,mdk工程。应该会对各位初学者有一定的帮助。
- 2022-07-28 14:21:42下载
- 积分:1
-
一个简单的个人财务管理系统。 提供给大家免费试用。 希望大家多提意见。...
一个简单的个人财务管理系统。 提供给大家免费试用。 希望大家多提意见。-a simple personal financial management system. Available to all free trial. We hope to speak up.
- 2022-10-07 06:35:03下载
- 积分:1