CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 文本

搜索资源列表

  1. Palindrome-judgment

    0下载:
  2. 回文判断,能够判断文本文件中的一行文字是否为回文。回文即前后对称的文字。-Palindrome judgment, be able to judge the line of text in the text file is a palindrome. Palindrome i.e. symmetrical before and after text.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:183573
    • 提供者:TsaiCai
  1. textedit1.2

    0下载:
  2. 文本编辑的源码实现,主要包括文档的打开、保存、另存为以及剪切,复制,粘贴等功能-the source code of text_edit.mainly include open,save,saveas and cut,copy,paste and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:113475
    • 提供者:范雪宁
  1. Timer

    0下载:
  2. 定时器: 调用系统的函数,将系统时间传递给文本框变量的语句 重启和关机必须有Windows权限才能执行,因此这就牵涉到权限的申请。 -Timer: call system function, the system time is passed to the statement of the text box variables must restart and shutdown Windows privileges to run, so this involves applicati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:6604843
    • 提供者:狄恒
  1. paixu

    0下载:
  2. 排序的算法有很多种,本程序运用C语言经典的冒泡排序方法和选择排序法。同时用过文本文件对需要的数据进行存取。-Sort algorithm, the program to use C language classic bubble sort method and select the sorting method. Used the text file of the data required at the same time to be accessed.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:776
    • 提供者:萌萌
  1. mySNL

    0下载:
  2. 程序是编译原理课程的基于SNL语言的编译器(词法分析,语法分析,语义分析),该压缩包包含程序运行所需的所有代码,所需文本文件放到D盘即可,词法分析和LL1语法分析部分在实现上有亮点,是课程设计非常值得参考的资料-The program compiler theory of curriculum-based the SNL language compiler (lexical analysis, parsing, semantic analysis), the compression progra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:708143
    • 提供者:timial
  1. VCPPcode2

    0下载:
  2. VisualC++下MFC的文本编程,菜单,对话框和应用程序外观编程代码-VisualC++ programming code of the appearance of the text under MFC programming, menus, dialog boxes, and application
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:304163
    • 提供者:梁汉文
  1. VCPPcode3

    0下载:
  2. MFC下绘制线条,修改窗口光标,工具栏,状态栏,文本颜色的可视化编程代码-To draw a line under MFC, modify, window cursor, toolbar, status bar text color visual programming code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:2701507
    • 提供者:梁汉文
  1. VCPP-server-program

    0下载:
  2. 建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。-Establish and implement a simple service program, its function is the amount of physical memory available in the inquiry system, and then writes the results to a text file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:10414
    • 提供者:yueyanan
  1. qt_writer.tar

    0下载:
  2. qt下的一个文本编辑器,基于qt4.7编写-qt editor code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:1217536
    • 提供者:cathryn
  1. case.cpp.tar

    0下载:
  2. 利用Json实现轻量级文本处理从而利于结果返回-use a good way to come true the wonderful function to finish something
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:1180
    • 提供者:赵子想
  1. Line_count.tar.gz

    0下载:
  2. 文本模式下统计你总共书写了多少行程序。递归目录实现,有点小坑,不过还算不错,我用着挺顺的 ,The text mode statistics you have a total of the number of lines of program writing. The recursive directory implementations, a little small pits, but pretty good, I used quite smooth
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:12028
    • 提供者:游博杰
  1. V3.0

    0下载:
  2. 文本分类,包括:文本预处理,去除停用词,学习和训练,最后实现分类。-Text classification, including: text pre-processing, removal of stop words, learning and training, and finally achieve the classification.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:3456956
    • 提供者:朱山
  1. emmc_test

    0下载:
  2. 针对于linux memory的压力测试,自动生成文本文件并且输出至屏幕。-In the linux memory of pressure test, automatically generate a text file and output to the screen.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-17
    • 文件大小:956
    • 提供者:Isis
  1. TestSerialPort2013

    0下载:
  2. 串口开发的另一种方式 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 -Found another way of the development of the serial organize files when a serial program o
  3. 所属分类:Network Security

    • 发布日期:2017-11-25
    • 文件大小:41811
    • 提供者:ncepustar
  1. Simple-text-encryption

    0下载:
  2. 简单的文本加密 与运算一下,但因为对产生错误做了处理。所以可以加密中文。-Simple text encryption and computing, but do produce an error processing. So you can encrypt the Chinese.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:39347
    • 提供者:wwh
  1. ASN1

    0下载:
  2. 关于ASN1编码的非常不错的文本介绍资料,供参考。-About ASN1 encoding very good text presentation materials for reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:88568
    • 提供者:pudn
  1. npsedit

    0下载:
  2. 可以读写RTF文本的编辑器,很不错的东西 -It is simple text editor with possibility view and edit (limited) RTF text. Feautures: unlimited file sizeassigning display fontuser localisation and more
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:157969
    • 提供者:秦永久
  1. mulcast-bin2

    0下载:
  2. MultiCast 应用开发调试助手 是一个网络辅助开发工具,本工具简单、易操作、无需安装、安全绿色软件。可以帮助网络应用设计、开发、测试人员检查所开发的网络应用软硬件的数据收发状况,提高开发的速度,降低检查网络传输数据的难度。真正成为您的MultiCast应用开发助手。 ——可以作为MultiCast服务器 ——可以通过它来从网络上接收MultiCast数据包 ——支持16进制的发送和16进制接收显示,支持汉字以及文本发送 ——支持发送、接收字节数统计 ——支持自动发
  3. 所属分类:Network Security

    • 发布日期:2017-12-07
    • 文件大小:34250
    • 提供者:mm
  1. FileEncry

    0下载:
  2. 实现文本文件的简单加密和解密,帮助大家提高文件保密信息功能-A simple text file encryption and decryption, file Confidential
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:2083364
    • 提供者:xiao
  1. LIUNUX

    0下载:
  2. 简单地操作系统,主要功能: 1 读写FAT32硬盘文件  2 执行EXE及COM文件  3 显示小型8位BMP文件(小于64K) 4 显示文本文件(.C .ASM等) 5 实现键盘输入  6 实现鼠标显示 7 显示时间日期的日历 8 少数地DOS兼容-Operating system, the main function: 1 read and write FAT32 hard disk file 2 Run the EXE and COM files 3 sho
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:12122
    • 提供者:liujinhun
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 35 »
搜珍网 www.dssz.com