-
EXPRESSION PARSE is a component of the library, it can detect PASCAL language ca...
EXPRESSION PARSE是一个组件的图书馆, 通过它可以检测PASCAL语言类的SCRIPT. 它不仅 仅是一个调试器, 而且还是一个准编译器, 因此更有效率. 该软件使用方便且兼具DELPHI VCL的强大功能,你即可以检测一个简单的表达式或一大堆复杂的语法, 而不需要使用者具有很高深的编程能力或从编写一整个的应用程序的SCRIPTS或者注意其他的使用规则等, 你所需要的只是进行简单的内嵌表达式操作而已.-EXPRESSION PARSE is a component of the library, it can detect PASCAL language category SCRIPT. It is not merely a debugger, but also a quasi-compiler, therefore more efficient. The software is easy to use Delphi VCL which both the powerful functions, you can detect that is a simple expression- or a lot of complex syntax, without the need for users with high depth of programming capability or preparing an entire application"s attention SCRIPTS or other rules governing the use, you need only a simple expression embedded operating it.
- 2022-03-13 18:30:18下载
- 积分:1
-
1.Bios ID No. 2 Bios three types Bios date information OEM 4 5. Motherboard chip...
1.Bios ID号2 Bios 类型3 Bios 日期4 OEM 信息5.主板芯片ID号读取代码以及dll 支持:win95/98/Me/NT/2000/XP MS Visual Studio(vc,vb,etc.) Borland Builders(C++ builder, Delphi, JBuilder) 通过com-java桥, BiosNt能够用于Java2环境中Power Builder-1.Bios ID No. 2 Bios three types Bios date information OEM 4 5. Motherboard chip ID code reader and dll support : win95/98/Me/NT/2000/XP MS Visual Studio (vc, vb, etc.). Borland Builders (C builder, Delphi, JBuilder) com- java bridge can be used Java2 BiosNt environment Power Builder
- 2022-04-21 00:23:00下载
- 积分:1
-
[网狐]癞子斗地主
应用背景网狐正版的癞子斗地主,不用多说,自己看了,这个代码很少。关键技术只包能用,开发的话自行解决了,如需技术交流,可加群8990607
- 2022-10-07 04:10:03下载
- 积分:1
-
it is a dos programm which can be controlled easily.the main function of chaning...
一个可以轻松的控制dos的程序,改程序的主要功能是可以控制时间的现实,方便用户的各种操作,请多多执教-it is a dos programm which can be controlled easily.the main function of chaning the programm is control the time.user can operate it conveniently.
- 2022-04-27 01:51:01下载
- 积分:1
-
C# 实现串口超级终端 能发送文件
c# 实现的串口超级终端程序。能设置串口参数,并能保存;自动扫描计算机上的所有串口,并以列表形式显示;能设置显示字体和颜色,并能保存,下次打开默认上次的设置。
- 2022-03-19 19:26:30下载
- 积分:1
-
基于Win32API的控件
基于Win32API的控件-based on the control Win32API
- 2022-12-28 08:05:03下载
- 积分:1
-
拼图小游戏jva 原代码,功能基本实现,对与个人学习有一定帮助,希望能对你的学习有所帮助...
拼图小游戏jva 原代码,功能基本实现,对与个人学习有一定帮助,希望能对你的学习有所帮助-Puzzle game jva source code, function basically, to some extent help with individual learning, hoping to help you learn! ! !
- 2023-02-08 14:30:04下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
公司是一个大的软件有效
hymo is a big software proh
go to gether
in the city
- 2023-04-20 01:30:04下载
- 积分:1
-
VB编写的MODBUS通讯实现源码
VB编写的MODBUS通讯实现源码,
功能:
Public Sub tran_modbus_order(ByVal byt_slv_id As Byte,
ByVal byt_func As Byte, ByVal addr As Long, byt_data() As Byte)
Function CRC16(data() As Byte) As String
- 2023-01-05 06:50:03下载
- 积分:1