搜索结果
找到约 14,621 项符合
TO直插元件封装 的查询结果
数值算法/人工智能 source code to compute the visibility polygon of a point in a polygon.
source code to compute the visibility polygon of a point in a polygon.
加密解密 一个密码小键盘的封装的动态库
一个密码小键盘的封装的动态库,绝对可用
源码/资料 hex file to bin file convert tool
hex file to bin file convert tool
源码/资料 exe file to com file converter
exe file to com file converter
源码/资料 I have written this article to capture a Windows image into a bitmap file that will support all Pain
I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote this article. 捕获一个窗口图像并存入一个支持MS画笔的位图文 ...
源码/资料 This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This
This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the no ...
数据库系统 bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编写的快速数据提取层应用软件
bonddb 是一个源于PostgreSQL封装包的对象。它是一个由C/C++编写的快速数据提取层应用软件,允许对类对象的访问。
Java编程 jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It su
jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It supports short samples as well as streaming format. The GUI allows dynamically adding and removing new slots for samples.
其他 Mantis an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQ
Mantis an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQL and a web server. It is simpler than Bugzilla and easily editable. Check out the online Demo.
Java编程 如何在Java程序中使用我们现有的DLL。因为这些DLLs并不是为在由Java创建的头文件中使用而编写的。这个问题的解决方法就是创建一个封装的DLL
如何在Java程序中使用我们现有的DLL。因为这些DLLs并不是为在由Java创建的头文件中使用而编写的。这个问题的解决方法就是创建一个封装的DLL,它仅用来调用你的DLL的函数。这个应用程序是关于VC++, Java和集合的接口连接程序。