-
水准网平差
说明: WT,c++写的,还不是我写的,就是一个教学资料,开通账户用的(WT, written by c++, not written by me, is a teaching material for opening an account)
- 2020-06-19 05:40:01下载
- 积分:1
-
原始etc.pak
说明: 问道1.60服务器中最原始的etc文件(未做修改)压缩包,放入服务器后即可生效(The original etc file compression package in the server will take effect after it is put into the server)
- 2020-09-27 13:47:46下载
- 积分:1
-
stm32f107最基础led
stm32f107最基础led包含io配置,时钟和管脚配置,ANCS在苹果机里面,实现BLE外设,能够接收到 通知,从而做出响应,实现种功能,如 点灯,或者 报号,触发其它事件。增加了蓝牙的外设功能
- 2022-01-26 06:05:03下载
- 积分:1
-
rljc
人脸检测,在OPENCV下运行.基于HARR特征(Face Detection, in OPENCV run. Based on characteristics HARR)
- 2008-05-09 22:17:49下载
- 积分:1
-
suixi
此项目完整玩具机器人代码和原理,还元器件清单;(This project complete toy robot code and principles, to restore the device list )
- 2015-04-15 23:33:44下载
- 积分:1
-
firstp
opencv环境下,系统能够在窗口抓捕获图像并保存为灰度格式或者真彩格式,并且存储下来。(Set up your system to capture and display live video in a window.
Access each frame and do any operations you want to the frame pixels.)
- 2015-10-20 19:33:59下载
- 积分:1
-
Visual C# 自动识别Access数据库路径
Visual C# 自动识别Access 2000数据库路径,当然不仅限于Access2000,Access2007版本也可以,此源码仅是示例,当然打开程序后,程序会自动搜索Access路径,连接之后自动打开程序。大致的实现方法,可参考下述代码:
string strPath = Application.StartupPath + " est.mdb";//得到数据库路径
string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=" + strPath;//创建连接字符串
OleDbDataAdapter OleDatOleDat = new OleDbDataAdapter(//创建数据适配器对象
"select * from 帐目", ConStr);
OleDatOleDat.Fill(dt);//填充数据表
count = dt.Rows.Count;
textBox1.Text = dt.Rows[0][0].ToString();//显示数据表中数据
textBox2.Text = dt.Rows[0][1].ToString();//显示数据表中数据
textBox3.Text = dt.Rows[0][2].ToString();//显示数据表中数据
textBox4.Text = dt.Rows[0][3].ToString();//显示数据表中数据
- 2022-03-24 00:39:43下载
- 积分:1
-
数独游戏试玩
每天都有247个数独!随时随地免费在线玩数独
- 2022-10-25 16:00:03下载
- 积分:1
-
Network
对于给定某一线性时不变网络(不含受控源),根据网络属性及结构,通过编程实现自动生成其关联矩阵A和一个树。(Given a linear time-invariant network (excluding controlled source), according to the network properties and structure of the automatically generated by programming its associated matrix A and a tree.)
- 2013-11-03 18:32:12下载
- 积分:1
-
stm32f767 跑马灯
阿波罗开发板例程,主频210MHz,开发环境keil5,需要添加相应的cortex-M7,编译通过,基本没什么大问题,需要的朋友可以下载,减少开发时间。
- 2022-01-31 12:26:09下载
- 积分:1