-
TOOLBOX_calib
说明: 摄像机参数标定,可以标定摄像机参数,进行摄像机参数标定(Camera parameter calibration)
- 2009-08-15 20:10:39下载
- 积分:1
-
rsa
RSA的加密和解密。运行在VC++6.0下。(RSA encryption and decryption)
- 2020-06-19 09:40:01下载
- 积分:1
-
boa-0.94.13
说明: boa服务器是一个简易的WEB服务器,通过它可以让很多的系统实现浏览器与客户端的数据交互(Boa server is a simple WEB server, through which many systems can realize data interaction between browser and client.)
- 2020-06-21 05:00:02下载
- 积分:1
-
dbg
在Debian上deb包的简易安装程序 (Deb package on Debian Installer Easy )
- 2013-09-21 18:20:15下载
- 积分:1
-
VVCMFCTreeLisC
VC MFC 实现的TreeLList控件,左边为树,右边为列表
(VC MFC achieve the TreeLList of controls on the left of the tree, the right to list)
- 2012-08-11 23:04:18下载
- 积分:1
-
Program_exercise3
this file simulates robust control with LMI
- 2013-07-26 16:18:20下载
- 积分:1
-
43637425
测试通知图标的应用程序,精选C#编程学习源码,很好的参考资料。(The application test notification icon, select learning C# programming source code, a good reference.)
- 2013-12-16 09:40:36下载
- 积分:1
-
PLAY
一个用TC在文本方式下的射击游戏.(TC in a text mode under the shooter.)
- 2005-01-21 12:10:42下载
- 积分:1
-
GraphicsClasses_src
可设置颜色的Clistctr 很号用的 (To set the color used Clistctr is No.)
- 2008-12-10 10:09:43下载
- 积分:1
-
串口高速接收命令
1.
//加入以下代码,支持printf函数,而不需要选择use MicroLIB
#if 1
#pragma import(__use_no_semihosting)
//标准库需要的支持函数
struct __FILE
{
int handle;
};
FILE __stdout;
//定义_sys_exit()以避免使用半主机模式
void _sys_exit(int x)
{
x = x;
}
//重定义fputc函数
int fputc(int ch, FILE *f)
{
while((USART1->SR&0X40)==0);//循环发送,直到发送完毕
USART1->DR = (u8) ch;
return ch;
- 2022-07-12 05:44:52下载
- 积分:1