CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - .NET M

搜索资源列表

  1. PROJECT2

    0下载:
  2. 输入n个人物找到最富有的m个人并按降序排列-Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world s wealthiest people. Now you are supposed to simulate this job. That is, given the net worths of N people, you must find th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2838
    • 提供者:huaan4en088
  1. DesignSurfaceExt

    0下载:
  2. 在.NET 2框架,介绍了实现用户感知作为一个设计师DesignSurface类。这个类是一个改进的。网络1个,但它仍然缺少一些设计设施,这是非常有用的用户谁想设计形式。我说:TabOrder,undoengine和线/网格对齐。所有这些特点可以用很少的努力(除了可能是taborder),不过我想让生活轻松一点的人谁愿意让她/他自己的“设计师”。-The .NET 2.0 Framework introduces the DesignSurface class which implements
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:110209
    • 提供者:lrc
  1. M_FileBrowser

    0下载:
  2. This project introduces a Windows Explorer clone in an early state. It contains browsing through all files and folders on your computer, including virtual folders. It uses the same ContextMenus as Windows Explorer and includes drag and drop support.
  3. 所属分类:File Operate

    • 发布日期:2017-05-05
    • 文件大小:164808
    • 提供者:Kim Chol
  1. BP_FUZZY

    0下载:
  2. 首先对M文件进行仿真,然后利用指令gensim(net,-1)将神经网络生成simulink模型,然后就利用mdl文件进行模糊神经网络组合算法的搭建,针对FOPDT(一阶延迟模型)进行仿真,并考虑存在噪声的干扰!(Firstly, the simulation of the M file, and then use the command gensim (net, -1) will generate the Simulink neural network model, and then buil
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:Lee天堂
  1. 打鱼晒网

    0下载:
  2. printf("三天打鱼,两天晒网计算\n一个人每年第一天总是打鱼 后面都是三天打鱼两天晒网\n问某年某月某日是打鱼还是晒网?\n"); int y=0,m=0,d=0; printf("请输入年.月.日(如 2017.8.15):");(Printf ("three days to catch fish, two days to catch nets" \n, a person always fish on the first d
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:47104
    • 提供者:年糕兽
  1. dist

    21下载:
  2. 用最短路径算法算出特定两点之间的距离 输入:直接读取net.in文件 第一行为四个整数N,M,S,T,每两个整数之间用一个空格隔开,分别表示网络的节点(编号为1到N),网络线段数,以及起点终点编号 接下来M行,每行三个整数U,V,D,每个整数之间用空格隔开,表示节点U和V之间有一条线路相连,距离是D,(两个节点可能有多条线路) 输出:直接写入到net.out文件,输出只有一行,表示从S点到T点的最短距离(如果不通则输出-1) (N<=100,M<=N*N,D<=100
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:3334144
    • 提供者:kelin6
  1. xioxin-baiduYun-to-xiaoqiang-master

    0下载:
  2. #baiduYun to xiaoqiang ##测试环境 * 版本 35.0.1916.114 m * 版本 36.0.1961.2 canary ##下载 [下载插件1.6](http://git.oschina.net/xioxin/baiduYun-to-xiaoqiang/raw/master/crx/baiduYun%20to%20xiaoqiang1.6.crx) ##使用方法以及详细介绍 http://bbs.xiaomi.cn/thread-9827895-8
  3. 所属分类:Java编程

    • 发布日期:2018-05-03
    • 文件大小:165888
    • 提供者:wsf-jv
  1. singlephasedesign

    0下载:
  2. 该程序为MATLAB的m文件,用于设计单相LCL并网逆变器控制器参数,控制方式为电容电流和入网电流控制方式,只需输入LCL滤波参数和直流侧电压可计算出双闭环控制器参数。(The program is the m file of MATLAB, which is used to design the controller parameters of the single-phase LCL grid connected inverter. The control mode is the contr
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:28672
    • 提供者:happysmile
  1. 一个月30倍的30分钟模板系统

    3下载:
  2. 非常好的交易系统,值得大家研究学习,努力学习努力(Forex Way Grow Group managed many account's in last year and focuses on achieveing a 30-100% net gain to client. Our service's are 2 type , MRM strive to realize a 30% per m...)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:11264
    • 提供者:心悦成福
  1. 消息队列NetMQ快速开发

    1下载:
  2. NetMQ (ZeroMQ to .Net),ZMQ号称史上最快中间件。 它对socket通信进行了封装,使得我们不需要写socket函数调用就能完成复杂的网络通信。 它跟Socket的区别是:普通的socket是端到端的(1:1的关系),而ZMQ却是可以N:M的关系,人们对BSD套接字的了解较多的是点对点的连接,点对点连接需要显式地建立连接、销毁连接、选择协议(TCP/UDP)和处理错误等,而ZMQ屏蔽了这些细节,让你的网络编程更为简单。 它是一个消息处理队列库,可在多个线程、内核和主机
  3. 所属分类:ASPX.NET源码

  1. 金山游侠 V 正式完全免费版

    7下载:
  2. 精灵复兴辅助,目前适用所有精灵复兴官F和私服,可自行根据说明进行修改,WIN7 WIN10均支持(Hi. This is the deliver program(remote) at eyou.net. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out.)
  3. 所属分类:其他

    • 发布日期:2020-12-23
    • 文件大小:17929216
    • 提供者:草木灰志
« 1 2 3 4 5 6»
搜珍网 www.dssz.com