-
vc-matlab
要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib(VC to successfully compile Matlab engine procedures, must include the engine header files engine.h and the introduction of the corresponding Matlab library files libmx.lib, libmat.lib, libeng.lib)
- 2007-12-10 17:21:23下载
- 积分:1
-
qopentld-beta_1.0.0-win32-20150120
TLD算法的QT版本,没有matlab的相关代码,完全用C/C++实现,可以移植到嵌入式平台或者其他平台(TLD algorithm for the QT version, no matlab related code, complete with C/C++ implementation can be transplanted to the embedded platform or other platforms)
- 2015-01-20 14:34:08下载
- 积分:1
-
编译原理 语法分析器
自底向上LR分析器设计要求
(1)调研语法生成工具YACC;
(2)根据实验一定义的语法规则,编写YACC源程序;
(3)用YACC生成语法分析程序;
(4)测试语法分析器的功能。
- 2023-03-01 11:40:03下载
- 积分:1
-
ZONGTU
1.集成计数器、译码器或数据选择器、逻辑门、数码管、开关等分立元件若干;
2.+5V电源一个;
(1. Integrated counter, decoder or data selector, logic gates, digital control, a number of discrete components, such as switches
2.+5 V supply one )
- 2014-01-06 18:42:45下载
- 积分:1
-
chap01
数字图像处理编程入门(吕风军)第一章第1章 Windows位图和调色板(Windows Bitmap and palette of the first chapter, Chapter 1 of the digital image processing program entry (Lv Fengjun))
- 2012-11-01 14:06:21下载
- 积分:1
-
哆啦A梦的C代码
#include
#include
#define PI 3.14159265
// 主函数
void main()
{
// 创建大小为 800 * 600 的绘图窗口
initgraph(800, 600);
// 设置原点 (0, 0) 为屏幕中央(Y轴默认向下为正)
setorigin(400, 300);
// 使用白色填充背景
setbkcolor(WHITE);
cleardevice();
// 画脸
setfillcolor(RGB(7, 190, 234)); // 头
setlinecolor(BLACK);
fillroundrect(-135, -206, 135, 54, 248, 248);
setfillcolor(WHITE); // 脸
fillellipse(-115, -144, 115, 46);
fillroundrect(-63, -169, 0, -95, 56, 56); // 右眼
fillroundrect(0, -169, 63, -95, 56, 56); // 左眼
setfillcolor(BLACK);
solidcircle(-16, -116, 6); // 右眼球
solidcircle( 16, -116, 6); // 左眼球
setfillcolor(RGB(201, 62, 0)); // 鼻子
- 2022-02-01 16:57:29下载
- 积分:1
-
JZWT
以一个简单的例子对于极值求解的应用进行了分析和介绍(With a simple example of solving for the application of extreme value analysis and presentation of)
- 2010-02-17 21:42:55下载
- 积分:1
-
Fuzzy-Cluster-Analysis
模糊聚类分析的matlab程序,先将原矩阵标准化,再标定并生成模糊相似矩阵,最后生成动态分类图。(Matlab fuzzy clustering analysis program, the first of the original matrix standardized, re-calibration and generate fuzzy similarity matrix, and finally generate dynamic classification map.)
- 2013-12-10 22:12:25下载
- 积分:1
-
IAP
LPC2000系列ARM芯片IAP例程,包括I2C、SD卡、CAN总线、XMODEM升级方式和演示程序(LPC2000 family of ARM chip IAP routines, including I2C, SD card, CAN bus, that XMODEM upgrade and demo program)
- 2020-08-25 13:38:15下载
- 积分:1
-
Key_8279
keil c51开发的8279和51单片机通用键盘控制和Led显示及uart通信程序。(Keil decoder developed by 8279 and 51 general-purpose keyboard control and Led Display and uar t Communication Program.)
- 2006-08-04 15:44:17下载
- 积分:1