腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
intToStr
递归
、
、
、
void
intToStr
(unsigned int num, char s[]) if (num < 10) s[0] = '0' + num;} { s[strlen(s)] = '0' + num%10;} 编辑:我的问题是,
浏览 1
提问于2012-12-21
得票数 1
回答已采纳
1
回答
系统调用错误
、
、
我在
linux
-mint $ make上运行c++程序时遇到了htis错误。getCurrentMemoryUsage()’: string pid =
intToStr
浏览 3
提问于2016-01-16
得票数 2
1
回答
Indy FTP服务器计算/显示客户端上传/下载文件时的流量比特率汇总
、
我正在尝试使用Indy的TIdFTPServer,并且需要在主窗口中显示客户端从服务器上传或下载文件时的流量比特率摘要。
浏览 25
提问于2021-10-29
得票数 0
1
回答
Linux
环境下易Delphi程序中的故障分割
、
、
、
我有一个简单的程序,用Delphi10.2编写,在Windows上运行得很好,但在
Linux
上却崩溃了。begin writeln('Welcome Kwak '+
inttostr
(index));begin writeln('Bye Kwak '+
intto
浏览 2
提问于2021-07-18
得票数 3
回答已采纳
2
回答
利用ShellExecute从Delphi执行任务
、
、
、
nil, nil, case ExecuteResult of 5 : ShowMessage('Error ' +
IntToStr
(Error)(Error) + ': Wrong Windows version.'
浏览 5
提问于2018-01-12
得票数 0
回答已采纳
2
回答
Delphi语法错误在FROM子句中,但是-没有FROM子句
、
、
GrenadeKill],[TimePlayed],[Username],[Comments],[Headshots],[Dates])'); ADOQuery1.SQL.Add('values("'+
IntToStr
(ids)+'","'+
IntToStr
(Kills)+'","'+standings+'","'+
IntToStr
(grenKills)+'",&
浏览 0
提问于2018-11-17
得票数 1
1
回答
具有递归函数的数字系统转换--返回值的误差
、
、
所以我带着:Begin cambiarBase :=
inttostr
(n)End; 它接受两个整数变量,'n‘是十进制数,'b’是基,并返回一个字符串与转换的数字
浏览 2
提问于2014-03-24
得票数 2
回答已采纳
1
回答
如何减少代码的重复性(pascal)
、
、
pos :=
IntToStr
(comp1[5]); with TLabel(FindComponent('Labelc'+pos+'w')) do Caption:=
IntToStr
(comp1[1]); with TLa
浏览 12
提问于2020-09-13
得票数 0
1
回答
读取像素并找到特定的RGB
(i)+' Y: '+
IntToStr
(Y)+' X: '+
IntToStr
(X)+' R: '+
IntToStr
(R)+' G: '+
IntToStr
(G)+' B: '+
IntToStr
(B));if (
IntToStr
(R) = '235') and (
IntToStr
(G) = '235') and (
IntToSt
浏览 5
提问于2014-06-27
得票数 2
回答已采纳
1
回答
附加/发布的客户端数据集间歇性失败
、
IntToStr
(SubNode) + ' RecCnt=' +
IntToStr
(RecordCount) +' ET=' +
IntToStr
(EntryType) + ' SST=' +
IntToStr
(subSystemType) + ' SSD=' +
IntToStr
(SubSystemDeviceId
IntToStr
浏览 3
提问于2016-03-23
得票数 0
3
回答
比桌面大的最大化窗口
、
在一台XP机器上,当我的表单最大化时,它比桌面更大。这有什么需要做的,德尔菲,还是有一些设置,需要调整XP?
浏览 3
提问于2014-05-25
得票数 0
回答已采纳
4
回答
整数不转换为字符串不转换为字符串(Python)
、
、
、
下面是我的代码中存在问题的部分: for i in aiboard: aiboard[i] =
inttostr
if aiboard[i] == '3
浏览 1
提问于2015-02-25
得票数 1
1
回答
kylix上的MultiThreading和TCriticalSection
、
、
、
、
在
Linux
上,CriticalSection版本运行速度比没有关键部分的版本快2倍。 tmpFiboThread.Init(i, ParamStr(1) = 'Crit'); i := i+1; Wri
浏览 2
提问于2015-01-27
得票数 1
回答已采纳
1
回答
带对象的Delphi数组
、
、
、
基本上,我想引用tMemo名称mcpx,而不是像下面这样直接引用对象名称: if x= 2 then mcp2.Lines.Append(
inttostr
(cp[x])); if x = 5 the
浏览 5
提问于2019-07-13
得票数 5
回答已采纳
2
回答
RTTI TRttiMethod.Invoke、stdcall和const参数的错误
、
、
(b.a)+' b.b='+
IntToStr
(b.b)); writeln('call test1'); writeln('call test2');writel
浏览 0
提问于2011-06-21
得票数 6
回答已采纳
1
回答
有关绘制图形数据的最佳实践
、
、
(X1); Label28.Caption :=
IntToStr
(X2);Label29.Caption :=
IntToStr
(Y2); Label37.Caption:=
IntToStr
(Ycalc[J]); Label39.Caption :=
Int
浏览 10
提问于2019-04-24
得票数 0
回答已采纳
3
回答
更快的替代
InttoStr
/StrToInt?
、
我想知道是否有比System.
IntToStr
/ System.StrToInt更快的替代方案。有一个快速版本,但只有UTF8。
浏览 4
提问于2014-02-22
得票数 6
回答已采纳
3
回答
IntToStr
函数在C++Builder 6和C++Builder西雅图之间有什么区别?
、
我可以在C++Builder 6中成功地编译下面的代码片段,但无法在RADStudio西雅图中编译它: String s =
IntToStr
(x);错误单位:c(55):“(x86)\embarcadero\studio\17.0\include\windows\rtl\System.SysUtils.hpp:3182‘系统::Sysutils::
IntToStr
C++Builder 6: extern PACKAGE AnsiString __fastcall
IntToStr
(int
浏览 2
提问于2015-11-05
得票数 2
1
回答
delphi调用AMD c++ dll
、
Supported Platforms:[in](ADL_AInfo[x].iAdapterIndex)+' is '+
IntToStr
(ADL_AInfo[x].iVendorID)); Memo1.Lines.Add('Device Number for Adapter Index '+
IntToStr
(ADL_AInfo
浏览 5
提问于2012-10-28
得票数 1
回答已采纳
1
回答
C++从外部文件调用静态成员函数
、
、
、
、
我在Global.h中定义了这个类 { static string
InttoStr
(int num);在Global.cpp中,我有 {现在,在SubMove.cpp中,当我调用Global::
InttoStr
(num)时,我得到了以下错误: 错误LNK2
浏览 3
提问于2011-06-05
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
每日一道c语言编程题,第28题,递归方法转换数字为字符串
Linux DNS 查询剖析 Linux 中国
Manjaro Linux 22.0 发布|Linux 中国
Alpine Linux 3.18 发布|Linux 中国
Linux基础(3)linux命令3
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券