-
高质量 C++C编程指南。软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我
以...
高质量 C++C编程指南。软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我
以前捏造的C++/C 程序怎么会有那么多的毛病?”别难过,作者只不过比你早几年、多几次惊慌而已。请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1 个读者的建议-High-quality C++ C Programming Guide. Software Quality is linked to the majority of programmers in the mouth rather than things in mind! Completely apart from laymen and true master of programming, the beginning of the book readers, do you feel will be the first to panic:
- 2022-03-04 15:30:49下载
- 积分:1
-
Someone with the C language written in the blood of Warcraft remarkable program...
别人用C语言写的魔兽争霸显血程序希望能有用。-Someone with the C language written in the blood of Warcraft remarkable program would like to be useful.
- 2023-06-25 20:05:03下载
- 积分:1
-
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标...
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标-music playback functions with the automatic shutdown procedures. Can be a long time to choose a timely shutdown, the smallest icon into ghost
- 2022-07-01 22:48:09下载
- 积分:1
-
模拟光纤中的交叉相位调制称为系统的非线性效应…
Simulates nonlinear effect in optical fiber called Cross Phase Modulation for symmetric regime
- 2023-08-07 09:30:03下载
- 积分:1
-
DoubleClick, silverlight Double
DoubleClick,silverlight双击的demo-DoubleClick, silverlight Double-click the demo
- 2022-06-30 00:27:01下载
- 积分: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-01-23 10:39:31下载
- 积分:1
-
FLASH版本的网络棋牌室。包含了游戏大厅,和游戏房间。C/S方式。...
FLASH版本的网络棋牌室。包含了游戏大厅,和游戏房间。C/S方式。-FLASH version of the network Chess Room. Includes a game room, and game room. C/S mode.
- 2022-08-25 22:34:10下载
- 积分:1
-
This is a game similar to Fucai procedures, in the middle part of the pre
这是一个类似于福彩的游戏程序,中间事先制定大奖号码的部分没有做好~-This is a game similar to Fucai procedures, in the middle part of the pre-established winning numbers did not do a good job ~
- 2022-04-25 10:11:13下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
该软件易于使用,并适用于所有群体,开发简单,功能强大的…
该软件使用方便,适用于各种人群 开发简单,功能强大 谢谢各位的支持使用-the software easy to use and apply to all groups to develop simple, powerful Thank you support the use of
- 2022-02-04 08:06:01下载
- 积分:1