-
数独游戏
这是数独游戏程序用C #我上传给你!..
- 2023-01-12 01:25:03下载
- 积分:1
-
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。...
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。-This is the second Effective C++ After a book, More Effective C++ Mainly on a number of efficiency, anomalies and other issues.
- 2022-10-23 15:20:03下载
- 积分:1
-
Circuits Design of High Stability Stepping Motor Drive
Circuits Design of High Stability Stepping Motor Drive
- 2023-01-12 23:50:04下载
- 积分:1
-
穿口调试程序,十分方便的进行计算机的穿口程序的调试
穿口调试程序,十分方便的进行计算机的穿口程序的调试 -I wear a debugger, which is very convenient to carry out the computer
- 2023-04-20 10:50:03下载
- 积分:1
-
新节点 新节点 新节点 新节点
新节点 新节点 新节点 新节点 -new nodenew nodenew nodenew nodenew nodenew nodenew node
- 2023-01-25 02:20:04下载
- 积分:1
-
旅游业管理系统
此源代码是关于旅游管理体制,引导游客为旅游景点的网站。
- 2022-09-24 04:35:03下载
- 积分:1
-
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。书是从事Windows应用程序开发的软件工程师...
作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。书是从事Windows应用程序开发的软件工程师的必备参考手册-32 as a Microsoft platform application programming interface, Win32 API is engaged in the development of Windows applications are essential. Book is engaged in the development of Windows applications, a software engineer of the requisite reference manual
- 2022-02-02 09:04:12下载
- 积分:1
-
小型svm分类器
SVM是一种用超平面定义的分类器,是一种监督的分类算法。即使用带标签的训练数据,SVM得到优化的超平面,使得两类之间的距离最大,这样有什么好处呢?显而遇见,这样可以降低噪声干扰,因为超平面到数据点的距离是最大距离的一半,只要噪声扰动不要越过超平面即可。
- 2023-02-08 03:30:04下载
- 积分:1
-
案例22磁盘文件的读写
案例22磁盘文件的读写-disk read and write documents
- 2022-03-15 11:01:19下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1