登录
首页 » matlab » 两个小例子

两个小例子

于 2019-02-06 发布
0 184
下载积分: 1 下载次数: 10

代码说明:

说明:  利用cplex求解线性规划,利用大M转换0-1分段约束问题(Using CPLEX to solve linear programming and large M to transform 0-1 piecewise constraints)

文件列表:

说明.txt, 152 , 2019-02-06
first_example.m, 1058 , 2019-02-06
second_example.m, 354 , 2019-02-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • androidCarCamera
    说明:  本设计是将安卓技术、单片机技术、无线通信技术等相关技术应用到视频监控系统中,可实现视频监控系统的设备移动化,由可移动监控平台、控制软件两部分组成。通过无线网络对监控平台进行移动方向、速度的控制,平台上的安卓手机摄像头实时采集视频图像信号并通过无线WiFi网络将视频信号实时传输到手机端观看。具有控制方便,监控灵活,模块化,可拓展性强等优点,可应用于险情探测、防爆、现场巡视、家庭安防、图像采集等领域。此部分是安卓端代码。(This design applies Android technology, microcontroller technology, wireless communication technology and other related technologies to the video surveillance system, which can realize the equipment mobility of the video surveillance system. It consists of mobile monitoring platform and control software. The mobile direction and speed of the monitoring platform are controlled by wireless network. The Android mobile camera on the platform collects video image signals in real time and transmits them to the mobile terminal for viewing through wireless WiFi network. It has the advantages of convenient control, flexible monitoring, modularization and expansibility. It can be used in danger detection, explosion-proof, on-site inspection, family security, image acquisition and other fields.)
    2020-10-04 16:37:39下载
    积分:1
  • 马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅...
    马的遍历算法 实现马的遍历问题 使用C语言编写 如果不好请大家原谅-Ma Algorithm Ergodic problems using C language, if you will forgive bad
    2022-05-14 01:19:38下载
    积分:1
  • JAVA编写的俄罗斯方块 超级老的游戏了
    JAVA编写的俄罗斯方块 超级老的游戏了-JAVA prepared super old Tetris game
    2022-01-27 14:33:20下载
    积分:1
  • 使用蒙特卡洛采样 MonteCarlo
    说明:  使用蒙特卡洛采样,计算圆柱体、立方体和四棱锥三个物体相交部分的体积(Monte Carlo sampling is used to calculate the volume of the intersecting parts of a cylinder, a cube and a quadripyramid.)
    2020-12-10 14:19:20下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • IDL资料
    说明:  面向对象程序设计——IDL的PPT,有绪论,语法基础,图像处理等(Object-oriented programming - IDL PPT, introduction, grammar basis, image processing, etc)
    2020-06-23 08:40:02下载
    积分:1
  • 插值与拟合
    文件是用于MATLAB编程中常用的数据插值和拟合的代码。(File is the code for data interpolation and fitting commonly used in MATLAB programming.)
    2020-06-25 09:40:02下载
    积分:1
  • 右侧带缩略图jQuery焦点图代码
    侧带缩略图的jQuery焦点图代码,可用于个人博客或企业站点展示,宽屏时效果比较好(JQuery Focus Diagram Code with a side thumbnail that can be used for personal blogs or corporate site presentations. Wide screen is better)
    2018-09-30 14:15:33下载
    积分:1
  • danbihuanbizhikongzhixitong
    单闭环比值控制系统的鲁棒性分析simulink仿真。(Robustness analysis and Simulink simulation of single closed-loop ratio control system.)
    2020-12-04 09:09:23下载
    积分:1
  • bookmanage
    图书管理系统,关键字:Access数据库,VB可视化编程,ADO控件。随着人类社会的发展,人类对知识的需求也不断地增长。在这种形势下,书籍就渐渐地成为人们获取并增长知识的主要途径,而图书馆就自然而然地在人们的生活中占据了一定的位置。 学校作为教书育人的中坚力量,图书馆的作用更是举足轻重。学校图书馆要做到安全顺畅的运转,为广大同学提供良好的服务,就必须有一套完善健全的运行管理机制。联系实际,考虑各层次学校的情况,软件本身要求易学,界面友好,容易掌握,可以较简单方便的管理各种图书信息;硬件的配置要求不能太高,这样可以很好的适应当前的学校图书馆。系统的总体特点应该是方便、简单、实用。 本系统主要实现的功能有:图书的编目,图书资料的查询删除以及修改,用户资料的查询修改以及删除,图书的借阅,图书的归还,添加管理员帐户,修改管理员密码等功能。(aaaaa)
    2009-04-20 21:52:10下载
    积分:1
  • 696516资源总数
  • 106741会员总数
  • 17今日下载