-
能够读取文本,但读完后会出现乱码,请高手帮忙修改.
能够读取文本,但读完后会出现乱码,请高手帮忙修改.-can read text, but will happen after the completion of gibberish, please help master change.
- 2022-03-25 05:08:38下载
- 积分: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
-
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作....
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作.-general wage use version management system using SQL 2000 PB9.0 and development, applied to a simple task.
- 2023-08-17 07:50:06下载
- 积分:1
-
to adapt to the development of the online media, entertainment meet the daily ne...
为适应网络媒体的发展,满足人们娱乐生活的需要,本系统应用JSP、flashMX2004软件结合flash communication server服务,设计适合大众的视频电台。 主要功能: 1在线NJ视频,电台广播 2.提供公共聊天室 3.管理员功能:添加删除和编辑NJ、管理员、 节目信息、电台公告 4. 电台样式BANNER定义:(修改radio.css样式表)-to adapt to the development of the online media, entertainment meet the daily needs of the application JSP, flashMX2004 software integration services flash communication server, designed for the video public radio. The main functions : an online video NJ, radio 2. Public Chat Room 3. Administrator functions : Add delete and edit NJ, administrators and program information, radio Notice 4. Radio ads style definition : (revised radio.css style sheet)
- 2022-05-10 15:41:27下载
- 积分:1
-
关于融合语音与手形识别的多模态生物识别文献
关于融合语音与手形识别的多模态生物识别文献-On the integration of voice and hand recognition of multi-modal biometric literature
- 2022-11-06 02:55:04下载
- 积分:1
-
rendering translucent bitmaps and how transparent bitmap painting some slim, we...
绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering translucent bitmaps and how transparent bitmap painting some slim, we hope to show a translucent bitmaps. That is to say we will be a bit Figure B shows that the A bitmap, and they hope to see Figure B A part of the bitmap images, but not all. For example, A bitmap is a curve, B is a Bitmap suggest, we would like to suggest the show has been seen at the same time show the curve, but it does not need curve background on the need for useful to translucent bitmaps. From the curve looks like B infiltrate map, in fact technology is a translucent infiltration, infiltration formula we can use multiple, and here we choose (A AND which) OR B. Note that not produce white infiltration.
- 2022-08-07 15:05:14下载
- 积分:1
-
MFC写的迷宫游戏,搜索算法值得研究
MFC写的迷宫游戏,搜索算法值得研究,还可以自己调整迷宫,界面友好
- 2022-04-19 23:17:59下载
- 积分:1
-
简单的计算器,实现最基本的加法和减法、乘法…
简单的计算器,实现了最基础的加减乘除和平方等数学运算的一个小程序-Simple calculator, to achieve the most basic addition and subtraction, multiplication and division and square, such as a small mathematical procedures
- 2022-02-06 14:49:22下载
- 积分:1
-
vc实现一幅图像的huffman编码,代码效率非常的好。大家可以参考一下...
vc实现一幅图像的huffman编码,代码效率非常的好。大家可以参考一下-vc achieve an image of Huffman coding, code efficiency is very good. We can take a look
- 2022-03-31 15:55:15下载
- 积分:1
-
图像的平滑度处理,可以调整图像的平滑度,变大或变小。
图像的平滑度处理,可以调整图像的平滑度,变大或变小。-Image smoothness treatment, you can adjust image smoothness, become larger or smaller.
- 2022-04-18 10:58:39下载
- 积分:1