CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 模拟程序

搜索资源列表

  1. jjholh280

    0下载:
  2. 一个比较简单的小程序,可以模拟栈,实现括弧配对,很好的-A simple small program, can simulate the stack, and realize the parentheses matching, very good
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:16384
    • 提供者:VPBmba&40411
  1. 4574

    0下载:
  2. 随机调制信号下的模拟ppm,包括最小二乘法、SVM、神经网络、1_k近邻法,真的是一个好程序。- Random ppm modulated analog signal under Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Really is a good program.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:胡红民
  1. ayvwj

    0下载:
  2. 模拟数据分析处理的过程,有详细的注释,课程设计时编写的matlab程序代码。- Analog data analysis processing, There are detailed notes, Course designed to prepare the matlab program code.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:9216
    • 提供者:李运东
  1. hjvfn

    0下载:
  2. 用于特征降维,特征融合,相关分析等,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,电力系统暂态稳定程序,可以进行暂态稳定计算。- For feature reduction, feature fusion, correlation analysis, Monte Carlo simulation method of calculating the American option price and basic descr iption, Power System Transient Sta
  3. 所属分类:source in ebook

    • 发布日期:2017-12-13
    • 文件大小:5015
    • 提供者:张雷书
  1. mf758

    0下载:
  2. 图像的光流法计算的matlab程序,模拟数据分析处理的过程,用于信号特征提取、信号消噪。- Image optical flow calculation matlab program, Analog data analysis processing, For feature extraction, signal de-noising.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:李小琴
  1. adAD

    0下载:
  2. 基于msp430f149单片机的AD转换程序,用于模拟量与数字量的转换-Based on msp430f149 single-chip AD conversion program for analog and digital conversion
  3. 所属分类:source in ebook

    • 发布日期:2017-12-18
    • 文件大小:32768
    • 提供者:张倩倩
  1. pnxdj

    0下载:
  2. GPS和INS组合导航程序,可实现对二维数据的聚类,基于混沌的模拟退火算法。- GPS and INS navigation program, Can realize the two-dimensional data clustering, Chaos-based simulated annealing algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-23
    • 文件大小:7168
    • 提供者:李小琴
  1. Code Example

    0下载:
  2. 分区式存储管理程序编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。(Partitioned storage manager)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:liukangkang
  1. hhun0909

    0下载:
  2. 本Demo为模拟现实中分布式气象站和气象数据中心的功能,在程序中使用了Weather data。vi来产生分布式数据,通(This Demo is the function of simulating distributed weather stations and weather data centers in reality, and uses Weather data in the program. VI to generate distributed data, through)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-22
    • 文件大小:1534976
    • 提供者:kunmum0980
  1. New_SPH2D

    2下载:
  2. 基于刘谋斌书本上的sph程序进行的扩展,能模拟溃坝、超高速等问题。(Based on the expansion of SPH program on Liu Moubin's book, it can simulate dam break, super high speed and so on.)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-01
    • 文件大小:31905792
    • 提供者:chwei_ch
  1. 页面置换算法

    0下载:
  2. 模拟页面置换算法 1.创建空闲存储管理表、模拟内存、页表等。 2.提供一个用户界面,用户利用它可输入不同的页面置换策略和其他附加参数。 3.运行置换程序,输出缺页率结果。(1. create a free storage management table, analog memory, page tables and so on. 2. provides a user interface that allows users to input different page
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:1697792
    • 提供者:ifan帆
  1. 连连看游戏辅助

    1下载:
  2. 《连连看》是由一款益智类游戏。 《连连看》只要将相同的两张牌用三根以内的直线连在一起就可以消除,规则简单容易上手。 本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下: 1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。 2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。 3、程序模拟人点击可以消除的一对游戏牌进行消除。 对某局游戏转化成二维数组如下: 0 0 0 0 0 0 1 2 0 0 0 0
  3. 所属分类:其它

  1. xhnf

    0下载:
  2. 模拟鼠标移动功能,主要讲述了利用易语言模拟鼠标移动点击电脑上的程序实现自动功能()
  3. 所属分类:易语言编程

  1. 7927049

    0下载:
  2. 一个维护注册表的小程序,演示如何对注册表进行操作,界面模拟优化大师及金山毒霸界面,()
  3. 所属分类:书籍源码

    • 发布日期:2018-04-22
    • 文件大小:55296
    • 提供者:edaltete
  1. SecurityGuard

    0下载:
  2. 模拟安全卫士的源代码。如果遇到杀毒软件警告不用管,里面有一个测试程序可能误报。下载编译源代码即可。 病毒查杀 MyDlg2.h 、MyDlg2.cpp 清理垃圾 MyDlg3.h 、MyDlg3.cpp 电脑加速 MyDlg4.h 、MyDlg4.cpp 软件管理 MyDlg5.h 、MyDlg5.cpp 启动项 MyDlg6.h 、MyDlg6.cpp 系统服务 MyDlg7.h 、MyDlg7.cpp(The source code of the analog security guard
  3. 所属分类:杀毒

    • 发布日期:2018-04-30
    • 文件大小:3566592
    • 提供者:sddfksljfksl
  1. DAQ相关

    0下载:
  2. 本程序是利用NI PXI-6229实现模拟电压采集功能的相关程序(this function is used for acquairing the anolog data)
  3. 所属分类:LabView编程

    • 发布日期:2018-05-02
    • 文件大小:67584
    • 提供者:小雨先生
  1. 20131104_013106310

    1下载:
  2. 易语言手柄模拟鼠标键盘源码例程程序结合易语言扩展界面支持库和DirectX2D支持库,调用API函数实现手柄模拟鼠标键盘操作(Easy language source code routines handle mouse and keyboard simulation program combines easy language interface support library expansion and DirectX2D support library, calling API funct
  3. 所属分类:易语言编程

    • 发布日期:2020-02-14
    • 文件大小:16384
    • 提供者:黄勇
  1. shpb子程序

    2下载:
  2. 用于ABAQUS中的材料子程序,用于模拟shpb实验,程序描述的是jc模型的隐士求解
  3. 所属分类:易语言编程

« 1 2 ... 42 43 44 45 46 47»
搜珍网 www.dssz.com