-
stl帮助文档
stl函数列表及解释,stl函数列表及解释,stl函数里表及解释,stl函数列表及解释,stl函数列表及解释,stl函数列表及解释
- 2022-08-11 22:51:10下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
- 2023-03-08 14:00:03下载
- 积分: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
-
C#写的发牌小程序
具有发牌,洗牌功能,默认发牌从AceofHearts,DeuceofHearts按顺序一直到结束,没有大小鬼,洗牌后可以打乱发牌顺序
- 2022-12-18 04:15:03下载
- 积分:1
-
WPF实现字母与数字键盘源码
WPF实现字母与数字键盘源码功能介绍:做软件是经常用到数字键盘和字母键盘按钮,所以做了个例子,方便有用的人使用,学习。实现了数字按键和26个英文字母按钮。注意:开发环境为Visual Studio 2010
- 2022-06-17 02:38:52下载
- 积分:1
-
dsa VCD bus design, the more documents
dsA总线在VCD设计中的应用,比较难得的文档-dsa VCD bus design, the more documents
- 2022-05-13 23:31:23下载
- 积分:1
-
matlab使用手册,繁体中文版本,关于各种函数的使用方法和实际例子,介绍了matlab自定义函数库的内容,讲解malab自定义工具的使用规则....
matlab使用手册,繁体中文版本,关于各种函数的使用方法和实际例子,介绍了matlab自定义函数库的内容,讲解malab自定义工具的使用规则.-Matlab user manual Traditional Chinese versions of the various functions and the use of practical examples, introduced Matlab-defined functions for the content on malab-defined rules governing the use of tools.
- 2023-08-08 08:15:03下载
- 积分:1
-
java宾馆管理系统 这个蛮不错的哦,可以参考参考。不信你看看.zip...
java宾馆管理系统 这个蛮不错的哦,可以参考参考。不信你看看.zip-Hotels Management System this is pretty good, oh, they can refer to reference. You do not look at the letter. Zip
- 2022-02-01 19:49:40下载
- 积分:1
-
SUN Xin VC._code.rar
facilitate the initial learning VC++ of the people to lea...
孙鑫VC._code.rar
方便初始学习VC++的人士学习和使用。-SUN Xin VC._code.rar
facilitate the initial learning VC++ of the people to learn and use.
- 2022-09-22 04:10:03下载
- 积分:1
-
Enhanced Tk Console for all Tk platforms
Enhanced Tk Console for all Tk platforms-WHAT: Enhanced Tk Console for all Tk platforms
WHERE: http://tkcon.sourceforge.net/
http://www.purl.org/net/hobbs/tcl/script/
REQUIREMENTS: Tcl/Tk 8.0+
Tested through Tcl/Tk 8.5.
tkcon is all Tcl/Tk code, no compiling required
tkcon is a replacement for the standard console that comes with Tk (on
Windows/Mac, but also works on Unix). tkcon provides many more features
than the standard console and works on all platforms where Tcl/Tk is
available. It is meant primarily to aid one when working with the little
details inside tcl and tk and to give Unix users the GUI console provided
by default in the Mac and Windows Tk.
FEATURES:
Command history
Path (Unix style)/Proc/Variable name expansion
Multiple and tabbed consoles, each with its own state (via multiple
interpreters)
Captures stdout and stderr to console window (puts overridden)
Hot errors (click on error
- 2022-02-03 02:19:33下载
- 积分:1