搜索结果

找到约 652 项符合 Class 的查询结果

按分类筛选

显示更多分类

C/C++语言编程 全景图像和多光谱图像融合

PixelFusion.dsp     This file (the project file) contains information at the project level and     is used to build a single project or subproject. Other users can share the     project (.dsp) file, but they should export the makefiles locally. PixelFusion.h   &nb ...
https://www.eeworm.com/dl/501204.html
下载: 3
查看: 100

Java编程 alumni communication

Based on the MVC form of the alumni communication system, is suitable for the class in the message, to see the class, the administrator can publish information to all the people, the general staff can see their own
https://www.eeworm.com/dl/507204.html
查看: 38

CCS CSS样式表实用

简单的介绍CCS样式表的运用 Class id的区分 div和span的概述
https://www.eeworm.com/dl/507546.html
下载: 2
查看: 42

Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo

Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...
https://www.eeworm.com/dl/507598.html
下载: 1
查看: 873

Ajax wstx-asl-3.2.6.jar

jar包 ,主要用于class文件变异Java代码,请下载wstx-asl-3.2.6.jar请下载请下载请下载
https://www.eeworm.com/dl/507628.html
下载: 2
查看: 40

其他文档 多线程游戏

/**  * 用于在逻辑和界面间传输数据的bean  * @version 1.0  */ public class DataBean {     private int first = -1;     private int second = -1;     public int getFirst() {         return first;     }     public int ...
https://www.eeworm.com/dl/508068.html
下载: 1
查看: 22

其他文档 control class

for rs23 communiction
https://www.eeworm.com/dl/508563.html
下载: 1
查看: 29

Linux/uClinux/Unix编程 c语言程序源

#include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) ...
https://www.eeworm.com/dl/510573.html
下载: 1
查看: 29

Java编程 SpringMVC设计

   springMVC有三个映射器,如果不定义映射Mapping,那么就会使默认: l   <bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"></bean> 也就是说:上面这个定义和不定义都是一样的。 不定义: <bean id="testController" name="/hello.do" class="cn.itc ...
https://www.eeworm.com/dl/511484.html
下载: 2
查看: 57

经验 pcb设计出现的问题

如何处理pcb转换时的一些问题,如果出现unknown Pin和failed to add class member等问题的详细介绍
https://www.eeworm.com/dl/512569.html
下载: 3
查看: 64