-
httpserver解决乱码问题
procedure TForm1.httpS_1CommandGet(AContext: TIdContext;
ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
// var
// bb : Tb
var
sRawByte: RawByteString;
sAnsi: AnsiString;
begin
Mm_1.Clear;
ARequestInfo.ContentType :="text/html;Charset=UTF-8";
Mm_1.Lines.Add("ContentType Params " + ARequestIn
- 2022-08-22 10:45:21下载
- 积分:1
-
local variables of the study to help beginners understand the local variable. Lo...
局部变量的学习,帮助初学者理解局部变量。局部变量的学习,帮助初学者理解局部变量。-local variables of the study to help beginners understand the local variable. Local variables are learning to help beginners understand the local variable.
- 2022-04-07 04:34:13下载
- 积分:1
-
大整数相加,对于超过语言中长的数相加时, 可用它。
大整数相加,对于超过语言中长的数相加时, 可用它。-large integer addition, the language-more than a few together, it can be used.
- 2022-01-31 22:08:10下载
- 积分:1
-
a time through the Internet calibration procedures
一个通过互联网进行时间校准的程序
- 2023-08-28 19:35:03下载
- 积分:1
-
同样是对2812的学习,让大家更深一步的了解2812
同样是对2812的学习,让大家更深一步的了解2812-The same is the 2812 study, so that everyone deeper understanding of 2812
- 2022-07-08 08:50:36下载
- 积分:1
-
MFC简单画图程序Draw
这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。
功能概述
通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能,
线条粗细、颜色也可以在菜单中调整。
设计思路
通过对菜单的响应获取绘图类型、颜色和线条粗细程度。
通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦,
通过 CDC 类的成员函数 MoveTo( int x, int y ); LineTo( int x, int y ); Rectangle( int x1, int y1, int x2, int y2 ); Ellipse( int x1, int y1, int x2, int y2 ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-18 10:23:50下载
- 积分:1
-
strategic game writing russian programmers
strategic game writing russian programmers
- 2022-05-27 06:28:28下载
- 积分:1
-
用VFP写的一个小程序,模拟体育彩票的抽奖
用VFP写的一个小程序,模拟体育彩票的抽奖-VFP write a small program to simulate the sports lottery draw
- 2022-02-03 20:50:20下载
- 积分:1
-
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。
bigint_lib_dll文件夹中分别为编译好的lib库文...
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。
bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。
test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。
头文件中部分函数没有定义。-This procedure code, mainly to test the four large integer arithmetic, as well as on the basis of seeking common denominator of this calculation. bigint_lib_dll folder were compiled lib library files and dll library files and source code. test_bigintcommondevision folder for the test program, engineering using lib library file. Header file, part of the function is not defined.
- 2022-05-19 05:59:03下载
- 积分:1
-
测试串口 可以发送数据到串口,转换16进制字符串到字节数组...
测试串口 可以发送数据到串口,转换16进制字符串到字节数组-Serial test data can be sent to the serial port, conversions of 16 hexadecimal string to byte array
- 2022-01-25 20:05:38下载
- 积分:1