This subproject contains the compiled code for the implementation classes of the Java Servlet and JSP APIs
标签: the implementation subproject contains
上传时间: 2013-11-28
上传用户:diets
JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party programs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for your private application. You can then include your saved network in your program using the jaNet.backprop package. The consequent documentation is only in french for the moment, but an english translation is planned. The java source code is released under GPL, and can be compiled with JDK, Symantec Cafe or MS Visual J
标签: documented designing training Network
上传时间: 2016-04-15
上传用户:zhanditian
BT JAVA LIBRARY,BTLib package is a J2ME Bluetooth library usefull when developing applications for Java, Bluetooth enabled mobile devices.
标签: applications developing Bluetooth LIBRARY
上传时间: 2016-04-22
上传用户:2525775
摘要:介绍了企业人事统计信息管理系统总体规划的确定、系统调查的进行、逻辑模型 的提出、总体结构的设计以及系统的运行效果。 关键词:信息管理系统;人事统计信息;总体规划;逻辑模型;总体结构设计 中图分类号:J!G!@#!文献标识码:K
上传时间: 2014-01-06
上传用户:stampede
非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行
标签: application windows readme simple
上传时间: 2016-05-05
上传用户:ynsnjs
由十其强人的功能而被广泛应{IJ十很多工程领域。在扩频通信,},通常的做法是{IJ扩频序列J信号和乘, 从而得到频谱的扩展或扭缩,因而扩频序列的性能直接决定着通信质量。伪随机序列,},的m序列和Cold序列最常{}J们一扩 频序列。该文首先简中介绍了m序列和Cold序列的原理、性能和构造方法.接着在MAfLAB }}})IJ M语言编程实现它们的产 生和分析。仿真结果验证了该方法的正确性和可行性。该方法简练直观,适合工程技术人员参考。
上传时间: 2014-12-20
上传用户:frank1234
操作系统习题与解答(中文版,[美] J. Archer Harris 著)谢谢!
标签: 操作系统
上传时间: 2014-12-22
上传用户:redmoons
五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
上传时间: 2016-05-18
上传用户:anng
设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
上传时间: 2013-12-06
上传用户:13160677563
RMQ问题是指:对于长度为n的数列A,回答若干询问RMQ(A,i,j)(i,j<=n),返回数列A中下标在[i,j]里的最小值下标。
上传时间: 2013-12-26
上传用户:rocwangdp