-
javascript的语言参考,方便你在网页编程的过程中随时进行查询
javascript的语言参考,方便你在网页编程的过程中随时进行查询-javascript language reference, the convenience of your web pages at any time during programming query
- 2022-06-29 15:50:30下载
- 积分:1
-
组态软件设计实例
组态软件设计实例- Configuration software design example
- 2022-08-20 09:22:15下载
- 积分:1
-
C语言编程规范,老东东了
C语言编程规范,老东东了-C programming language standard, the old Dongdong
- 2022-03-17 07:19:38下载
- 积分:1
-
本程序是一本很经典的知识响亮基的源代码 学起来比较方便 请大家使用...
本程序是一本很经典的知识响亮基的源代码 学起来比较方便 请大家使用-this procedure is a very loud classic knowledge-based source code learn more convenient Please use
- 2022-06-21 03:02:39下载
- 积分:1
-
很好的关于ORACLE的调优的书
值得参考,现在贡献出来大家共享,
这是第3部分....
很好的关于ORACLE的调优的书
值得参考,现在贡献出来大家共享,
这是第3部分.-good on Oracle optimization book is worth considering, now contribute share, This is the first of three parts.
- 2022-08-11 09:56:34下载
- 积分:1
-
系统地学习、撑握C语言的经典书。
这是我整理、加工过的《C Primer Plus》精简版,文本文件,与原书有出入。...
系统地学习、撑握C语言的经典书。
这是我整理、加工过的《C Primer Plus》精简版,文本文件,与原书有出入。-C Primer Plus
- 2022-06-27 12:09:57下载
- 积分:1
-
该文档是高级电源管理的规格说明,例如关闭电源
该文档是高级电源管理的规格说明,例如关闭电源-The documents are the advanced power management specifications, such as turn off the power and so on
- 2023-08-12 13:15:04下载
- 积分:1
-
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递...
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。
-On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchange, loop start and loop merging and so on, and cache consistency to solve the shared variables to bring the load to find the linear recurrence (Linear Recurrence), and how to block updates to improve the efficiency of the matrix.
- 2022-01-25 21:47:31下载
- 积分:1
-
介绍windows编程中的数据类型
windows编程参考
介绍windows编程中的数据类型
windows编程参考-windows programming on the type of data windows programming reference
- 2022-03-14 08:59:27下载
- 积分: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