CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 记事本 c

搜索资源列表

  1. MyNote

    0下载:
  2. DIY记事本小程序,可供初学者参考!基本功能基本都已实现,比CSDN中一些资料更具有参考性!-This is my C# Notepad!It can Reference for beginners!
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:79319
    • 提供者:wgl
  1. Cplus-codes

    0下载:
  2. C++实用程序,包括通讯录,记事本,学生成绩汇总,电话计费系统,以及一些数学游戏程序-C plus application codes,include contacts,notes,students grades,fees of telephone call and some mathmatical games codes
  3. 所属分类:Education soft system

    • 发布日期:2017-05-12
    • 文件大小:2793986
    • 提供者:陈刚
  1. XFC

    0下载:
  2. 初学c#,自己编写了一个悬浮记事本窗口,关闭时可记录记事本内容,打开时自动载入记事内容。-Beginner c#, I have written a suspension Notepad window, you can record the contents of the closed notebook, notepad content loaded automatically when opened.
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:94183
    • 提供者:老迷
  1. CSharpNoteBook

    0下载:
  2. C#记事本实现方案,此程序用dotNet平台上的C#语言开发,解压后,用Vs2010打开后编译后直接运行即可,或者Debug文件夹下的exe文件运行,只用于学术交流,交流QQ:836987047- ON划词翻译ON实时翻译 An implementation scheme of C# Notepad, the program uses C# language development, on the platform
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:106835
    • 提供者:李宇寒
  1. jishiben

    0下载:
  2. 基于c#的 记事本程序编写-Write c# based Notepad program
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7205651
    • 提供者:占未
  1. Solution2

    0下载:
  2. C#Winform 实现记事本保存,打开,以及简单的输入-C# Winform achieve Notepad save, open, and a simple input
  3. 所属分类:Button control

    • 发布日期:2017-04-25
    • 文件大小:291935
    • 提供者:
  1. C_examples

    0下载:
  2. 《C语言课程设计案例精编》光盘内容及使用说明 1. 内容及使用方法 (1) 本光盘提供了书中案例的C语言源代码文件、可执行文件及所需的图形驱动文件。 (2) 读者可以使用Win-TC、Turbo C、文本编辑工具(例如Windows中的记事本)来打开和编辑C语言源代码文件。 (3) 文件夹图标后的数字编号为章号。例如Chap12,为第12章的内容。 -simple examples of c language
  3. 所属分类:source in ebook

    • 发布日期:2017-06-14
    • 文件大小:22467009
    • 提供者:chaiqingpeng
  1. notepad

    0下载:
  2. 用C++编写的记事本小程序,可以在wxwidgets上运行此程序。-Small notepad program written in c++, can run this program on the sizers.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:11644
    • 提供者:yoyo
  1. yuandaima

    0下载:
  2. 学生成绩管理文件结构 (1)先用记事本编辑文件stu1.dat存储一个班学习成绩。然后在C环境下,建立一个学生信息的结构体,用r方式打开上述文件,再用fscanf读入、用printf在屏幕上显示文件内容。 (2)利用循环使每个学生的三门功课的成绩相加,然后再把和除以三就得到了平均成绩。接着用冒泡法利用平均分的高低排出名次。最后用fprintf将每个学生的信息写入到stu2.dat文件。 -Student performance management file structure (1
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:邵秦
  1. notebook

    0下载:
  2. 基于.NET框架,用C#语言实现了简易的记事本软件,简单易懂,读者可以在此基础上创新完善-Based on the .NET framework, using C# language to achieve a simple notepad software, easy to understand, the reader can improve on the basis of innovation
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:52440
    • 提供者:高超仪
  1. richtextbox

    0下载:
  2. C#简易文字编辑器,完成类似Windows记事本一样的功能,可以打开和保存TXT文档、查找指定字符,设置字符颜色及大小和样式,比较简单的功能。VS2005环境下顺利编译成功。- C# simple text editor, perform a similar function as Windows Notepad, you can open and save TXT files, find the specified character set the character color and
  3. 所属分类:Editor

    • 发布日期:2017-04-29
    • 文件大小:14110
    • 提供者:wan
  1. TextDesign

    0下载:
  2. 纯手工编写C#代码,实现微软windows系统自带的记事本功能,对C#GUI开发的人员有非常大的参考作用,其中包含各控件的使用和相应事件的注册方法,程序还添加了更多的用户交互,是非常好的代码!-Pure hand written C# code, the realization of the Microsoft windows system comes with Notepad function, the development of the C#GUI staff has a very lar
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:102599
    • 提供者:廷廷
  1. CSharpTXT

    0下载:
  2. 自己编写的一个记事本应用程序,采用C#语言。-I have written a notepad application with using C# language.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:5902401
    • 提供者:王平
  1. diary

    0下载:
  2. VS2010写的,可直接运行的程序。 用C#写的日记本或记事本程序,先登录,登录用户名和密码都是admin,登录进去后,可以选择日期时间,天气情况等,可以设置皮肤,可以保存日记到“日记本程序\日记本\bin\Debug\日记本”,可以打开以前的日记,支持修改后并保存-VS2010 write, can be directly run the program. With C# write diary or notepad program, first login, login user n
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4415110
    • 提供者:旭龙
  1. jotter

    0下载:
  2. 一个基于C++Builder的简易记事本,可以完成输入复制粘贴等简单功能-C++Builder based on a simple Notepad, you can complete the input copy paste, and other simple functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:356145
    • 提供者:陈开靖
  1. CSharp-notePad-word

    0下载:
  2. 这是一个完整的记事本程序,可以通过C#编译成一个自制的记事本程序,可以修改代码,添加自己想要的功能-This is a complete Notepad, you can compile into a self-made C# Notepad program, you can modify the code, add features you want
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:guan1138628
  1. DOSjishiben

    0下载:
  2. c++开发的DOS记事本小程序,希望对大家有帮助-c++ development of the DOS Notepad applet, we want to help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3531
    • 提供者:cang628428
  1. UltraEdit

    0下载:
  2. UltraEdit 是一套功能强大的文本编辑器,可以编辑文本、十六进制、ASCII 码,可以取代记事本,内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML 标签颜色显示、搜寻替换以及无限制的还原功能,一般大家喜欢用其来修改EXE 或 DLL 文件。-UltraEdit is a powerful text editor that can edit text, hexadecimal, ASCII code, you can r
  3. 所属分类:Editor

    • 发布日期:2017-05-20
    • 文件大小:5219987
    • 提供者:王翔
  1. step11

    0下载:
  2. C#的一个简单记事本程序 可以读取txt文件 并且修改保存文件-C# is a simple notepad can read txt file and modify the saved file
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:55792
    • 提供者:suwei
  1. editer

    0下载:
  2. C#写的记事本源代码,可以供学习和使用。- C# source code written in Notepad
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:686481
    • 提供者:王磊
« 1 2 ... 16 17 18 19 20 2122 »
搜珍网 www.dssz.com