-
Control the use of VC produced Videoplayer simple video player!
使用VC控件Videoplayer制作的简单的视频播放器!-Control the use of VC produced Videoplayer simple video player!
- 2022-03-06 13:51:06下载
- 积分:1
-
一个简单的dos下记事本程序。初学者参考。简单易用。有学习价值...
一个简单的dos下记事本程序。初学者参考。简单易用。有学习价值-a simple dos procedures under the notebook. Beginners reference. Easy to use. Learning Value
- 2023-02-16 17:20:04下载
- 积分:1
-
This is an online electronic watches, double
这是一个网上电子表,双击可执行程序CLOCKNEW.exe,便可看到一张笑脸和与系统时间同步的电子时钟,按任意键退出!-This is an online electronic watches, double-click the executable CLOCKNEW.exe, we will see a smile and time synchronization system with the electronic clock, according to withdraw from the arbitrary keys!
- 2022-04-28 06:27:17下载
- 积分: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
-
vc++编程技巧.rar很经典的书籍,希望能喜欢
vc++编程技巧.rar很经典的书籍,希望能喜欢-vc programming skills. Rar classic books, like hope
- 2022-03-10 07:10:04下载
- 积分:1
-
这是用VC编制的用于控制其它程序的演示程序。
这是用VC编制的用于控制其它程序的演示程序。-This is prepared by VC other procedures used to control the demo program.
- 2022-07-07 02:42:07下载
- 积分:1
-
全景图浏览程序
全景图浏览程序,只要换了全景图,就是你自己的作品了!
- 2022-01-26 02:56:23下载
- 积分:1
-
Just enter the code page and then select the character you want with the mouse a...
Just enter the code page and then select the character you want with the mouse and program will calculate it s ASCII code.
- 2022-03-21 06:22:13下载
- 积分:1
-
获取local地址程序,应该不错哦,能对一部分初学着有用
获取local地址程序,应该不错哦,能对一部分初学着有用-Procedures to obtain local address, it should be good Oh, can a useful part of learning
- 2022-03-02 10:30:24下载
- 积分:1
-
k-近邻算法的实现
kNN实现步骤
(1)计算已知类别数据集中的点与当前点之间的距离
(2)按照距离递增次序排序
(3)选取当前与当前距离最小的k个点
(4)确定k个点所在类别的出现的频率
(5)返回前k个点出现频率最高的类别作为当前点的预测分类
- 2022-02-14 22:45:04下载
- 积分:1