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

搜索资源列表

  1. Undergraduate Algebra

  2. CHAPTER I The Integers 1 §1. Terminology of Sets 1 §2. Basic Properties 2 §3. Greatest Common Divisor 5 §4. Unique Factorization 7 §5. Equivalence Relations and Congruences 12 CHAPTER II Groups 16 §1. Groups and Examples 16 §2. Mappings 26 §3. Homom
  3. 所属分类:C

    • 发布日期:2009-05-26
    • 文件大小:12582912
    • 提供者:osoon
  1. axis2-eclipse-codegen-wizard.zip

  2. axis1.4 String endpoint = "http://192.168.100.220:80/yyoa/services/documentManagerServices?wsdl"; String[] res = null; // 查询用友的接口方法名 String operationName = "getDocumentItem"; System.out.println("调用的方法:"+operationName); // 定义service对象 Service service
  3. 所属分类:Java

    • 发布日期:2010-11-15
    • 文件大小:10485760
    • 提供者:lingbin5201
  1. jtable增删改查和jtree连接

  2. package BookTest; import java.awt.*; import java.awt.event.*; import java.util.AbstractQueue; import java.util.Vector; import javax.swing.*; import javax.swing.table.*; import javax.swing.tree.DefaultMutableTreeNode; import javax.swing.tree.DefaultT
  3. 所属分类:其它

    • 发布日期:2011-08-11
    • 文件大小:10240
    • 提供者:wk2197727
  1. flashAs3物理引擎APE中文帮助整理

  2. APE,什么是APE呢。APE(Actionscr ipt Physics Engine)是一个Actionscr ipt3写成的物理引擎,用于模拟现实中物体发生的运动和碰撞。它是免费、开源的,遵循MIT协议。看起来特别适用用来做游戏开发,已经有许多很有趣的应用使用这个开发的 。 官方网址为:http://www.cove.org/ape 下载地址为:http://www.cove.org/ape/ape_a045.zip(包含两个demo,api,swc文件,和源码) APE中总共才12个类
  3. 所属分类:网页制作

    • 发布日期:2011-10-27
    • 文件大小:75776
    • 提供者:upflash
  1. FlexFormatter - FlashBuilder代码格式化工具

  2. #Version 0.8.9 * System Requirements: Eclipse 3.3+, JDK 1.5+. The intent is for this software to be used with FlexBuilder 3 or 4, but there are no actual dependencies. * Install (several ways to install) * Add a remote update site through Help->S
  3. 所属分类:Actionscript

    • 发布日期:2012-06-27
    • 文件大小:2097152
    • 提供者:shamuu
  1. v-vector algebra and its application to volterra

  2. DAPTIVE Volterra filters are gaining importance both in signal processing theory and applications, However, despite numerous recent literature available on the input data vector of Volterra filters, which is constituted by this topic, several issues
  3. 所属分类:嵌入式

    • 发布日期:2012-11-15
    • 文件大小:321536
    • 提供者:seccode001
  1. Expectation Maximization image segmentation

  2. Input: % ima: grey color image % k: Number of classes % Output: % mask: clasification image mask % mu: vector of class means % v: vector of class variances % p: vector of class proportions % % Example: [mask,mu,v,p]=EMSeg(image,3);
  3. 所属分类:其它

    • 发布日期:2013-01-13
    • 文件大小:1024
    • 提供者:luohengrui
  1. EOF的MATLAB程序

  2. function [E,V,A,C]=eeof(X, M, convert) % Syntax: [E,V,A,C]=eeof(X, M); [E,V,A,C]=eeof(X, M, 1); % This function performs an extended empirical orthogonal % function (EEOF) analysis of matrix 'X', for embedding dimension 'M'. % Each of the L columns
  3. 所属分类:其它

    • 发布日期:2015-05-04
    • 文件大小:1048576
    • 提供者:rzjhliqix
  1. 创建并使用词典类

  2. 正整数n, m从键盘输入,创建一个vector v,大小为n*m,随机填充该向量(0-99之间的整数);创建二维的vector v,将v的每一行排序,并输出排序后的结果。排序要求调用标准库函数。 2、设计一个简单的词典类Dict,每个单词包括英文单词及对应的中文含义,并有一个英汉翻译成员函数,通过查词典的方式将一段英语翻译成对应的汉语 词典类Dict接口:add( )(添加单词)和trans( )(英汉翻译)成员函数 以多文件方式建立工程
  3. 所属分类:专业指导

    • 发布日期:2016-11-25
    • 文件大小:111616
    • 提供者:jemiesama
  1. Anki_Cozmo+Vector

  2. Anki_Cozmo+Vector
  3. 所属分类:讲义

    • 发布日期:2018-11-14
    • 文件大小:486400
    • 提供者:zhangrelay
  1. Klein-Gordon Bound States in Coulombic Vector and Scalar Singular Potentials with Nonvanishing Centrifugal Effect

  2. Klein-Gordon Bound States in Coulombic Vector and Scalar Singular Potentials with Nonvanishing Centrifugal Effect,田文杰,,This paper analyzes Klein-Gordon bound states with the direct coupling of Coumlombic vector and scalar singular potentials, viz V(r
  3. 所属分类:其它

    • 发布日期:2020-02-06
    • 文件大小:137216
    • 提供者:weixin_38675969
  1. Bound States and Band Gaps for Spin-0 and Spin-1/2 Particles with Vector and Scalar Woods-Saxon Potentials

  2. Bound States and Band Gaps for Spin-0 and Spin-1/2 Particles with Vector and Scalar Woods-Saxon Potentials,田文杰,,We analyze the relativistic bound states with mixed vector and scalar Woods-Saxon potentials, for particular under the specific coupling
  3. 所属分类:其它

    • 发布日期:2020-02-06
    • 文件大小:160768
    • 提供者:weixin_38575456
  1. C++ Vector 动态数组的实现

  2. 简介 向量(Vector)是一个封装了动态大小数组的顺序容器。 向量是一个能够存放任意类型的动态数组。 C++ 中 Vector 的使用 头文件 #include 需要使用 std 命名空间 using namespace std; 以下使用方法以 int 数据类型为例,使用时可自定义数据类型 注意:下文中区间为左闭右开 1. 定义(初始化)Vector vector v; 创建一个空vector vector v(5); 创建一个vector,元素个数为
  3. 所属分类:其它

    • 发布日期:2020-12-23
    • 文件大小:47104
    • 提供者:weixin_38707342
  1. C++中map和vector作形参时如何给定默认参数?

  2. map和vector都可以用operator[]进行访问,map是用[]中的数据作为key进行查询,而vector是用[]中的数作为下标进行访问。 如果在用operator[]进行访问的时候出现了越界情况,即map没有这个键值对,或vector的大小小于下标数值,会发生什么情况? struct node{int a{5};}; int main() { map m1; cout< m2; cout< v1(3);//需要指定v
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:51200
    • 提供者:weixin_38565628
  1. 浅谈c++ vector和map的遍历和删除对象

  2. 示例如下: // Aa.cpp : Defines the entry point for the console application. #include stdafx.h #include #include #include using namespace std; int main(int argc, char* argv[]) { printf(Hello World!\n); vector a; //创建一个对象 a.push_back(1); a.push_back(2);
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:34816
    • 提供者:weixin_38703968
  1. C++从文本文件读取数据到vector中的方法

  2. 前言 大家应该都只奥vector(向量)是 C++中的一种数据结构,确切的说是一个类。它相当于一个动态的数组,当程序员无法知道自己需要的数组的规模多大时,用其来解决问题可以达到最大节约空间的目的。这篇文章介绍的是C++从文本文件读取数据到vector中的方法,下面话不多说,直接来看示例代码吧。 如题,要将如下文本文件读进vector中 示例代码如下 #include using namespace std; #include #include #include //将文本文件中得数据
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:88064
    • 提供者:weixin_38706197
  1. [C++]STL-vector容器

  2. vector容器(动态数组,可变数组) 单口容器 vector动态增长的基本原理 当插入新元素时,如果空间不足,那么vector会重新申请更大的一块内存空间,将原来空间拷贝到新空间上,释放旧空间的数据,再把新元素插入新申请的空间。 默认会申请两倍的新空间,但当空间达到一定大小时,会动态调整其增长策略 #include #include using namespace std; void PrintVector(vector& v) { for (vector::iterator it = v
  3. 所属分类:其它

    • 发布日期:2021-01-06
    • 文件大小:188416
    • 提供者:weixin_38626075
  1. Vector:使用快速内存​​管理的动态列表(黄金比例增加)-源码

  2. 向量 使用快速内存​​管理的动态列表(黄金比例增加) 安装 安装库 em list em install em build lib 用法 包含在文件中 touch test.c # include " export/Vector.h " int main ( void ) { /* Create a new vector object */ vector *v = vector_new (); /* Add a void* value into the vector */
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:23552
    • 提供者:weixin_42099176
  1. 关于vector迭代器失效的几种情况总结

  2. 在泛型编程还是STL的实际运用中,迭代器(iterator)无疑扮演者重要的角色。迭代器是一种类似于指针的对象(如可以内容提领,成员访问等),但他又不仅仅是一种普通的指针。 关于迭代器失效,我们可以看下面这个例子: #include #include void PrintVector(const vector& v) { vector::const_iterator it = v.begin(); while (it!=v.end()) { cout << *i
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:51200
    • 提供者:weixin_38579899
  1. vector与map的erase()函数详细解析

  2. vector循环删除的时候,erase(it)会返回下一个迭代器的地址,保险的做法是赋值给it 即 it= erase(it) 这是vector的内部机制所造成的,所以对vector进行erase的时候特别注意迭代器是否会失效! map则可以直接erase(it++); vector和map都不能将it++写在for循环中,而在循环体内erase(it)! 代码如下:void main(){    vector v;    v.push_back(1);    v.push_back(2);  
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:30720
    • 提供者:weixin_38562329
« 12 3 4 5 6 7 8 9 10 »