-
seismic-response-spectra
地震反应谱理论详细讲解,非常有有用的知识(seismic response spectra)
- 2011-12-06 09:58:31下载
- 积分:1
-
oscillograph
本示波器代码是以stm32f407为硬件基础,通过对12位adc,dma,以及定时触发模式的配置,最终在12864液晶屏上显示波形。(This oscilloscope Code is stm32f407 based hardware, by 12 adc, dma, and configure the timing trigger mode, the final display waveforms on 12864 LCD screen.)
- 2015-08-25 13:40:19下载
- 积分:1
-
BinaryTreeViaMFC
画图法实验数据结构中二叉树先序、中序、后序遍历和显示。(Paint Method in the first order binary tree data structure, in order, post order traversal and display.)
- 2011-05-27 20:14:36下载
- 积分:1
-
C# 获取Access数据库的数据表名称
C# 获取Access数据库的数据表名称,private void button1_Click(object sender, EventArgs e)
{//获取Access数据库的数据表名称
string MyAccessDBFile = @"F:Northwind.mdb";
string MyConnectString ="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" +MyAccessDBFile;
var MyConnection = new System.Data.OleDb.OleDbConnection(MyConnectString);
MyConnection.Open();
var MyTables = MyConnection.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Tables, new object[] { null, null, null, "TABLE" });
string MyInfo = MyAccessDBFile + "数据库的数据表包括:";
foreach (DataRow MyRow in MyTables.Rows)
{
string MyTable = MyRow["TABLE_NAME"].ToString();
MyInfo += MyTable + "、";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2023-01-05 19:40:03下载
- 积分:1
-
VCPP
此资料能够使自己充分的了解VC++,而且还能在其中熟悉语言环境。(This information can make their full understanding VC++, but also the environment in which you are familiar with the language.)
- 2013-09-23 12:23:03下载
- 积分:1
-
Object-programming
适合初学者用的,对象编程。初学者交流之用。(Programming for beginners to use, object. A beginner.)
- 2013-11-02 20:57:45下载
- 积分:1
-
1939协议
说明: J1939是SAE(美国汽车协会)定义的基于CAN总线的规范,目的是解决不同发动机厂商、不同ECU厂商的兼容性问题。一般运用于大型车辆。(J1939 is a specification based on CAN bus defined by SAE (American Automobile Association), aiming at solving the compatibility problem of different engine manufacturers and different ECU manufacturers. Generally used in large vehicles.)
- 2020-06-22 16:00:01下载
- 积分:1
-
762 source
source wyd 762 com codigo em c++, source wyd 762 com codigo em c++
- 2020-06-19 01:40:01下载
- 积分:1
-
物协的起步趣味实验
通过C#编写上位机,能够实现实时传输单片机程序,绘画图形,并且可以通过最小二乘法实现相关数据拟合与分析,在单片机程序里面可以事实调节各种传感器模块,达到增强兴趣的作用
- 2022-01-23 11:06:10下载
- 积分:1
-
学生信息管理系统
学生信息+选课系统是一个教育单位不可缺少的重要系统组成部分,它对于学校的决策者、管理者管理、查看课程来说都有至关重要,所以学生选课管理系统应该能够为广大学、师生提供充足的信息和快捷的课程选择过程,有助于学生选好每一门课程,此系统系统选课方便、快捷,用简单的界面来展示学生的选课信息,应用简单明了、存储量大、可靠性高、保密性好、寿命长、成本低等优点,可以极大的提高对学生信息管理的效率。利用C语言开发,实现了简单的学生课程信息的录入、修改、查询、删除等操作,并且能够利用文件系统长久的保留原始数据。
- 2022-12-17 19:35:04下载
- 积分:1