Source Insight 4.0.zip
大小:17.25MB
价格:21积分
下载量:0
评分:
5.0
上传者:qq_57962800
更新日期:2024-08-14

Source Insight 4.0.zip

资源文件列表(大概)

文件名
大小
7496663_Mesa de trabajo
35.36KB
c.tom
22.06KB
Documentation.url
131B
eula.htm
22.52KB
eula.rtf
88.29KB
eventsample.em
4.3KB
FileAlias.txt
1.91KB
languages/
-
languages/390 Asm.xclf
4.63KB
languages/68000.xclf
5.17KB
languages/ARM.CLF
5.06KB
languages/ASN.1.xclf
3.78KB
languages/CMD Batch.CLF
3.43KB
languages/CMD Batch.xclf
5.8KB
languages/Delphi.CLF
4.89KB
languages/Delphi.xclf
6.49KB
languages/Lua.CLF
7.23KB
languages/Lua.xclf
18.42KB
languages/PIC.xclf
3.89KB
languages/PPC.CLF
4.63KB
languages/Ruby.CLF
3.61KB
languages/SQL.CLF
7.71KB
languages/TCL.CLF
6.27KB
languages/verilog.CLF
5.48KB
msimg32.dll
12.5KB
reflector.class
10.2KB
reflector.exe
21.64KB
reflector64.exe
20.64KB
si4_kgen_unis.exe
83KB
sidiff.exe
81.14KB
sihook4.exe
52.64KB
snippets/
-
snippets/default.snippets.xml
3.06KB
Source Insight Web Site.url
118B
sourceinsight.chm
15.72MB
sourceinsight4.exe
2.81MB
StdConst.bas
87.25KB
themes/
-
themes/default.themes.xml
221.42KB
utils.em
5.31KB

资源内容介绍

Source Insight 4.0.zip
// This file maps an input file name to an alias name.// The alias name is used by Source Insight to determine the file's type.// The File Types command lets you specify how a file name maps to// a file type based on its file extension.// Each line should contain data in the form:// filename = aliasname// The file names are not case sensitive.// This is a list of the files in the Standard C++ Library. They are listed // here because they do not have a file extension, and we want to treat them // like .h files.algorithm=x.hallocators=x.harray=x.hbitset=x.hcassert=x.hccomplex=x.hcctype=x.hcerrno=x.hcfloat=x.hciso646=x.hclimits=x.hclocale=x.hcmath=x.hcodecvt=x.hcomplex=x.hcsetjmp=x.hcsignal=x.hcstdarg=x.hcstddef=x.hcstdint=x.hcstdio=x.hcstdlib=x.hcstring=x.hctime=x.hcwchar=x.hcwctype=x.hdeque=x.hexception=x.hforward_list=x.hfstream=x.hfunctional=x.hhash_map=x.hhash_set=x.hinitializer_list=x.hiomanip=x.hios=x.hiosfwd=x.hiostream=x.histream=x.hiterator=x.hlimits=x.hlist=x.hlocale=x.hmap=x.hmemory=x.hnew=x.hnumeric=x.hostream=x.hqueue=x.hrandom=x.hregex=x.hset=x.hsstream=x.hstack=x.hstdexcept=x.hstreambuf=x.hstring=x.hstrstream=x.hsystem_error=x.htuple=x.htypeindex=x.htypeinfo=x.htype_traits=x.hunordered_map=x.hunordered_set=x.hutility=x.hvalarray=x.hvector=x.hxawrap=x.hxcomplex=x.hxdebug=x.hxfunctional=x.hxfwrap=x.hxfwrap1=x.hxhash=x.hxiosbase=x.hxlocale=x.hxlocbuf=x.hxlocinfo=x.hxlocmes=x.hxlocmon=x.hxlocnum=x.hxloctime=x.hxmemory=x.hxrefwrap=x.hxstddef=x.hxstring=x.hxtr1common=x.hxtree=x.hxutility=x.hxxbind0=x.hxxbind1=x.hxxcallfun=x.hxxcallobj=x.hxxcallpmf=x.hxxcallwrap=x.hxxfunction=x.hxxmem_fn=x.hxxpmfcaller=x.hxxrefwrap=x.hxxresult=x.hxxshared=x.hxxtuple0=x.hxxtuple1=x.hxxtype_traits=x.h

用户评论 (0)

发表评论

captcha

相关资源

支持缩放和旋转的图片预览页(ASP.NET版本)

本资源是支持缩放和旋转的图片预览页(ASP.NET版本),配套如何在ASP.NET WebForms中实现一个功能丰富的图片预览页面的博客。通过结合HTML、CSS和JavaScript,用户可以方便地对图片进行放大、缩小以及旋转操作。文章从页面的基本布局开始,逐步讲解了如何设置图片展示区、添加控制按钮、编写CSS样式以及实现JavaScript功能,最终展示了一个直观且易用的图片预览解决方案。通过这个项目,读者可以学会如何在Web应用中动态处理图片,提高用户交互体验。

2.19KB21积分

软件开发课程作业javaservlet基于servlet实现登录功能的项目以及实验报告

【软件开发】【课程作业】【java】【servlet】基于servlet实现登录功能的项目以及实验报告

930.85KB39积分

【浏览器插件】书签侧边栏.zip

该扩展功能允许您通过点击屏幕的左侧或右侧快速访问您的书签。您可以使用拖放操作来编辑、删除或重新排序书签,同时只需用鼠标左键点击即可查看书签的详细信息。此外,您还可以检查书签是否已更新或链接是否已失效。您还可以在Chrome浏览器的侧边栏中打开书签,这样侧边栏将与网页一同打开,并作为一个永久的侧边栏保留。如果您在使用过程中遇到任何问题,或者有任何关于功能改进的建议,请随时与我联系。

761.69KB27积分

学习笔记-排序,在vscode上整合了学习的排序算法

学习笔记-排序,在vscode上整合了学习的排序算法

480.9KB16积分