搜索结果
找到约 530 项符合
HELP 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (42)
- matlab例程 (33)
- 其他 (27)
- Java编程 (24)
- 单片机开发 (21)
- 汇编语言 (20)
- 微处理器开发 (18)
- 书籍 (16)
- 电子书籍 (14)
- VC书籍 (14)
- 通讯编程文档 (14)
- 文章/文档 (14)
- 软件设计/软件工程 (13)
- Delphi控件源码 (13)
- 软件工程 (12)
- 系统设计方案 (9)
- Linux/Unix编程 (9)
- 技术资料 (9)
- 文件格式 (8)
- Java书籍 (8)
- 行业发展研究 (8)
- 嵌入式/单片机编程 (7)
- VHDL/FPGA/Verilog (7)
- 编译器/解释器 (6)
- JavaScript (6)
- 编辑器/阅读器 (6)
- 单片机编程 (5)
- 人工智能/神经网络 (5)
- 数学计算 (5)
- 网络 (5)
- 无线通信 (4)
- 实用工具 (4)
- 可编程逻辑 (4)
- 其他行业 (4)
- 书籍源码 (4)
- 操作系统开发 (4)
- 其他嵌入式/单片机内容 (4)
- 驱动编程 (4)
- 教程资料 (3)
- 压缩解压 (3)
- 多国语言处理 (3)
- 中间件编程 (3)
- 数值算法/人工智能 (3)
- SQL Server (3)
- 其他数据库 (3)
- 技术管理 (3)
- Delphi/CppBuilder (3)
- 通讯/手机编程 (3)
- Internet/网络编程 (3)
- 教育系统应用 (3)
- 源码 (3)
- 教程资料 (2)
- 电源技术 (2)
- 嵌入式综合 (2)
- 开发工具 (2)
- uCOS (2)
- 企业管理 (2)
- BREW编程 (2)
- J2ME (2)
- 游戏 (2)
- Ajax (2)
- Jsp/Servlet (2)
- Symbian (2)
- Windows Mobile (2)
- 认证考试资料 (2)
- Matlab (2)
- VIP专区 (2)
- Pro/E教程 (1)
- 技术教程 (1)
- allegro (1)
- 模拟电子 (1)
- PCB相关 (1)
- 通信网络 (1)
- 传感与控制 (1)
- EDA相关 (1)
- FlashMX/Flex源码 (1)
- Oracle数据库 (1)
- Applet (1)
- TAPI编程 (1)
- 人物传记/成功经验 (1)
- 交通/航空行业 (1)
- Windows CE (1)
- 磁盘编程 (1)
- 医药行业 (1)
- GPS编程 (1)
- 数据库系统 (1)
- 串口编程 (1)
- STL (1)
- 金融证券系统 (1)
- 电子政务应用 (1)
- 加密解密 (1)
- *行业应用 (1)
- 电子书籍 (1)
- 接口技术 (1)
- PCB图/BOM单/原理图 (1)
- CCS (1)
Linux/Unix编程 auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench o
auxilary files for the Crypt Breakers Workbench (cbw). CBW is
a multi-window integrated workbench of tools that help a cryptanalist
read files encrypted with the BSD4.2 crypt command. Anyone
may copy, modify, use, or redistribute this system. It was
originally written by Robert W. Baldwin at MIT
压缩解压 Jpeg2000编解码器
Jpeg2000编解码器,附VC、Delphi等常用编程语言的使用例程
J2K-Codec ver 1.9
=== === === === === === === === =====
Make your graphics look better with an easy-to-use
JPEG 2000 decoding component. J2K-Codec can help
game developers, screensaver creators and many
others to improve their products--to ...
Java编程 //构造具有指定的标签的菜单 files = new Menu("文件(F)") compile = new Menu("编辑(E)") see = new Menu("查看(V
//构造具有指定的标签的菜单
files = new Menu("文件(F)")
compile = new Menu("编辑(E)")
see = new Menu("查看(V)")
format = new Menu("格式(O)")
font = new Menu("字体和颜色(F)...") //在格式菜单下再添加一个字体及颜色的菜单
help = new Menu("帮助(H)")
//构造具有指定的标签的菜单项
...
人工智能/神经网络 这里实现了基于四种SVM工具箱的分类与回归算法: 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab
这里实现了基于四种SVM工具箱的分类与回归算法:
1、工具箱:LS_SVMlab
Classification_LS_SVMlab.m - 多类分类
Regression_LS_SVMlab.m - 函数拟合
2、工具箱:OSU_SVM3.00
Classification_OSU_SVM.m - 多类分类
3、工具箱:stprtool\svm
Classification_stprtool.m - 多类分类
4、工具箱:SVM_SteveGunn
Classificatio ...
Java编程 Capturing low-level network data can be hard in Java, but it s certainly not impossible If you want
Capturing low-level network data can be hard in Java, but it s certainly not impossible
If you want to capture network packets in your Java program, you ll need a little help because no parts of the core Java APIAPI give access to low-level network
其他书籍 classic perl sepcifacation
classic perl sepcifacation,hope to help learn more easily and efficient.
其他书籍 With the successful implementation of XML Schema, developers are learning how to increase productivi
With the successful implementation of XML Schema, developers are learning how to increase productivity, improve software reliability, minimize development time, and decrease time to market. This in-depth reference is an all-in-one resource designed to help developers leverage the power and potential ...
电子书籍 3、使用如下命令更改密码: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出现Enter P
3、使用如下命令更改密码:
shell> mysqladmin -u root -p password ‘newpass’
Enter Password:*******
出现Enter Password的提示后输入原来的密码oldpass即可。
读者可以尝试其它所有本章介绍的方法。
4、首先以root用户的身份连接到服务器:
shell> mysql -u root -p
Enter password:*******
出现Enter password提后 ...
系统设计方案 embedded system BootLoader technolegy
embedded system BootLoader technolegy,have great help for embedded system bootloader learning。
Java编程 this a program to show your current credits for add or drop subjects. During university, students ne
this a program to show your current credits for add or drop subjects. During university, students need to register what subjects they want to study in a semester. this program show and help to calculate the credits.