sourceinsight超好看的配置,对变量、宏、注释、函数的颜色进行美化配置,看起来很舒适
2022-08-20 21:17:23 190KB Source Insight 配置
1
在ubuntu下会存在source insight不支持显示utf-8编码格式的中文,而支持GB2312编码格式的中文。目前有多种方法解决该中文显示乱码问题,但通过iconv命令转换是最为方便快捷的方法,无法安装任何额外插件。可惜网上没找到现成的可以转换指定目录下所有文件编码格式的脚本,只好自己写了一个,实现如下功能: 1. 实现转换指定目录下所有.cpp & .h文件的编码格式(如想转换更多其他格式,请自行修改L16的判断条件),源编码格式:utf-8,目的编码格式:gb2312(如想修改源、目的编码格式,修改L6,L7的变量赋值即可)。 2.自动生成指定目录的目的编码格式目录,例如,如指定目录名为A、包含一个文件名为test.cpp的文件、目的编码格式为gb2312,那么脚本执行完毕,会自动生成A_gb2312目录,其中包含test_gb2312.cpp文件。 3. 自动备份已存在的转换目标目录,例如,将上面提到的A_gb2312备份为A_gb2312_BAK,同时若该备份已存在,新的备份将会覆盖旧的备份。 命令格式为: convert_encode.sh “目录名”
2022-08-16 10:55:36 1KB 中文 乱码
1
Inverse problems arise when we reconstruct a sharper image from a blurred one or reconstruct the underground mass density from measurements of the gravity above the ground. When we solve an inverse problem, we compute the source that gives rise to some observed data using a mathematical model for the relation between the source and the data. This book gives an introduction to the practical treatment of inverse problems by means of numerical methods, with a focus on basic mathematical and computational aspects. To solve inverse problems, we demonstrate that insight about them goes hand in hand with algorithms. Discrete Inverse Problems: Insight and Algorithms includes a number of tutorial exercises that give the reader hands-on experience with the methods, difficulties, and challenges associated with the treatment of inverse problems. It also includes examples and figures that illustrate the theory and algorithms. Audience This book is written for graduate students, researchers, and professionals in engineering and other areas that depend on solving inverse problems with noisy data. The aim is to provide readers with enough background that they can solve simple inverse problems and read more advanced literature on the subject. Contents Preface; List of Symbols; Chapter 1: Introduction and Motivation; Chapter 2: Meet the Fredholm Integral Equation of the First Kind; Chapter 3: Getting to Business: Discretizations of Linear Inverse Problems; Chapter 4: Computational Aspects: Regularization Methods; Chapter 5: Getting Serious: Choosing the Regularization Parameter; Chapter 6: Toward Real-World Problems: Iterative Regularization; Chapter 7: Regularization Methods at Work: Solving Real Problems; Chapter 8: Beyond the 2-Norm: The Use of Discrete Smoothing Norms; Appendix A: Linear Algebra Stuff; Appendix B: Symmetric Toeplitz-Plus-Hankel Matrices and the DCT; Appendix C: Early Work on 揟ikhonov Regularization? Bibliography; Index. About the Author Per Christian Hansen is Professor of Scientific Computing at the Technical University of Denmark. His publications include two other books on inverse problems, several MATLAB?packages, and many papers on inverse problems, matrix computations, and signal processing. His home page is http://www2.imm.dtu.dk/~pch/. To request an examination copy or desk copy of this book, please use our online request form at www.siam.org/catalog/adopt.php.
2022-08-09 09:33:04 3.59MB Inverse problems regularization parameter
1
1、背景颜色为浅绿色,200,255,200 2、常数:红色 宏定义(包括枚举常量):橙色,便于与红色接近 字符串常量及字符常量:默认色,黄底粉字,便于与红色接近 关键字:蓝色,与UltraEdit, BeyondCompare, Notepad2, Visual C++, Borland C++接近或统一。 全局变量:紫色 函数:绿色 运算符:绿色 局部变量:青色 未知函数名、变量名:黑色,一眼可以看出是否为笔误而变成了未知的函数名。 3、字体全部采用consolas,等宽字体比较好看,函数名没有加粗显示 4、在13英寸笔记本上显示效果很不错。 注:以上纯属个人感觉,如果觉得不入眼请自行更改
2022-08-06 23:34:24 130KB 配置文件
1
Source Insight 4.0.0124
2022-07-30 09:05:31 21.21MB SourceInsight4
1
vim配置+ctag像source insight一样方便阅读代码
2022-07-30 09:00:45 7.41MB vim
1
SourceInsight 3.5.zip 亲测可用 解压后需要修改 绿化.reg,把其中的HKEY_LOCAL_MACHINE改成HKEY_CURRENT_USER,运行即可。需要修改 绿化.reg,把其中的HKEY_LOCAL_MACHINE改成HKEY_CURRENT_USER,运行绿化即可。 点击SourceInsight.exe即可 不行请用管理员身份运行 右击Insight3.exe,选择属性-->兼容性-->特权等级-->以管理员身份运行此程序打勾
2022-07-16 08:53:58 6.97MB Source Insight 3.5 .zip
1
Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。
2022-07-15 19:27:54 1.91MB Source Insight 完整 使用
1
Source Insight 4.0.0085破解文件 替换lic 更新版本支持中文,(FILE->Reload As Encoding),也可以在设置中设置默认编码(看雪大牛破解)
2022-07-07 13:26:49 1.03MB Source Insight 4.0.0085 破解
1
自己配色用的source insight4 主题, 偏暗黑色一点, 参照自己习惯的vscode主题,自行配色的,欢迎喜欢的小伙伴使用。
2022-06-25 15:14:33 317KB sourceinsight4 主题 暗黑 vscode
1