搜索结果
找到约 237 项符合
Search 的查询结果
按分类筛选
- 全部分类
- 其他 (27)
- Java编程 (25)
- 其他书籍 (18)
- 人工智能/神经网络 (13)
- 数值算法/人工智能 (10)
- 数据结构 (10)
- matlab例程 (10)
- 软件设计/软件工程 (7)
- Linux/Unix编程 (6)
- 开关电源 (6)
- 教育系统应用 (5)
- 单片机开发 (5)
- 数学计算 (5)
- 书籍 (5)
- 压缩解压 (4)
- 汇编语言 (4)
- 文章/文档 (4)
- 书籍源码 (4)
- 编译器/解释器 (4)
- *行业应用 (3)
- 驱动编程 (3)
- 其他数据库 (3)
- 通讯/手机编程 (3)
- Internet/网络编程 (3)
- GPS编程 (3)
- Applet (2)
- Delphi控件源码 (2)
- MySQL数据库 (2)
- JavaScript (2)
- 其他行业 (2)
- VHDL/FPGA/Verilog (2)
- J2ME (2)
- 习题答案 (2)
- 技术资料 (2)
- 资料/手册 (1)
- 电机控制 (1)
- 模拟电子 (1)
- STL (1)
- Windows Mobile (1)
- 游戏 (1)
- 电子书籍 (1)
- 微处理器开发 (1)
- SQL Server (1)
- 通讯编程文档 (1)
- 其他嵌入式/单片机内容 (1)
- 金融证券系统 (1)
- Ajax (1)
- FlashMX/Flex源码 (1)
- 串口编程 (1)
- 网络 (1)
- 编辑器/阅读器 (1)
- Jsp/Servlet (1)
- 中间件编程 (1)
- 医药行业 (1)
- Java书籍 (1)
- 系统设计方案 (1)
- 文件格式 (1)
- 并行计算 (1)
- 多国语言处理 (1)
- 行业发展研究 (1)
- 软件 (1)
- 源码 (1)
- VIP专区 (1)
Java编程 JSPWiki 中文增强集成版 增强的内容 附件彩色图标显示(修改了内核代码) 集成 WikiWizard 编辑器(修正了中文字体显示问题, 中文资源化, 扩大编辑区, 自动定位), 推荐
JSPWiki 中文增强集成版
增强的内容
附件彩色图标显示(修改了内核代码)
集成 WikiWizard 编辑器(修正了中文字体显示问题, 中文资源化, 扩大编辑区, 自动定位), 推荐使用!
集成 FckEditor 可视化编辑器(编辑纯 HTML 或者不包含插件的页面的时候比较有用, 但是否则可能会破坏原来的页面内容, 谨慎)
中文页面名和附件名的支 ...
Linux/Unix编程 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input)
我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input),
从文件列表中删除一个记录(delete a record from list),保存文件(save),
查找文件(search record on table),文件的列表(list)
人工智能/神经网络 高效的k-means算法实现
高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...
软件设计/软件工程 Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ways. You can also u ...
其他 Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is
Swarm intelligence algorithms are based on natural
behaviors. Particle swarm optimization (PSO) is a
stochastic search and optimization tool. Changes in the
PSO parameters, namely the inertia weight and the
cognitive and social acceleration constants, affect the
performance of the search process. Th ...
数据结构 多模式匹配算法——AC算法 参考文献:AC算法:Aho A V
多模式匹配算法——AC算法
参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340
金融证券系统 CodezBank is just a small application that stores source code snippets organized in a hierarhichal m
CodezBank is just a small application that stores source code snippets organized in a hierarhichal maner with basic search ability. You just copy and paste the code snippet into or from this application via clipboard. If you have a bag of coding tricks then you want to keep them in this app.
Internet/网络编程 The control uses javascript to handle number formatting as you keep typing and does the validation a
The control uses javascript to handle number formatting as you keep typing and does the validation as well. For one of our requirement, we needed a javascript based control that did formatting as the users kept typing. Google search only yielded script that did formatting on focus change events only ...
Java编程 java web小程序包
java web小程序包,包含ajax自动完成,天气查询程序,mail发送程序,yahoo search程序,省市获取程序
数据结构 检索无向图中的最短路径
检索无向图中的最短路径,使用breast first search