-
使用OpenGL、VC++和CG蛋白结构实现GPU计算
用OpenGL,VC++和cg实现蛋白质结构的GPU计算-Using OpenGL, VC++ And cg protein structure realize the GPU computing
- 2022-09-20 16:05:02下载
- 积分:1
-
算法程序
算法程序
-algorithm
- 2023-05-04 22:20:02下载
- 积分: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
-
MFC Socket通讯源码可用
资源描述
MFC 版的 socket 简单通讯 程序,可实现 客户端和 服务端 互相发送数据,
供新手学习socket编程
- 2022-05-31 20:18:56下载
- 积分:1
-
这是一个图形演示的排序程序,有可供选择的常见的如,快速,等几种排序方法。也可设置时间来控制排序的速度。...
这是一个图形演示的排序程序,有可供选择的常见的如,快速,等几种排序方法。也可设置时间来控制排序的速度。-This is a graphic demonstration of sequencing procedures, alternatives such as common, rapid and several other ranking methods. Time also can be set to control the speed of sequencing.
- 2022-11-26 04:00:03下载
- 积分:1
-
显示所输入字符的区位码或asc码,虽然简单,但调试程序或分析数据时常能用得到,很方便...
显示所输入字符的区位码或asc码,虽然简单,但调试程序或分析数据时常能用得到,很方便-revealed that the importation of characters in an area code or asc yards, although simple, but debugging procedures or data analysis often can use to be very convenient
- 2022-10-10 23:45:04下载
- 积分:1
-
对delphi中常用的函数调用,参数,进行详细的说明。
对delphi中常用的函数调用,参数,进行详细的说明。-right commonly used function call, parameters, for detailed explanations.
- 2022-03-09 13:47:43下载
- 积分:1
-
书籍《Visual C++串口通信技术 与工程实践》的源代码。
书籍《Visual C++串口通信技术 与工程实践》的源代码。-books "Visual C serial communications technology and engineering practice" of the source code.
- 2022-07-24 12:00:34下载
- 积分:1
-
Windows平台下枚举显示器所有的显示分辨率
应用背景该Module源码的功能是枚举在Windows平台下显示器的分辨率列表,这样也就可以获得显示器的所有分辨率,同时也可以获得显示器的最大分辨率,其源码是用VS2012 Ultimate工具的Win32 Console Application程序。关键技术用到了Windows的库函数#pragma comment(lib, "D3D9.lib"), 需要的结构体D3DCAPS9,以及相应的库函数有Direct3DCreate9(D3D_SDK_VERSION),GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_NULLREF, &caps),GetAdapterDisplayMode(caps.AdapterOrdinal, &dismode),GetAdapterModeCount(caps.AdapterOrdinal, dismode.Format)等...
- 2022-11-04 20:55:03下载
- 积分:1
-
VC与matlab的结合,VC中调用Matlab测试代码
VC与matlab的结合,VC中调用Matlab测试代码-VC and Matlab, the combination of VC Calling Matlab test code
- 2023-04-21 10:20:03下载
- 积分:1