搜索资源列表
weitu
- 透明位图的动画 这两程序只是例程,说明画板的画透明位图的一种方法。 使用的方法和BITBLT函数的方法差不多,主要是光栅操作的使用。-Transparent bitmap animation of these two procedures is only routine on the drawing board to draw a transparent bitmap. About using the method and BITBLT functions, methods, prima
qcf
- 简单的数据去重复应用,其中有易语言的数据结构的使用方法-Simple data to repeat the application, wherein the use of a data structure of easy language
Close
- 关闭内核对向句柄。 这是一个关闭程序互拆体实现程序多开的例程,很多程序防止多开都使用这种方法,希望对大家有帮助!-Close interaction demolition of the body to check the program to handle more open.
424242
- 气球提示框的使用方法 -Use of balloon tip box to use balloon tips box
graphic
- 画弧函数arc()的应用,同时要注意两个三角函数sin()、cos()(只能用弧度)的使用方法。 -Draw arc function arc () application, at the same time, pay attention to the two trigonometric function sin (), cos () (use only radians) method of use.
small_rtos
- Small RTOS51是为51系列单片机而编写的。它是完全免费的、源代码公开的多任务实时操作系统。它可在无任何外部数据存储器的 单片80C51系统上运行,并且是可移植的。全书分两部分。第一部分为基础篇,介绍Small RTOS51和一些基本概念,并详细分析 Small RTOS51的工作原理。第二部分为应用篇,给出部分常用硬件在Small RTOS51下驱动程序的源代码。这些源代码在DP51单片机仿 真实验仪上全部调试通过,且只要经过很少的改动,或是不改动,就可以在其他环境下 使用。应用篇还通
gongzhu
- QQ拱猪记牌源码,采用识图方法.1366*768笔记本常用分辨率使用-QQ note card Gongzhu source, knowledge map method.
STM32_timer
- stm32多定时器使用,很好的方法,建议好好看看,可以作为参考-stm32 multi-timer, good way to suggest a good look, can be used as reference
d1
- 易语言的使用方法。使用技巧。常用语法,-Easy to use language. Tips. Common grammar, etc.
Access1
- Access版本易语言树型框无限分级的使用方法源码。-Access version easy language box unlimited hierarchical tree. Zip
ACCESS2tabale
- ACCESS到高级表格的使用方法,具有很高的实用性,值得新手学习-ACCESS to use advanced forms, with high practicality, it is worth novice learning
SOCKS5-
- 易语言SOCKS5网络代理 应用源码(主要讲解SOCKS5协议的使用方法)-Easy language network SOCKS5 proxy application source code
base64test
- 使用函数实现base64的加密解密的方法函数,包括解密和解密的演示例子-Use function implementation base64 encryption and decryption functions, including decryption and decryption demo example
adsl
- adsl拨号设置,使用源码的方法进行adsl拨号,并判断是否重复IP-adsl dial-up settings, use adsl dial-source methods, and determine whether the duplicate IP
INFinstall
- 易语言安装INF文件源码例程程序使用运行命令行的方法安装INF文件。 -Methods the easy language and install the INF file source code routines use the run command lines and install the INF file.
ExcelToSQL
- 使用C#向数据库中导入excel表格sheet1的方法-insert excel to sql server
20151113_034635736
- 易语言取系统目录模块源码例程程序使用取环境变量的方法取系统目录。-Easy language to take the system directory module source code routine procedures for the use of environmental variables to take the system directory.
kk
- 易语言子程序参考属性例程源码例程程序演示了子程序参考属性的使用方法。 -Easy language subroutine reference attribute routines routines routines source procedures to demonstrate the use of a reference attribute.
Idmsoft
- 大漠5.1423破解版,自带破解,使用方法 dm.new()(dm 5.1423 cracked version)
DLL优化模块 【开启高速,重定向至内存DLL】
- 一直好奇易语言为啥不用虚函数表,原来时为了兼容官方库的 DLL命令调用转向 命令。 开启高速:开启后DLL命令的调用提速百分之40左右。 DLL重定向:将在易语言声明的DLL的调用重定向至内存加载的DLL里,也就是说,直接声明的API命令也可以内存调用。 开启高速测试: 核心库:5.7版 5.3版 未发现问题。 开启高速VMP加壳后仍未发现问题。 DLL重定向测试: 虚构DLL句柄发现重定向一切正常