有详细的步骤和解释 代码齐全 新学c的可以下载使用
2022-05-10 19:57:13 898KB 文本编辑器
1
数据结构课程设计
2022-05-10 19:25:00 2.13MB struct
1
Graviton 是一款 基于 Electron ,可用于 Linux、Windows 和 macOS 的跨平台代码编辑器
2022-05-10 16:16:44 1.48MB JavaScript开发-其它杂项
1
Notepad++8.4(64位),Windows版,一个非常好用的文本编辑器
2022-05-10 16:00:55 4.28MB 文本编辑器
1
PilotEdit是一款功能强大的文件编辑器。PilotEdit是包含了文本编辑、HEX编辑、FTP上传下载、文件目录比较、基于正则表达式的查找和替换以及加密解密等诸多功能为一体的软件。软件界面友好,功能强大,是一款非常不错的软件。 软件功能 支持大文件。您可以用它来编辑,上传,下载,加密和解密超过4G的文件。 支持UNI CODE文件:ANSI, UTF-8, UTF-16 and UTF-16 big endian。您也可以用PilotEdit来改变文件编码。 支持DOS和UNIX文件。 支持回行显示和二进制编辑方式。界面非常友好。 可以编辑FTP文件。PilotEdit支持上传和下载FTP文件和目录。 支持多行查找和替换。 可以比较文件和目录。 支持基于正则表达式的查找和替换。 自定义脚本可以避免重复劳动。 支持C/C++, Java, SQL, shell等文件类型并可以自定义文件类型。 支持自定义字符串表,可以通过单击添加自定义的字符串。 完美支持中文 基于256位AES的文件加密和解密的功能。可以一次对多个文件和目录加密。
2022-05-10 16:00:47 9.72MB 编辑器 源码软件
奥尔斯特编辑器 要修改程序,请从存储库中下载zip文件,稍后您必须安装“ node-modules”电子要求,主要是该程序可在此框架下使用,您只需使用“ npm”和以下命令进行安装即可:“ npm install电子”,其他要求是开发依赖,如“ package.json”所述。 要在桌面上使用该应用程序,可以下载存储在“应用程序”文档中文件中的已编译项目。 官方文档: :
2022-05-10 15:40:14 345KB JavaScript
1
vim是Linux中常用的工具,但是没有进行配置之前显得比较难用,这里上传一个我自己用的配置文件,有小部分可能跟原版的稍有不同,但是绝大多数还是一样的,大家可以看一下我之前写过的tmux和vim的文章,里面有详细介绍。 年华似水,光阴似飞,珍惜现在,幻想未来,珍爱生命,放松心情,知足常乐,幸福多多,凡事看开,健康常在,得失看淡,快乐永远。 清早起来多喝水,排毒养颜身体好;出门别忘添衣裳,天气渐寒不可忘。寒露时节易感冒,身体健康最美妙!祝大家身体倍儿棒!我只是问候你一声,手机里希望听到你的笑声,我只是想起你微笑的眼神,在夜里你的歌声! 世界上没有爱,就仿佛没有太阳。愿我们爱情永存,让生活充满阳光。 时光过得真快,眨眼来到现在,光阴匆匆流逝,朋友你要珍惜,珍惜友情爱情,幸福伴你一生,珍惜工作生活,天天开心快乐,祝你吉祥如意。 岁月层层叠叠,距离山山水水。人海起起伏伏,朋友来来往往。情意久久长长,思念飘飘荡荡。愿你心情轻轻松松,日子快快乐乐,身体健健康康! 给心留一点空间,盛下我满满的祝福;给爱留一点时间,消融我浓浓的思念;十月十,虽不能与君聚,十全十美的祝福依旧给你,愿君常乐无忧
2022-05-10 14:00:38 6KB vim linux 编辑器 运维
1
jbe下载免安装版-解压即可使用-java字节码编辑器-可以直接修改class文件内容
2022-05-10 13:58:20 2.1MB 编辑器 java 开发语言
1
tinymce富文本编辑器集成demo,添加powerpaste插件,支持word、excel带格式粘贴.rar
2022-05-10 12:41:58 880KB tinymce
1
自己的程序源码namespace zdm { partial class formFindReplace { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.buttonFind = new System.Windows.Forms.Button(); this.buttonReplace = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "查找字符串"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 1; this.label2.Text = "替换字符串"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(135, 12); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(120, 21); this.textBox1.TabIndex = 2; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(135, 51); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(120, 21); this.textBox2.TabIndex = 3; // // buttonFind // this.buttonFind.Location = new System.Drawing.Point(49, 110); this.buttonFind.Name = "buttonFind"; this.buttonFind.Size = new System.Drawing.Size(75, 23); this.buttonFind.TabIndex = 4; this.buttonFind.Text = "查找下一处"; this.buttonFind.UseVisualStyleBackColor = true; this.buttonFind.Click += new System.EventHandler(this.buttonFind_Click); // // buttonReplace // this.buttonReplace.Location = new System.Drawing.Point(164, 110); this.buttonReplace.Name = "buttonReplace"; this.buttonReplace.Size = new System.Drawing.Size(91, 23); this.buttonReplace.TabIndex = 5; this.buttonReplace.Text = "替换查到字符"; this.buttonReplace.UseVisualStyleBackColor = true; this.buttonReplace.Click += new System.EventHandler(this.buttonReplace_Click); // // formFindReplace // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 169); this.Controls.Add(this.buttonReplace); this.Controls.Add(this.buttonFind); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "formFindReplace"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "查找和替换"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button buttonFind; private System.Windows.Forms.Button buttonReplace; } }
2022-05-10 10:14:46 98KB c#
1