-
2downbank0120EmpireCMS
说明: 在建国60周年举国欢庆的日子里,帝国迎来了高性能、高容量的v6.0版网站内容管理系统正式版隆重发布!作为web内容管理解决方案的提供商(The country to celebrate the 60th anniversary of the day, the Empire ushered in a high-performance, high-capacity version of Web Content Management System v6.0 full version grand release! As a web content management solutions provider)
- 2011-03-22 19:28:49下载
- 积分:1
-
无刷电机六步换相BLDC源码
本例程是基于台系Cotex-M0的MCU用C语言编写的无刷电机通过hall实现六步换相的 例程,适合初学者学习,工程中实际应用
- 2022-04-18 22:27:37下载
- 积分:1
-
dos
学习一段时间的网络编程,自己的收获,很简单的程序,但是觉得很有意思。服务器,或者是客户端程序。(err)
- 2007-12-28 17:33:17下载
- 积分:1
-
利用opencv进行双目视觉稀疏点匹配与重建
本程序应用于双目视觉三维重构,利用的是稀疏点的匹配,本人配置是VS6++和opencv1.x,效果很好,本人亲测有用,希望给各位带来帮助。
- 2022-03-21 00:02:33下载
- 积分:1
-
ADC 两路 UV
只用于学习STM32F429的ADC,将一路ADC采集,改为两路ADC采集,并将采集的模拟量转换为紫外线等级。(It is only used to learn the ADC of STM32F429. It changes one ADC acquisition to two ADC acquisitions, and converts the analog acquisition to ultraviolet level.)
- 2020-06-20 03:40:01下载
- 积分:1
-
431
说明: 三端稳压可调集成芯片.应用很广,可当制作各种类型的稳压源(Three-terminal adjustable regulator ICs. Application is very broad, can be produced when the source of all types of regulators)
- 2010-03-29 14:01:39下载
- 积分:1
-
md5加密c++跨平台
md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){ context->count[0] = 0; context->count[1] = 0; context->state[0] = 0x67452301; context->state[1] = 0xEFCDAB89; context->state[2] = 0x98BADCFE; context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){ unsigned int i = 0; unsigned int index = 0; unsigned int partlen = 0; index = (context->count[0] >> 3) & 0x3F; partlen = 64 - index; context->count[0] += inputlen count[0] < (inputlen count[1]++; context->count[1] += inputlen >> 29; if(inputlen >= partlen) { &n
- 2022-01-22 14:33:35下载
- 积分:1
-
Labwindow/CVI popup-dialog
这个程序简单展示了利用Labwindow/CVI制作对话框的步骤。让弹出的对话框不再变得神秘。(This program shows a simple step uses Labwindow/CVI make dialog. Let the dialog box no longer becomes mysterious.)
- 2015-08-26 20:18:31下载
- 积分:1
-
音乐播放器,须得调整
对当前主流的音乐格式进行解码,并播放,可使用的平台为windows,使用了portaudio,以及windows对音乐房网的api
- 2022-04-07 19:57:16下载
- 积分:1
-
采用 CAMSHIFT 算法快速跟踪和检测运动目标的 CC++ 源代码
采用 CAMSHIFT 算法快速跟踪和检测运动目标的 CC++ 源代码-CAMSHIFT algorithm using fast-track and detect moving targets CC++ Source code
- 2022-06-20 13:45:31下载
- 积分:1