-
I collected 100 examples of VFP development of super
我收集了100个VFP开发超级实用程序的例子
- 2022-10-28 15:15:03下载
- 积分:1
-
光盘管理程序,可以自动对光盘的所有内容进行分析,并且提供了全面的检索功能,便于对硬盘和光盘的文件和目录进行快速搜索。...
光盘管理程序,可以自动对光盘的所有内容进行分析,并且提供了全面的检索功能,便于对硬盘和光盘的文件和目录进行快速搜索。- The compact disc executive program, may automatically carry on
the analysis to compact disc all contents, and has provided the
comprehensive retrieval function, is advantageous for carries on the
fast search to the hard disk and the compact disc document and the
table of contents.
- 2022-09-07 08:25:03下载
- 积分:1
-
功能,利用正交表安排实验称为正交实验设计,该程序是对正交实验的结果,运用方差分析表和F检验个因素对实验结果是否有显著影响。程序是针对不考虑个因素的交互作用的正交...
功能,利用正交表安排实验称为正交实验设计,该程序是对正交实验的结果,运用方差分析表和F检验个因素对实验结果是否有显著影响。程序是针对不考虑个因素的交互作用的正交设计编写的。-functions, the use of orthogonal arrangement known as orthogonal test experimental design, the procedures of orthogonal experimental results, using analysis of variance table and the F-test factors in the results, is there a significant impact. Procedures are targeting the factors to consider the interaction of orthogonal design prepared.
- 2022-01-27 13:37:27下载
- 积分:1
-
TC30K电子称通信源码
TC30K电子称通信源码,Delphi开发平台
- 2022-11-20 17:25:03下载
- 积分:1
-
ART2000 DA AD板的dos系统测试程序,用于学习和开发ART2
ART2000 DA AD板的dos系统测试程序,用于学习和开发ART2-ART2000 DA AD board dos system testing procedures, for learning and development ART2000
- 2022-04-28 21:01:19下载
- 积分:1
-
Visual C++ 2005 的补丁文件――STL4VS2005,由于安装不对,VS有时候会提示缺少STL4VS200505组件...
Visual C++ 2005 的补丁文件――STL4VS2005,由于安装不对,VS有时候会提示缺少STL4VS200505组件-STL4VS2005
- 2023-01-15 16:25:04下载
- 积分:1
-
527906多线程串口通讯实例_622
527906多线程串口通讯实例_622,用c++builder 开发,有兴趣的朋友可以下载看看,
- 2022-01-26 03:41:16下载
- 积分:1
-
文件分割器
文件分割器- Document division
- 2022-03-02 00:35:33下载
- 积分:1
-
Window 编程例子, 比较cool !
Window 编程例子, 比较cool !-Programming examples about window,which is cool relatively.
- 2022-03-24 19:46:45下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1