搜索结果

找到约 1,018 项符合 NOT 的查询结果

按分类筛选

显示更多分类

Matlab Matlab trainning

Basic introduction of Matlab functions Easy example code and explanation  Fit those users who are not familiar with Matlab
https://www.eeworm.com/dl/508910.html
下载: 1
查看: 31

数值算法/人工智能 a sub-cell WENO reconstruction method

We introduce a sub-cell WENO reconstruction method to evaluate spatial derivatives in the high-order ADER scheme. The basic idea in our reconstruction is to use only r stencils to reconstruct the point-wise values of solutions and spatial derivatives for the 2r-1 th order ADER scheme in one dimensio ...
https://www.eeworm.com/dl/509348.html
下载: 1
查看: 40

Linux/uClinux/Unix编程 GoAhead Webs 2.1.5

===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code re ...
https://www.eeworm.com/dl/509531.html
下载: 1
查看: 99

Linux/uClinux/Unix编程 GoAhead Webs 2.1.5 embedded webserver arm

===================================== GoAhead WebServer 2.1.8 Release Notes ===================================== .. NOTES: .. This document is maintained using the reStructuredText markup system. .. You may download this from <http://docutils.sf.net>. Also note that running .. the docutils code re ...
https://www.eeworm.com/dl/509532.html
下载: 1
查看: 72

数学计算 计算本征值程序

Computes all eigenvalues and eigenvectors of a real symmetric matrix a, ! which is of size n by n, stored in a physical np by np array. ! On output, elements of a above the diagonal are destroyed. ! d returns the eigenvalues of a in its first n elements. ! v is a matrix with the same logical and ...
https://www.eeworm.com/dl/511493.html
下载: 3
查看: 52

软件设计/软件工程 32feet.NET 3.5 Bluetooth coding

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you ca ...
https://www.eeworm.com/dl/512199.html
下载: 3
查看: 130

Jsp/Servlet asp实现限制一个ip只能访问一次的方法

asp实现限制一个ip只能访问一次的方法 <%  '/////////////////////////////////////////////////////  '// //  '//作用:一个IP地址只允许访问本页一次 //  '//引用:<!-- #include file="Check_Ip.asp" --> //  '// //  '/////////////////////////////////////////////////////  ...
https://www.eeworm.com/dl/512322.html
查看: 30

软件 mcp2make 1.0.2

The version of CodeWarrior used in the ARM Development Suite cannot export projects in makefile format. Manually producing makefiles from CodeWarrior projects is not an easy task. The aim of mcp2make is to make the conversion simpler and to require substantially less effort. mcp2make is supplied as ...
https://www.eeworm.com/dl/514019.html
下载: 2
查看: 67

源码 C语言算法排序问题

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
https://www.eeworm.com/dl/514506.html
下载: 1
查看: 10

源码 c语言算法排序

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15