搜索结果
找到约 342 项符合
RELEASE 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (28)
- VC书籍 (17)
- Linux/Unix编程 (15)
- Java编程 (15)
- Java书籍 (12)
- 单片机开发 (11)
- 通讯/手机编程 (10)
- 其他 (10)
- 技术资料 (10)
- 电子书籍 (9)
- 书籍源码 (9)
- 编译器/解释器 (8)
- 网络 (8)
- 压缩解压 (8)
- 书籍 (7)
- 文章/文档 (6)
- Windows CE (6)
- 嵌入式/单片机编程 (6)
- 可编程逻辑 (5)
- 数学计算 (5)
- Delphi控件源码 (5)
- 软件设计/软件工程 (5)
- VIP专区 (5)
- Internet/网络编程 (4)
- 驱动编程 (4)
- 汇编语言 (4)
- 加密解密 (4)
- 邮电通讯系统 (4)
- 通讯编程文档 (4)
- 嵌入式Linux (4)
- 数据库系统 (4)
- 软件工程 (4)
- 文件格式 (4)
- ARM (3)
- 操作系统开发 (3)
- J2ME (3)
- 行业发展研究 (3)
- 其他数据库 (3)
- 中间件编程 (3)
- 多国语言处理 (3)
- matlab例程 (3)
- 人工智能/神经网络 (3)
- 通信技术 (2)
- 多媒体处理 (2)
- PCB相关 (2)
- 单片机编程 (2)
- 教程资料 (2)
- *行业应用 (2)
- 数值算法/人工智能 (2)
- VHDL/FPGA/Verilog (2)
- Modem编程 (2)
- uCOS (2)
- 其他嵌入式/单片机内容 (2)
- SQL Server (2)
- 串口编程 (2)
- Jsp/Servlet (2)
- 微处理器开发 (2)
- 编辑器/阅读器 (2)
- Linux/uClinux/Unix编程 (2)
- 源码 (2)
- 图形图像 (1)
- Proe教程 (1)
- 开发工具 (1)
- 仿真技术 (1)
- 手机短信编程 (1)
- DSP编程 (1)
- Delphi/CppBuilder (1)
- USB编程 (1)
- OA系统 (1)
- 酒店行业 (1)
- 企业管理 (1)
- MySQL数据库 (1)
- 语音压缩 (1)
- FlashMX/Flex源码 (1)
- 游戏 (1)
- MacOS编程 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 精品软件 (1)
酒店行业 酒店管理系统 1.先建立数据库HOTEL 2.选中HOTEL数据库
酒店管理系统
1.先建立数据库HOTEL
2.选中HOTEL数据库,选择所有任务->还原数据库
选择数据库文件中的hotelBackup,还原数据库
3.将源程序中 C***App类中构造函数中,链接数据库的帐号和密码更改为你的密码
即可使用
4.本软件未完成,你可以根据需求,加入更丰富的功能。
5.Release目录下面的*.ssk 和*.dll不能删除,那 ...
数学计算 关于矩阵类库的VC++源代码 因为已经保存了训练好的网络权值
关于矩阵类库的VC++源代码
因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件
通讯/手机编程 手机归属地数据文件格式是自己定义的
手机归属地数据文件格式是自己定义的,使用本程序将文本格式的手机号数据导入为二进制文件以节约存储空间和提高查询速度,数据文件命名为MpData.dat,然后可以使用本程序查询手机号段的归属地
注: Mps.cpp是主程序, Global.cpp是一些工具函数和类, Release/MpData.txt是文本格式的手机归属地数据。 程序的使用方法请参阅M ...
其他书籍 The Vim editor (or Vi IMproved) was first released by Bram Moolenaar in November 1991 as a clone of
The Vim editor (or Vi IMproved) was first released by Bram Moolenaar in November 1991 as a clone of the Unix editor vi for the Amiga platform.
The first release of Vim for the Unix platform was out a year later and right away, it started to become an alternative to the vi editor.
语音压缩 3rd Generation Partnership Project Technical Specification Group Services and System Aspects ANS
3rd Generation Partnership Project
Technical Specification Group Services and System Aspects
ANSI-C code for the Fixed-point
Extended AMR - Wideband (AMR-WB+) codec
(Release 7)
其他书籍 Ora92_DB_Ref.rar是oracle9的dba参考手册 资料来源:Oracle OTN 文档库 收集整理:Snowywolf 适用版本:Oracle9i SQL Reference,
Ora92_DB_Ref.rar是oracle9的dba参考手册
资料来源:Oracle OTN 文档库
收集整理:Snowywolf
适用版本:Oracle9i SQL Reference, Release 2 (9.2)
Internet/网络编程 在VS2008环境下编译的ACE库
在VS2008环境下编译的ACE库,包括debug和release两个dll。
编译器/解释器 Please read your package and describe it at least 40 bytes. System will automatically delete the di
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release
数值算法/人工智能 本目录主要包括:文档和两个源代 其中源代码是识别程序的
本目录主要包括:文档和两个源代
其中源代码是识别程序的,另一个是矩阵类库的。
已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本 ...
书籍源码 Please read your package and describe it at least 40 bytes. System will automatically delete the di
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory