登录
首页 » 电子书 » myeclipse programming guide and operating instructions, which a lot of little

myeclipse programming guide and operating instructions, which a lot of little

于 2022-01-22 发布 文件大小:4.24 MB
0 104
下载积分: 2 下载次数: 1

代码说明:

myeclipse的编程指南和操作说明,里面许多的鲜为人知的实用方法很值得一看-myeclipse programming guide and operating instructions, which a lot of little-known practical method is worth a visit

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • j2ee检测学习是否满足要求,此为检测题。
    j2ee检测学习是否满足要求,此为检测题。-j2ee test to learn whether it meet the requirements for the detection of this title.
    2022-03-10 13:40:01下载
    积分:1
  • C函数浏览.chm 简单快洁查询C函数
    C函数浏览.chm 简单快洁查询C函数-C function browser. Chm simple fast clean query C function
    2022-01-25 21:01:13下载
    积分:1
  • NIOS2 Quick Start counting NIOS2 for beginners simplicity
    NIOS2 快速入门适合刚接触NIOS2的初学者 简单明了 -NIOS2 Quick Start counting NIOS2 for beginners simplicity
    2022-03-07 11:40:35下载
    积分:1
  • c++builder 5.0 classic, a very good book and course for bcb.it is also suitable...
    c++builder 5.0 classic, a very good book and course for bcb.it is also suitable for bcb 6.0.download it-c builder 5.0 classic. a very good book and course for bcb.it is also sui bcb 6.0.download table for it! !
    2022-02-10 14:19:00下载
    积分:1
  • 描述了C++文件操作的操作方法 ios::app:   以追加的方式打开文件 ios::ate:   文件打开后定位到文件尾,ios:app就包含有此...
    描述了C++文件操作的操作方法 ios::app:   以追加的方式打开文件 ios::ate:   文件打开后定位到文件尾,ios:app就包含有此属性 ios::binary:  以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文 ios::in:    文件以输入方式打开 ios::out:   文件以输出方式打开 ios::nocreate: 不建立文件,所以文件不存在时打开失败  ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败 ios::trunc:  如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
    2022-03-24 03:47:54下载
    积分:1
  • Freebsd installation of video, reading naturally, For just started learning Free...
    Freebsd安装的录像,看完自然就会了,对于刚开始学习Freebsd的战友很有帮助的。-Freebsd installation of video, reading naturally, For just started learning Freebsd comrade-in-arms very helpful.
    2022-04-25 00:56:17下载
    积分:1
  • 在实时平台上,高斯混合模型(GMM)具有计算有效性和易于实现的优点。最大似然规则中,模型参数不 断更新,但由于爬山特征,任意的原始模型参数估计通常将导致局部...
    在实时平台上,高斯混合模型(GMM)具有计算有效性和易于实现的优点。最大似然规则中,模型参数不 断更新,但由于爬山特征,任意的原始模型参数估计通常将导致局部最优 遗传算法(GA)适于求解复杂组合优化问 题及非线性函数优化。提出了基于说话人识别的可以解决GMM局部最优问题的GMM/GA新算法,实验结果表明, 提出的GMM/GA新算法比纯粹的GMM算法能获得更优的效果。 - In real-time platform, the Gaussian mixture model (GMM) with the calculation of the effectiveness and easy to realize benefits. Maximum likelihood rule, the model parameters are not Broken updates, but due to climbing features, any of the original model parameter estimation will usually result in local optimum genetic algorithm (GA) is suitable for solving complex combinatorial optimization question Title and non-linear function optimization. Proposed speaker recognition based on GMM can solve the problem of local optimal GMM/GA new algorithm, experimental results show that the Proposed GMM/GA new algorithm than purely GMM algorithm can get better results.
    2022-09-04 19:10:03下载
    积分:1
  • c++网络编程vol2,ACE的好,ACE是一个开放源代码框家,为开发高性能,分布式实时和嵌入式系统提供许多组件和模式...
    c++网络编程vol2,ACE的好书,ACE是一个开放源代码框家,为开发高性能,分布式实时和嵌入式系统提供许多组件和模式-c network programming vol2, ACE books, ACE is an open-source frame home, for the development of high-performance, distributed real-time and embedded systems and components for many models
    2022-07-05 02:18:58下载
    积分:1
  • 众所周知,JDBC(Java数据库连接)是Java 2企业版的重要组成部分。它是基于SQL层的API。通过把SQL语句嵌入JDBC接口的方法中,用户可以通过Ja...
    众所周知,JDBC(Java数据库连接)是Java 2企业版的重要组成部分。它是基于SQL层的API。通过把SQL语句嵌入JDBC接口的方法中,用户可以通过Java程序执行几乎所有的数据库操作。JDBC只提供了接口,具体的类的实现要求数据库的设计者完成。通过生成这些接口的实例,即使对于不同的数据库,Java程序也可以正确地执行SQL调用。所以对于程序员来说,不必把注意力放在如何向数据库发送SQL指令,因为程序员需要了解和用到的只是JDBC的接口,只有在极少数情况下会用到面向特定数据库的类,例如程序员希望使用ORACLE的扩展API。-known, JDBC (Java Database Connectivity) is a Java 2 Enterprise Edition of the important components. It is based on SQL API layer. Through JDBC embedded SQL interface method, Java users can implement procedures almost all of the data base. JDBC interface provides only a specific category of demands on the database designer to complete. Interface generated by these examples, even for the different databases, Java programs can also correct implementation of SQL calls. So programmers, we do not have to focus on how to send SQL database directive because programmers need to understand and use the only JDBC interface Only in very rare cases, will use the database for specific categories, For example, programmers hope to expan
    2022-07-09 18:17:48下载
    积分:1
  • 店内培训(K3操作过程)。
    专卖店培训(K3操作流程)-store training (K3 operating process).
    2023-05-12 23:30:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载