-
搜索图书和供应商
图书搜索名单最近5个等级的产品总额评级产品顶级厂商的产品供应商的搜索最近5个等级的供应商总额等级的供应商产品列表和每个产品的供应商销售总额评级
- 2022-03-10 11:49:30下载
- 积分: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
-
这个例子演示了如何将一棵树上添加按钮细胞克里斯得…
This example demonstrates how to embed a tree and add button cells to Chris Maunder s MFC Grid control (derived from CWnd-This example demonstrates how to embed a tree and add button cells to Chris Maunder" s MFC Grid control (derived from CWnd
- 2022-01-24 10:09:52下载
- 积分:1
-
Foreign Repeater, please install MS Player6.2.
外语复读机,请先安装MS Player6.2.-Foreign Repeater, please install MS Player6.2.
- 2022-08-10 06:14:48下载
- 积分:1
-
Turbo Decoding Algorithm
Turbo Decoding Algorithm
- 2022-02-25 14:56:42下载
- 积分:1
-
SAP IDoc
Sap Idoc
How to make IDoc
- 2022-04-24 21:23:50下载
- 积分:1
-
VB编写的动态链,且能够自定义字体
这个可以自己定义文字效果的的DLL文件,不是组件,可以直接像API那样调用
- 2022-02-20 03:37:54下载
- 积分:1
-
C#开发的一个财务凭证管理系统,说明和源码齐全
C#开发的一个财务凭证管理系统,说明和源码齐全-C# development of a financial management system certificate, description, and source code is complete
- 2023-04-18 07:35:03下载
- 积分:1
-
百行代码实现的WEB服务器
百行代码实现的WEB服务器
aardio开发环境
服务器响应后各种处理步骤:
第一步,通过获取到的 请求响应request对象的url属性,分解出url中的path。
第二步,将path传去路由函数,为了获取 目标路径、目标文件类型、错误标记、错误页面 等结果。
第三步,依据路由函数返回的结果。
回复对象的contentType属性设置为路由函数返回的目标文件类型。
回复对象的传送数据:错真就传错误页面,错假就传目标文件的二进制数据 。
回复对象的其他属性按simpleHttpServer内置默认的。
- 2022-05-27 22:20:36下载
- 积分:1
-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1