-
如果你对C++编程有许多不懂之处,那么C及C++答疑解惑是一本好书,值得推荐哟,欢迎下载!...
如果你对C++编程有许多不懂之处,那么C及C++答疑解惑是一本好书,值得推荐哟,欢迎下载!-If you have the C programming from many do not understand, then C and C FAQ is a good book, worthy of recommendation yo welcome to download!
- 2022-02-20 17:26:21下载
- 积分:1
-
SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、P...
SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、PHP、ASP、JSP、VB、VB.NET、VBScript、JavaScript和HTML Components源代码。它还可以将源代码输出为语法高亮显示的 HTML 或 RTF 文件。
严谨良好的代码风格是软件稳定可靠的必要保障,可是通常您从前任同行手中继承、或从网上下载数量庞大的代码之代码风格大多和您的风格迥异甚至堪称混乱:缩进空格的个数不同,指针符号的位置不同,关键字随意大小写…… 这给阅读和修改源代码造成不少困难,手工整理的工作量几乎不可想像……
SourceFormatX 将您从这些既枯燥无聊,又大量重复的机械劳动中解放出来了。它可以快速大批量地格式化和美化多种源代码,这将会大大加快阁下的项目进度,提高团队协同工作效率,节约大量的时间,并统一了该项目所有代码的风格,利于以后维护和发布风格统一代-SourceFormatX is a powerful source code auto-formatting, indent, layout, landscaping tools. It can be formatted C, C++, Java, C#, Object Pascal, PHP, ASP, JSP, VB, VB.NET, VBScript, JavaScript and HTML Components source code. It can also output the source code syntax highlighting for HTML or RTF files.
Good coding style rigorous software necessary to guarantee stable and reliable, but is usually inherited from your predecessor, the hands of peers, or downloaded from the Internet a huge number of code most of the coding style and your style very diffe
- 2022-08-07 04:35:26下载
- 积分:1
-
通用数据库查看操作工具
自己编写的通用数据库擦看及操作工具,使用ADO建立连接,程序中集成了许多常用的操作,是日常数据库操作的号帮手。
- 2022-02-01 08:20:04下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
我用Pascal写的平衡二叉树的Treep算法,既Tree+Heap的算法,效率相对AV算法不差不多,可以参考...
我用Pascal写的平衡二叉树的Treep算法,既Tree+Heap的算法,效率相对AV算法不差不多,可以参考
- 2022-01-23 10:17:25下载
- 积分:1
-
高斯信道中的ofdm仿真程序,分别采用bpsk,qpsk,16qam,64qam调制...
高斯信道中的ofdm仿真程序,分别采用bpsk,qpsk,16qam,64qam调制-Gaussian Channel ofdm simulation program, were used bpsk, qpsk, 16qam. 64qam modulation
- 2022-01-26 08:14:02下载
- 积分:1
-
使用c语言写的时钟小程序,可以显示年月日
供初学者学习c语言及windows编程使用...
使用c语言写的时钟小程序,可以显示年月日
供初学者学习c语言及windows编程使用-C language using the clock applet to show the date for beginners to learn c programming language and the use of windows
- 2022-07-26 20:31:28下载
- 积分:1
-
数据库课件资料 很全的
数据库课件资料 很全的-Database Courseware information is very wide look at the ah ah ah ah ah ah ah ah ah
- 2022-09-02 02:40:03下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
本程序是采用Rational rose 2003做的UML案例额,是初学者不得多得的参考。会有助于学习Rational rose 2003...
本程序是采用Rational rose 2003做的UML案例额,是初学者不得多得的参考。会有助于学习Rational rose 2003-This procedure is done using Rational rose 2003 case of the amount of UML, a beginner can not get a reference number. Will help to learn Rational rose 2003
- 2022-04-29 08:38:25下载
- 积分:1