CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - C S-function

搜索资源列表

  1. unconstrained_optimization

    1下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3.04mb
    • 提供者:李湖
  1. test

    0下载:
  2. 编程语言是c语言,开发环境是keilC51,该程序的功能是辅助无刷电机控制器进行调试-C programming language is the language, the development environment is keilC51, the program s function is to assist the brushless motor controller debugging
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:28.25kb
    • 提供者:gexiaozhong
  1. C_function_guide

    0下载:
  2. c语言函数的用户手册,中文版,比较全面,有需要的请下载-c language function of the user' s manual, the Chinese version, a more comprehensive, there is a need to download
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:89.35kb
    • 提供者:豆豆
  1. optimize

    0下载:
  2. 功能:计算最短路径的长度和最短路径 *方法: *1,记n个城市为1,2,…,n. 对于给定的集合S等于{2,3,...n}和k属于S。 *2,记C(S,k)是由城市1出发,遍历S中每个城市恰好一次,最后终止在城市k的最优费用. *3,当S中只有一个元素k时,C(S,k)= d(1,k) * 当S中有多于一个元素时,C(S,k)等于任意一个属于S-k集合的子集m,C(s-k,m)+d(m,k)中最小的一个, *4,这一方程的求解要求对一切给定大小的集合S及S中的每个可能的元
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2.17kb
    • 提供者:tangyang
  1. virtual-function

    0下载:
  2. c++类对象和虚函数的内存分布,是初学C++,对C++的内存分配有疑惑的同学-c++ class object' s memory layout
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1016byte
    • 提供者:lxh
  1. ctypes_1.0.2.orig.tar

    0下载:
  2. python调用c动态库的python库-python to use .so s function
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:376.13kb
    • 提供者:丁华能
  1. Place-Panel-in-Center

    0下载:
  2. 写一个能够传递错误的子VI,子VI的功能是a+b=c,当有错误输入时,错误直接输出,c输出为0。当无错误输入时,进行正常计算。-Write a mistake to pass the sub-VI, sub-VI' s function is a+ b = c, when there is an error input, direct output error, c the output is 0. When the error-free input, the normal calcula
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:9.36kb
    • 提供者:znn
  1. C-MEX

    0下载:
  2. 关于C MEX S-function 实例的讲解-About C MEX S-function of examples to explain
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:274.94kb
    • 提供者:suyun
  1. DA_Advantech_PCI1710

    0下载:
  2. C语言写的研华PCI-1710板卡的DA驱动,matlab编译后即可用于simulink s-function。-Advantech PCI-1710 board DA driver written in C language driver, it can be used for simulink s-function after compilering in matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:8.06kb
    • 提供者:田军辉
  1. chao-s-bo

    0下载:
  2. 超声波智能小车C代码,带红外壁障功能,使用超声波传感器,和红外传感器-Ultrasonic smart car C code, with the the infrared barrier function, using ultrasonic sensors and infrared sensors
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:19.99kb
    • 提供者:a bin
  1. java_QQ

    0下载:
  2. 本系统通过模仿时下流行的聊天软件,采用C/S模式进行开发,结合数据库实现了登录、一对一聊天、一对多聊天、在线提醒等功能,其中聊天的功能是通过服务器转发来实现的-The system by mimicking popular chat software, using C/S model development combined with database login, one-on-one chat, one-to-many chat online reminder functions chat
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:1.69mb
    • 提供者:kikyou
  1. VEHICLE_MOTION_CAR1

    1下载:
  2. 采用C语言,并以s-function形式编写的车辆动力学车体运动模型。-Using C language, and the vehicle s-function written in the form of kinetic body motion model.
  3. 所属分类:Other systems

    • 发布日期:2014-05-15
    • 文件大小:998kb
    • 提供者:王同景
  1. StringOverLoading

    0下载:
  2. 运算符重载 任务目标:   学习C++的运算符函数重载机制,并学习C++的。 任务描述:   设计一个字符串类MyString,要求该类能够完成以下操作(用函数重载机制完成)。要求构造完整的类(包括构造、析构函数),并且实现其他以下功能 String1=String2+String3 (重载+) String1 += String2 (重载+=) (int)String1 (重载类型转换int),将String对象中的所有字符的ASCII相加后返回。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:4.92mb
    • 提供者:周畅
  1. C-P-P-function-definitions-of-ah

    0下载:
  2. 中国戏曲第一风范的大师:马金凤先生的独门绝唱-The first style of Chinese opera master: Mr Jin-feng ma s farewell to sigh
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:15.55kb
    • 提供者:敦南
  1. der11

    0下载:
  2. simple c++ s function using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:azze
  1. cml

    0下载:
  2. 这是用C语言写的LDPC的译码算法。里面有DVB-S2标准的LDPC码。算法是用C写的Matlab S-函数。开发环境是VC6.0和MATLAB。-This is a LDPC decoding algorithm written in C language. There are DVB-S2 standard LDPC code. The algorithm is Matlab S- function written in C. The development environment is V
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:725.9kb
    • 提供者:刘德君
  1. AIVDM_Message1_Encode

    1下载:
  2. 该MFC工具基于Visual Studio 2008开发,使用C/C++语言,功能是完成AIS协议的VDM消息1压包,根据消息ID、转发指示符、用户ID、导航状态等输入参数生成数据帧 !AIVDM,1,1,,A,177?s>000099k=P@11T000120D0T,0*54 ,消息1的详细说明参考文档《ITU-R M.1371-3建议书》中97页表45。-The MFC tool based on the development of Visual Studio 2008, the u
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-17
    • 文件大小:25.28mb
    • 提供者:Robbie
  1. sfuntmpl_basic

    0下载:
  2. MATLAB s 函数采用c语言编写的模板-The template of the matlab s function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:侯方圆
  1. php-zh

    0下载:
  2. PHP,即“PHP: Hypertext Preprocessor”,是一种被广泛使用的开放源代码多用途脚本语言,尤其适用于 web 开发并可以嵌入到 HTML 中去。其语法利用了 C,Java 和 Perl,非常容易学习。该语言的主要目标是让 web 开发人员可以很快写出动态生成的网页,但 PHP 的功能远不止如此。(PHP, the "PHP: Hypertext Preprocessor", is a widely used open source multipurpo
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2.92mb
    • 提供者:tony2018
  1. 05C語言深度解剖-5

    0下载:
  2. The second role: Modify the function. Adding static before the function makes the function a static function. But here's the meaning of "static" Not referring to storage, but rather to the scope of the function is limited to this document
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:257kb
    • 提供者:cccdustin
« 12 3 4 »
搜珍网 www.dssz.com