-
jielian
捷联惯导航姿系统C语言实现,可以方便的得到飞机的飞行姿态。(Navigation position system SIMU program development, you can easily get the aircraft attitude.)
- 2011-12-26 18:40:12下载
- 积分:1
-
QT实现USB摄像头拍照
本实例使用QT设计了GUI,并且读取USB摄像头,可以实现拍照功能
- 2020-11-04下载
- 积分:1
-
WebRTC_VAD
编译过的WEBRTC VAD代码,VC编译通过,能调试。(WEBRTC VAD codes, vritual c++.)
- 2017-09-18 15:16:40下载
- 积分:1
-
stkQt
Qt与STK结合的例子,在Qt编写的程序中嵌入STK,实现STK中对象的查看和操作。开发环境:Qt4.5.0,vs2005(Qt based on STK and example, embedded in programs written in Qt STK, realizes the STK objects in view and operation.)
- 2021-02-18 20:09:44下载
- 积分:1
-
udp
滑动窗口协议实现,分为客户端和服务器两部分。另外包含一个udp.cpp是利用udp协议传输文件。(Sliding window protocol is divided into two parts of the client and server. Another contains a udp.cpp is to use the udp protocol to transfer files.)
- 2020-12-09 11:19:19下载
- 积分:1
-
STM32H745_Ethernet
Trying to get Ethernet, LWIP and FreeRTOS working on the STM32H745. Testing on the NUCLEO-H745ZI-Q using FW_1.7 and the STM32CubeIDE.
## Instructions on how to get started:
* [LWIP without RTOS](Documentation/lwip_nortos.md)
* [LWIP with RTOS](Dcumentation/lwip_rtos.md)
## Bugs and improvements
* [SysTick not increasing ticks](Documentation/no_systick.md)
* [No DHCP IP when starting without ethernet cable](Documentation/dhcp_nocable.md)
## Current status:
* RTOS works (blinky)
* LWIP works (nucleo board gets IP from DHCP on router)
* HTTP test server works (navigate to http:///index.html for demo)
- 2021-07-25 00:31:02下载
- 积分:1
-
2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar...
2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
- 2023-05-22 16:05:04下载
- 积分:1
-
基于粒子群优化的向量回归预测分析 pso-svr 代码
基于粒子群优化的向量回归预测分析
matlab代码(Support vector regression code with pso)
- 2021-04-02 16:39:08下载
- 积分:1
-
序列号生成代码
public static string DesEncrypt(string encryptString, string key)
{
byte[] keyBytes = Encoding.UTF8.GetBytes(key.Substring(0, 8));
byte[] keyIV = keyBytes;
byte[] inputByteArray = Encoding.UTF8.GetBytes(encryptString);
DESCryptoServiceProvider provider = new DESCryptoServiceProvider();
MemoryStream mStream = new MemoryStream();
CryptoStream cStream = new CryptoStream(mStream, provider.CreateEncryptor(keyBytes, keyIV), CryptoStreamMode.Write);
&nb
- 2022-02-14 04:41:29下载
- 积分:1
-
Stu-mine
以学生本班的成绩管理为应用、开发一个小小和成绩管理系统。设计了如下类: Person 、Student、Teacher、Credit。利用builder的可视化编程.()
- 2008-07-11 05:26:01下载
- 积分:1