搜索资源列表
AmendFileName
- 修改某目录及子目录中的文件名,修改规则:1. 从文件名的尾部删除指定长度的字符;2. 从文件名头部删除指定长度的字符。 界面是基于对话框的,思路清晰,配有文档。-Modify the dictionary(sub-dictionary) name, rules: 1. Delete characters specified length from the end 2. Delete characters specified length from the start. Has
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
删除指定字符.
- 删除指定字符.
Delete
- 编写一个java applet程序,接受用户输入的一个字符串和字符,把字符串中所有指定字符删除输出-Write a java applet program that accepts user input a string and character, to delete the specified character string in the output of all
DadaAJAX
- 程序名称: 达达Asp.Net AjaxPro 实例集合 程序环境: VS2008+ACCESS+IIS 5.1 实现技术: 无刷新 验证指定字符 验证数字 验证邮箱 无刷新下拉菜单三级联动 CheckBox全选/反选/删除 - Name: People Examples Asp.Net AjaxPro collection Programming environment: VS2008+ ACCESS+ IIS 5.1 Technology: No Refresh ver
regex
- java正则表达式应用,一个简单的字符串扫描程序,可以从字符串中删除所有指定字符-regular expressions java applications, a simple string scanning procedures, can be deleted from the string of all specified characters
Delete
- 删除文本中的指定字符-Delete the text of the specified character
orderform
- 顺序表基本操作,包括插入,删除指定字符,删除指定位置的字符-Basic operation of the order form, including insert, delete specified characters, delete characters in the specified location
6-16
- 输入一串字符,删除指定字符,并输出删除后的字符串的Java Applet 小程序-Enter a string of characters to delete the specified characters
line_editing_system
- 设计并实现一个简单的行编辑系统。该系统提供5条编辑子命令: open 文件名:将指定文件读入内存; quit:将正在编辑的文件写回文件,退出编辑系统; list n1 – n2:显示第n1到第n2行的内容; del 行号,列号,字符数:从指定位置开始删除指定的字符数; ins 行号,列号,字符串:在指定位置插入字符串。-Design and implement a simple line editing system. The system provides five sub
Delete-String
- 删除字符串的程序,可以删除指定字符串中的字符-delete string program
Test
- 从字符串中删除指定的字符,同一字母的大、小写按不同字符处理-Removed from the specified character string in the same letter uppercase and lowercase characters at different processing
hfhd1
- 删除指定字符: 求素数;几个简单的C程序-Delete the specified character: Delete the specified character: seeking primes A few simple C program
Test1
- 删除指定字符, 删除指定字符,-delete
191-206
- C语言编写的几个程序源码,包括: 191 比较字符串长度 192 合并整数 193 矩阵逆置 194 删除指定的字符 195 括号匹配 196 字符串逆置 197 SIX/NINE问题 198 单词个数统计 199 方差运算 200 级数运算 201 输出素数 202 素数题 203 序列排序 204 整数各位数字排序 205 字符串字母移位 206 Fibonacc数列 -C language sourc
stoi
- 编写程序,删除字符串中的指定字符,字符串和要删除的字符由键盘输入。编写主函数和函数stoi()。主函数进行输入、输出和函数调用,stoi()的功能是将一数字串转化为对应的整数。-Write a program that deletes the specified characters in the string, the string, and the characters to be deleted the keyboard. Write the main function and func
formarding
- 修改某目录及子目录中的文件名,从文件名的尾部删除指定长度的字符-Modify a file name of directories and subdirectories, delete specifies the length of the characters the end of the file name
delete
- 删除指定的字符 输入字符串 在输入要删除的字符 结果输出删除后的字符串(Delete the specified character input string, string characters in the input, output, delete the string)