搜索资源列表
cash
- 有很多功能的留言版,很容易上手,有自动添加图片、表情。管理员功能也强大-many functional version of the message, it is easy to get started, it automatically adds the photo expression. Administrators also features powerful
SQLCHINA
- SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。 Avg 函数 Count 函数 First, Last 函数 Min, Max 函数 StDev, StDevP 函数 Sum 函数 Var 和 VarP 函数 -SQL aggregate function
thethird
- 本程序用来实现一个界面,它能够很快的查找人员的数据库,得到一个清晰的表述-This procedure used to achieve an interface, it can quickly search the database, to be a clear expression of
jaffe
- 日本ATR(Advanced Telecommunication Research InstituteInternational)的专门用于表情识别研究的基本表情数据库JAFFE,该数据库中包含了213幅(每幅图像的分辨率:256像素×256像素)日本女性的脸相,每幅图像都有原始的表情定义。表情库中共有10个人,每个人有7种表情(中性脸、高兴、悲伤、惊奇、愤怒、厌恶、恐惧)。 JAFFE数据库均为正面脸相,且把原始图像进行重新调整和修剪,使得眼睛在数据库图像中的位置大致相同,脸部尺寸基本一致,光
Register
- // File : PDTools.PAS // Product : AppModeler za Delphi // Copyright (C) 1991-1997 Sybase Inc. i njegovi saradnici. //========================================================= // CONTENTS : // // *** AM_XXX constants : Definitions for
suanshubiaodashiqiuzhi
- 数据结构,算术表达式求值,包括说明文档和源码-Data structures, arithmetic expression evaluation, including documentation and source code
sitemaps
- 增加了<b>快速搜索</b>功能[新开发/建议设为有效],其原理是采用正则表达式对网页进行过滤式搜索,<br> 相比较原老算法而言,速度更快,收获网址多了三倍,但是无效地址增多,建议灵活采用。[在/设置系统参数/里有选项]<br> 增加了字符编码设置与转换,使XML文件不再发生错误。 <br> 20100302<br> 增加正则表达式开关,增强内存优化。如果不支持正则扩展的主机,请用普通模式运行搜索。-&
RegularExpressionsTutorial
- 正则表达式入门教程(pdf版) 通俗易懂 方便初学者学习正则表达式-Regular Expression Tutorial (pdf version) easy to understand easy for beginners to learn regular expressions
chap2
- 讲述vf中的 数据类型 常量 变量 表达式 系统函数 -About the data type vf constant variable in the expression system function
7303201103221467
- 2、 本系统的数据库名为 jiaowu.mdb 内有五张表:stu, tea, cou, score, adm ,教务管理员对学生、教师信息进行添加时,系统分别根据学生学号、教师编号自动生成密码,米纳生成函数表达式为:spin=sno,tpin=tno-2, the system' s database called jiaowu.mdb has five tables: stu, tea, cou, score, adm, academic administrators to stude
soldgcx
- 该“在线点歌系统”只是对数据库应用技术的一个样本数据库的实例,重在对数据库的一些方法的熟悉和建立,其中我们从数据库的概念模型到把理论付诸实际,设计数据库,找出关系模式绘制ER图,再到应用SQL语言对数据库的建立,再到数据的输入,最后完成一些关系运算表达式的表达和SELECT查询语句的使用。-The " online VOD system" is just a sample of the database instance database application technol
mssql-24
- 4个数字算24的存储过程。算法原理是列出所有排列组合,计算表达式的值,再筛选值为24的表达式。-4 digital count stored procedure 24. Algorithm principle is to list all the permutations and combinations, the calculated value of the expression, and then screening value of 24 expressions.
asptalking
- 本聊天室为文字聊天室,有管理员功能,可踢人、提升管理员、查阅用户信息,文字聊天,私聊,支持表情,点歌等功能。本聊天室可以用ACCESS数据库和SQL SERVER。-The chat room text chat rooms, there is an administrator function, kicking, improve administrator access to user information, text chat, private chat, support for expr
REGEXP
- Regular Expression Dcoument
rapid-calculation24CPP
- 速算24 要求: a. 一副牌54张牌,黑桃(SA,SK,SQ,SJ,S10,??,S2),红桃(HA,HK,HQ,HJ,H10,??,H2),方块(DA,DK,DQ,DJ,D10,??,D2),草花(CA,CK,CQ,CJ,C10,??,C2)以及大鬼Q1和小鬼Q2。其中,A,K,Q,J及Q1,Q2的点值分别为:1,13,12,11,1,1。其余点值就是牌值。 b. 由计算机随机出四张牌。 c. 用户输入能算出24的表达式(只能用加、减、乘、除及括号组成的四则运算)。
splitA
- Alter FUNCTION [dbo].[split](@expression VarChar(max),@delimiter VarChar(30) = ' ') RETURNS @TmpTable TABLE (RefNo VarChar(max)) AS BEGIN if rtrim(isnull(@expression,'')) > '' begin declare @cxml xml set @cxml = '<x_k><