搜索资源列表
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
200000
- Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。 另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( ht
string.h
- 学生成绩管理系统,用于添加、删除、修改和整理学生成绩。-student performance management system for the addition, deletion, modification and presentation of the performance of their students.
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 //每位读者最多借五本书 //读者类
scoreAdministratorSystem_007
- 用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String)三门课成绩(用整形数组来存)大家可以下在学习一下
CEJU0118NOMODIFY
- 基于AT89C52的手持式激光超声测距仪,通过启动发送超声脉冲串开始计时,接收回波结束计时,同时测量周围环境温度,利用测得的温度进行修正声音在空气中传播的速度,该速度乘上传播时间除2即得到障碍物的距离。-AT89C52-based hand-held laser ultrasonic range finder, ultrasonic pulse through the string to start sending start time, receiving echo the end of ti
student
- 学生成绩管理系统 该程序的主要功能为: 0主菜单,1输入学生记录,2插入学生记录,3修改学生记录,4删除学生纪录, 5查询修生记录,6使用帮助文档。另外,该程序主要调用了:I/O函数(stdio.h),其他说明(stdib.h),字符串函数(string.h),屏幕操作函数(conio.h),字符操作函数(ctype.h),清屏函数(windows.h),定义常数。-Student achievement management system
tushu
- VB编写的图书馆管理系统,数据库采用mssql,执行程序中的.sql文件建立数据库,在源程序中修改数据库的连接字符串就可以编译运行了。-VB, library management system, the database used mssql, implementation program. Sql files create the database, modify the database in the source connection string can compile and run
string
- 高校学籍管理系统,插入,删除,增加学生信息-Student Management System, insert, delete, increase the student information
Student-management-system
- 学生管理系统 程序构思 1函数声明是#include<iostream.h> #include<string.h> #include<fstream.h> #include<stdlib.h>用来调用exit() #include<iomanip.h>输入输出控制 2建立一个“student类”,学生资料包括学生姓名,课程成绩,名次,学号 3friend void main():允许了类外访问类中的任意成员
testMyFrame
- 编程实现一个学生信息管理系统的图形界面。需要录入的信息包括学生学号、姓名、性别、出生年、月、日、年级以及是否联合培养。根据这些信息的性质选择使用不同图形组件来设计界面。当信息录入完毕后,将信息组合成一个字符串显示在界面上。-Programming a student information management system graphical interface. Need to input the information, including students learn number, n
c-cPPkehou
- 键盘输入字符串 统计各个字符出现的次数 c\c++实现 键盘输入 求出两个数的最小公倍数和最大公约数c c++实现 单链表实现学生信息输出平均分最高的学生的学号成绩名字等结构体c c++实现 -The keyboard input string statistics each character in the frequency of c \ c++ realized Keyboard input for a minimum of two Numbers LCD and the
liu
- 实现c++中用字符串输入,然后用数字输出。-C++ with string input and digital output.
vibrating_string
- This GUI demonstrates the behavior of a vibrating string with different initial conditions. Three methods are employed to solve the wave equation: • Finite Difference Scheme • Fourier Scheme • Newmark Scheme
C-PP-string-class
- 自己写的C++,一些简单的字符串类库,适合初学类库参考-Write your own C++, some simple string library, suitable for beginners Class Library Reference
VC-PP-capturing-program
- 功能: 从内部缓冲区取出单词文本串。对英语文本,该函数最长取出一行内以 空格为界的三个英文单词串,遇空格,非英文字母及除‘-’外的标点符 号,则终止取词。对汉字文本,该函数最长取出一行汉字串,遇英语字 母,标点符号等非汉语字符,则终止取词。该函数不能同时取出英语和 汉语字符。 -Features: Remove the word text string the internal buffer. English text, the function withi
StringToChar
- 将字符串转化为字符数组 将一个十六进制的字符串,转化为一个字符数组 检查数据格式是否正确,字符串里是否包含非十六进制数码字符(0~9,A~F) 检查数据格式是否正确,字符串里是否包含非十进制数码字符(0~9)-The string into an array of characters a hexadecimal string into an array of characters check the data in the correct format, whether to includ
ResultCkeck
- Java Program to Test String Regex matching
structureCOUNTRY2
- STRING STRUCTURE EXAMPLE
