Location:
Search - 扩展库
Search list
Description: 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序,
1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过)
2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e]
3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,
Platform: |
Size: 970551 |
Author: |
Hits:
Description:
Platform: |
Size: 92186 |
Author: |
Hits:
Description: 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
Platform: |
Size: 20199 |
Author: 杨杰 |
Hits:
Description: 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
Platform: |
Size: 6165 |
Author: 周有本 |
Hits:
Description: 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority system interruption of pure software. The use of 51 built-in system allows interruption Register IE and priority interrupt register IP, through word shielding mechanisms to achieve; C51 in the form of this expansion is the way to achieve functions, methods for the use of empowerment friendly, simple user interface.
Platform: |
Size: 75711 |
Author: 江丰 |
Hits:
Description: Windows Sockets规范定义了一套Micosoft Windows下网络编程接口,包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。-Windows Sockets specification defines a set of result list Windows network programming interface, which includes people familiar with the style of Berkeley Socket libraries; Also includes a group of Windows extension function, so that programmers can fully take advantage of the Windows message-driven mechanism for the programming.
Platform: |
Size: 31573 |
Author: yue |
Hits:
Description: 创建动态链接扩展库-create dynamic link library expansion
Platform: |
Size: 13126 |
Author: 刘云 |
Hits:
Description: opengl的glut扩展包开源版,可以在你平台(任意平台)和语言环境下编译成dll和lib,解决glut库版本问题
Platform: |
Size: 1124186 |
Author: george00@163.com |
Hits:
Description: 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,-This procedure aims to explain how to use Delphi to create a language can be easily implemented to support the library, and gives a practical Chinese modulus of conveyancing, 1. Support library DLL as a standard format, called the expansion of fne. In which the achieved a shift operation (Delphi7+ WinXp through) 2. in language easy to import this support library (copy TaoLibShift.fne) to the easy language LIB directory, and then we can implement [dot characters Noah extractors. e ] 3. Output formats are ASM and C in two formats, can be directly applied to 8x8 dot matrix LED,
Platform: |
Size: 970752 |
Author: 江涛 |
Hits:
Description: 创建动态链接扩展库-create dynamic link library expansion
Platform: |
Size: 13312 |
Author: 刘云 |
Hits:
Description: 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
Platform: |
Size: 19456 |
Author: |
Hits:
Description: 一个动态连接库(MFC扩展库)及其测试程序的例子-A Dynamic Link Library (MFC extension of the Treasury) and its testing procedures examples
Platform: |
Size: 82944 |
Author: xql |
Hits:
Description: C#自定义控件库,自定义控件属性扩展、比系统控件功能丰富(C# custom control library, custom control property extension, more functional than the system controls)
Platform: |
Size: 3148800 |
Author: 木木1
|
Hits:
Description: lua的扩展库,包括常用的系统函数等,包括bit、cpu、i2c(Lua extension library)
Platform: |
Size: 569344 |
Author: jazzthinking
|
Hits:
Description: 组态王图库扩展,组态王自带图库数量较少,本图库可以帮助用户增加部分图库,便于组态需要!(King View library expansion)
Platform: |
Size: 4618240 |
Author: starwish
|
Hits:
Description: 这个支持库文件源码,虽然没有什么功能,但代码书写整洁,不包含一条垃圾代码,而且注释非常清晰
大家可以从这个例子里领悟扩展它的功能,嘿嘿写出一个自己的支持库多有成就感,
写个什么辅助支持库啥的很不错哦!(This support library file source, although there is no function, but the code written neatly, does not contain a garbage code, and the notes are very clear
You can learn from this example, expand its function, hey, write a support library, a sense of accomplishment,
What to write an auxiliary support library, what is very good Oh!)
Platform: |
Size: 6144 |
Author: 林中鸟人
|
Hits:
Description: 扩展库更新导致的VS项目无法创建和打开(需要进行重置)(Reset the visual Studio extension library)
Platform: |
Size: 1871872 |
Author: 肉头
|
Hits:
Description: 一个用于快速开发的常用封装库(a lib)
Platform: |
Size: 112640 |
Author: dhldeng
|
Hits:
Description: 开发库libminigui-1.6.10.tar.gz
编译完成后生成三个库:它们分别是libminigui、libmgext以及libvcongui。libminigui 是提供窗口管理和图形接口的核心函数库,也提供了大量的标准控件;libmgext 是libminigui 的一个扩展库,提供了一些高级控件以及“文件打开”、“颜色选择”对话框等;libvcongui 则为Linux操作系统提供了一个应用程序可用的虚拟控制台窗口,从而可以方便地在MiniGUI环境中运行字符界面的应用程序。(Development library libminigui-1.6.10.tar.gz
After the compilation is completed, three libraries are generated: they are libminigui, libmgext, and libvcongui, respectively. Libminigui is the core function library window management and graphics interface, but also provides a large number of standard controls; libmgext is an extension of libminigui, offers some advanced control and "open file", "the color selection dialog box; libvcongui Linux operating system provides a virtual console applications available the application window, you can easily run the character interface in the MiniGUI environment.)
Platform: |
Size: 3237888 |
Author: liuergouzi |
Hits:
Description: Exui_Plugin1 EXUI扩展库 开源 最后日期 exui_plugin1 2015.5.7
全网就只有这里有 不要问我为什么 破刃之剑丶黑银(Exui_plugin1 Exui Expansion Library open source Last date exui_plugin1 2015.5.7
The whole net is only here. Don't ask me why Sword of Blade, black silver)
Platform: |
Size: 11725824 |
Author: 破刃之剑 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»