-
浙江大学# 39;的源代码!
浙大g729的源代码!-Zhejiang University"s source code!
- 2023-07-08 12:15:03下载
- 积分:1
-
"Wubi coding Check System" implementation : a CD
“五笔编码速查系统”执行说明: 1、 光盘目录vc6.0chapter7inWMVC.EXE为本系统的可执行文件。WORD.TXT和ZI.TXT是系统运行所必需的两个文件。 2、 光盘目录vc6.0chapter7SETUP.EXE是本系统的安装程序。 3、 光盘目录vc6.0chapter7srcWMVC*.*为本系统的VC源程序。 “五笔编码速查系统”如何编译: 直接点击编译完成对整个项目的编译。 “五笔编码速查系统”如何部署: 1、 修改更新Web服务器地址和端口 配置检查版本的Web服务器地址,在本例中缺省 使用的是本机,所以在WMSheet.cpp中162行的调用为:httpClient.GET("localhost", "80", "/version.asp", "") 如果自己的机器与配置的情况不符合,要根据具体情况进行设置。 2、 下载安装文件的配置 推荐测试时使用自己本地的机器,即localhost,使用21端口。把安装文件 setup.exe部署到 ftproot,setup.exe在vc6.0setup目录下。-"Wubi coding Check System" implementation : a CD-ROM directory vc6.0 chapter7 bin WMVC.EXE-based system of the executable. WORD.TXT and ZI.TXT system is necessary for the functioning of the two documents. 2, CD-ROM directory vc6.0 chapter7 SETUP.EXE is the system setup program. 3, CD-ROM directory vc6.0 chapter7 src WMVC *.*-based system of VC source. "Wubi coding Check System," how to build : direct hits compiler of the entire project completed compiler. "Wubi coding Check System,"
- 2022-07-10 21:46:01下载
- 积分:1
-
csp crypt 微软pkcs11.rar
csp crypt 微软pkcs11.rar-CSP crypt Microsoft pkcs11.rar
- 2022-09-19 10:30:03下载
- 积分:1
-
JULIA之C语言源代码
JULIA之C语言源代码-JULIA on C language source code
- 2022-01-28 19:21:53下载
- 积分:1
-
multifunction machines regular customs procedures can achieve this Mytob.BSNotes
多功能定时关机器 这个程序可以实现定时关机-multifunction machines regular customs procedures can achieve this Mytob.BSNotes
- 2022-02-03 01:03:41下载
- 积分:1
-
基于输入文件进行云渲染VC2003数值。代码的R
基于VC2003对输入文件的数值进行了云图绘制。代码结果打包动态库,有很高的重用性。-Based on the input file VC2003 Numerical conducted a cloud rendering. Code the results of the dynamic libraries packaged with a high degree of reusability.
- 2022-02-05 21:45:07下载
- 积分:1
-
registry amended document assembly
注册表修改组合文件-registry amended document assembly
- 2022-02-14 19:13:02下载
- 积分:1
-
Visual Basic class module for danamically redimension a form content as the form...
Visual Basic class module for danamically redimension a form content as the form is redimensioned.
- 2022-01-25 23:08:36下载
- 积分:1
-
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C +
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C + +类创建,也可以由一个早于并存在于
M F C之外的非C + +窗口类创建。我们将进一步观看窗口类并讨论那些由Wi n d o w s操作系统提
供的窗口类。最后,再看看M F C应用程序中都有什么。-In Chapter 1, we first discuss the use and does not use MFC create a window to a clear understanding of how the work of MFC. MFC window can belong to MFC from the C++ Type create, you can co-exist as early as by an outside non-MFC is C++ Window class to create. We will further watch window class and discussed by the Wi ndows provided by the operating system window class. Finally, take a look at MFC application has what.
- 2022-05-18 08:31:25下载
- 积分:1
-
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L)...
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L) //折半插入排序
void BubbleSort(SqList L) //冒泡排序
void QuickSort(SqList L) //快速排序
void ShellSort(SqList L) //希尔排序-This document includes a variety of commonly used sorting algorithm void InsertSort (SqList L)// direct insertion sort void BInsertSort (SqList L)// half insertion sort void BubbleSort (SqList L)// Bubble Sort void QuickSort (SqList L)// quicksort void ShellSort (SqList L)// Hill sort
- 2023-04-10 05:10:02下载
- 积分:1