搜索资源列表
myString
- 一个关于标准string类的C++程序-a string on the standard procedures for the C category
motoman
- 摩托车销售管理系统 功能: 1--进货管理,你的商品可以依次按 代号,名称,简称,类型,数量,价格 的顺序进行记录,可以是新产品,也可以对旧产品进行追加 2--价格查询,你可以不必记住一大串的价格,只须输入商品的代号和简称即可查询 3--修改价格、数量,当某种商品的价格、数量有变动时,你可以及时进行修改 4--销售管理,可以方便的找出要卖出的商品,自动增减库存,并计算每次出货的总价格 5--保存文件,你可以把你输入的商品信息保存成文件格式,永
HWE
- 懒人手写体模拟生成器 (免费软件) 此软件是为应付某些不能用电脑打印的文体(如思想汇报,学生作文等)而设计的。它能将已有的字串经变形处理产生类似手写体的效果,并保存在 Word文档中。 特点: 1.只要预先定制好纸张,如信纸的长、宽、行距等,就可以用该信纸直接打印,而无需改动所生成的 Word文档。 2.生成字体可设定随机变化量,以保证所生成字体的手写可信性。 注意: 1.本程序运行环境为装有 Office的Win XP系统,9x/Me系统请自
COMPATIABLE
- 此程序可用于匹配正则表达的字符串,非常好用-this procedure can be used to match a regular expression string, very handy
wel
- class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText(\"\") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isE
C#案例开发
- C#进销存系统,WinForm与SQLServer开发,配有数据库文件, 1、把goods数据库附加在SQL SERVER中。 2、连接数据库的登录账号为:J110,登录密码:654321。 3、数据库连接字串:Server=localhost uid=sa pwd=123456 database=goods。-Invoicing System C#, SQLServer Layout and development, equipped with a database file
200000
- Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。 另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( ht
myvideonetsql
- 视频点播系统使用方法如下: 1. 将\"视频点播系统\"目录下的所有文件和目录复制到IIS服务器根目录下某新建的虚目录,例如vod。 2. 在IIS中针对vod目录创建应用程序 3. 在SQL Server中使用“企业管理器”,使用“附加数据库”功能,导入database目录下的vod_Data.MDF文件建立名为“vod”的数据库 4. 根据自己的机器设置相应修改web配置文件的数据库连接字符串,具体的连接字符串有很多种方法,请参考本光盘中的第八章数码商店系统的readme文件
string.h
- 学生成绩管理系统,用于添加、删除、修改和整理学生成绩。-student performance management system for the addition, deletion, modification and presentation of the performance of their students.
question
- 一个JSP在线发送email的程序,String body=\"\" body+=\"客户名称: \"+postname+\"\" body+=\"客户电话:\"+posttel+\" \" body+=\"客户EMAIL:\"+postmail+\"\" body+=\"提交时间: \"+zctime+\" \" body+=\"客户IP地址: \"+kehuip+
xstring-1.1.0.tar
- 经典的string 函数库学习资料,希望能给大家带来帮助
1111111111111
- c++图书管理系统 include <iostream> #include <iomanip> #include <string> #include <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类
VBQQ
- 用VB做QQ强制聊天器 用VB做QQ强制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家来用VB做QQ强制聊天器..... 废话不多说了``` 直接打开VB 新建一个EXE文件..新建一个Text和一个Command按纽 最后直接把代码写上去就可以了... Private Declare Function ShellExecute Lib \"shell32.dll\" Alias \"ShellExecuteA\" _ (
scoreAdministratorSystem_007
- 用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String)三门课成绩(用整形数组来存)大家可以下在学习一下
简单电子商务系统2
- 1.使用源程序前系统必须安装Microsoft SQL Server 2000 3.将程序中数据库连接字符串中的Data Source项改成与安装后的SQL Server服务器的名称一致,可以在程序中通过查找替换方式来实现。 -1. Before the use of the source system must install Microsoft SQL Server 2000 3. The database will process the string connecting the Dat
Converts-a-numeric-string-to-integer-
- Converts a numeric string to integer
Finds-and-replaces-a-string-with-a-given-string.r
- Finds and replaces a string with a given string
string
- 字符串操作的程序,能够从磁盘上选择打开文本文档,读入所有内容并显示,统计所有的字符数目,单词数目,中文字符串的数目。-String manipulation program can choose to open a text document from disk, and read all the content and display statistics the number of characters, number of words, the number of Chinese stri
pencerian-algoritma-string-matching
- untuk melakukan pencarian string matching menggunakan methode KMP, BF , BM
C-PP-string-class
- 自己写的C++,一些简单的字符串类库,适合初学类库参考-Write your own C++, some simple string library, suitable for beginners Class Library Reference