您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. UG6.0快捷键大全

  2. ! ! Unigraphics Modeling Application Menu File ! ! ! VERSION 120 UG6.0 ! *************** Changes to the Menubar itself *************** EDIT UG_GATEWAY_MAIN_MENUBAR ! *************** Format Menu *************** AFTER UG_ARRANGE_GROUP BUTTON UG_MODELI
  3. 所属分类:C

    • 发布日期:2009-06-15
    • 文件大小:76800
    • 提供者:gyunkui
  1. c# http post get

  2. using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Collections; using System.IO; using System.Text.RegularExpressions; using RE = System.Text.RegularExpressions.Regex; using Sy
  3. 所属分类:Web开发

    • 发布日期:2009-08-31
    • 文件大小:25600
    • 提供者:kw432
  1. 一个java正则表达式工具类源代码.zip(内含Regexp.java文件)

  2. 前言:本资源来自于javaeye,原资源链接地址:http://www.javaeye.com/topic/67398 原文如下: 以前写了一个java的正规表达式的java工具类,分享一下,有用到的欢迎下载使用。 如果你有常用的定义好的,且测试通过的正规表达式,欢迎跟贴,也让我享用一下 . 类中用到了 jakarta-oro-2.0.jar 包,请大家自己在 apache网站下下载 在这是junit测试单元类我就不提交了,在main()方法中有几个小测试,有兴趣自己玩吧. 这个工具类目前主要
  3. 所属分类:Perl

    • 发布日期:2009-10-25
    • 文件大小:10240
    • 提供者:defonds
  1. coreutils linux终端源码

  2. coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
  3. 所属分类:C

    • 发布日期:2010-09-02
    • 文件大小:10485760
    • 提供者:paomadi
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. Graphics Gems (Vol.2)

  2. Foreword By Andrew Glassner xvii Preface xix Mathematical Notation xxi Pseudo-Code xxiii Contributors xxix I I I I I 2 2 2 2 2D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGO
  3. 所属分类:C

    • 发布日期:2010-10-05
    • 文件大小:4194304
    • 提供者:osoon
  1. Graphics Gems (Vol.3)

  2. Foreword By Andrew Glassner xvii Preface xix Mathematical Notation xxi Pseudo-Code xxiii Contributors xxviii I I I I I I I I I IMAGE PROCESSING MAGE PROCESSING MAGE PROCESSING MAGE PROCESSING MAGE PROCESSING Introduction 3 1. Fast Bitmap Stretching
  3. 所属分类:C

    • 发布日期:2010-10-05
    • 文件大小:3145728
    • 提供者:osoon
  1. ARM嵌入式软件编程经验谈

  2. A R M 系 列 处 理 器 是 R I S C (R e d u c d e d I n s t r u c t i o n S e t Computing)处理器。很多基于ARM的高 效代码的程序设计策略都源于RISC处理 器。和很多RISC处理器一样,ARM系列 处理器的内存访问,也要求数据对齐,即 存取“字(Word)”数据时要求四字节对 齐,地址的bi ts[1:0]==0b00;存取“半 字(Hal fwords)”时要求两字节对齐,地 址的bit[0]==0b0;存取“字节(B
  3. 所属分类:硬件开发

    • 发布日期:2010-10-15
    • 文件大小:563200
    • 提供者:qwerk
  1. Debugging with GDB --2007年

  2. Table of Contents Summary of GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Contributors to GDB . . . . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. The Boundary Element Method with Programming

  2. This is a sequel to the book “Programming the Boundary Element Method” by G. Beerpublished by Wiley in 2001. The scope of this book is different however and this is reflected in the title. Whereas the previous book concentrated on explaining the imp
  3. 所属分类:交通

    • 发布日期:2016-02-26
    • 文件大小:5242880
    • 提供者:sph5939
  1. Matlab有限元网格化源程序-distmesh2d.m

  2. Matlab有限元网格化源程序-distmesh2d.m MIT的人写的论文,一个简单的有限元网格化方法 确实可以用,但是我理解的不是很好。 不过,希望对需要的人有所帮助。 简单介绍: function [p,t]=distmesh2d This meshing function produces the following outputs: • The node positions p. This N-by-2 array contains the x, y coordinates for
  3. 所属分类:其它

    • 发布日期:2019-08-13
    • 文件大小:2048
    • 提供者:weixin_39840650
  1. Matlab有限元网格化源程序-huniform.m

  2. Matlab有限元网格化源程序-huniform.m MIT的人写的论文,一个简单的有限元网格化方法 确实可以用,但是我理解的不是很好。 不过,希望对需要的人有所帮助。 简单介绍: function [p,t]=distmesh2d This meshing function produces the following outputs: • The node positions p. This N-by-2 array contains the x, y coordinates for ea
  3. 所属分类:其它

  1. Matlab有限元网格化源程序-ddd.m

  2. Matlab有限元网格化源程序-ddd.m MIT的人写的论文,一个简单的有限元网格化方法 确实可以用,但是我理解的不是很好。 不过,希望对需要的人有所帮助。 简单介绍: function [p,t]=distmesh2d This meshing function produces the following outputs: • The node positions p. This N-by-2 array contains the x, y coordinates for each of
  3. 所属分类:其它

  1. Matlab有限元网格化源程序-dcircle.m

  2. Matlab有限元网格化源程序-dcircle.m MIT的人写的论文,一个简单的有限元网格化方法 确实可以用,但是我理解的不是很好。 不过,希望对需要的人有所帮助。 简单介绍: function [p,t]=distmesh2d This meshing function produces the following outputs: • The node positions p. This N-by-2 array contains the x, y coordinates for eac
  3. 所属分类:其它

  1. Singular Semi-Positone $m$-Point Boundary Value Problems of Higher order Differential Equations

  2. 高阶微分方程的奇异半正m点边值问题,韦忠礼,,本文,我们利用不动点指数理论研究高 阶微分方程的奇异半正m点边值问题多重正解的存在性, 其中非线性项f(t,x)可以在x=0,t=0和 t=1处�
  3. 所属分类:其它

    • 发布日期:2020-02-23
    • 文件大小:326656
    • 提供者:weixin_38680393
  1. Positive Solutions of Some Singular $m$-Point Boundary Value Problems at Non-resonance

  2. 非共振奇异m点边值问题的正解,韦忠礼,庞常词,本文利用上下解方法和极大值原理给出了 非共振奇异m点边值问题的 有 $C[0,1]$ 和 $C^1[0,1]$ 正解存在的充分必要条件,其中非线性项$f(t,x
  3. 所属分类:其它

    • 发布日期:2019-12-30
    • 文件大小:301056
    • 提供者:weixin_38629206
  1. Boundary.m

  2. 车桥耦合动力分析
  3. 所属分类:交通

    • 发布日期:2019-10-14
    • 文件大小:867
    • 提供者:wudilc
  1. All fiber pulsed coherent lidar development for wind profiles measurements in boundary layers

  2. An all fiber pulsed coherent Doppler lidar (CDL) system at 1.54 μm wavelength is developed for wind profiles measurements. This lidar affords 43.0-μJ pulse energy at 10-kHz pulse repetition frequency with 500-ns pulse width. The lidar is operated in
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:1048576
    • 提供者:weixin_38702844
  1. 吴恩达机器学习课后练习-ex2

  2. 所用到的文件 ex2.m-Octave/MATLAB脚本,该脚本引导您完成ex2 reg.m-Octave/MATLAB脚本,用于ex2data1.txt练习的后面部分- Ex2data1.txt练习的前半部分的训练集- ex2data2.txt练习的后半部分的训练集提交。m-提交脚本,用于将您的解决方案发送到我们的服务器 mapFeature.m-生成多项式特征的函数 plot decision boundary.m-绘制分类器决策边界的函数 [?]plot data.m-打印二维分类数据的函
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:130048
    • 提供者:weixin_38698018
  1. 图像的重复边界条件repeat.m

  2. 图像的重复边界条件,源自于Xu Zhou.A boundary condition based deconvolution framework forimage deblurring
  3. 所属分类:图像处理

    • 发布日期:2021-01-17
    • 文件大小:1024
    • 提供者:qq_36614557
« 12 3 4 »