搜索资源列表
osCommerce2.2-MS2_21hcn.com
- 每个RFC 3261信息头有一个相应的存取标识. 但是,许多信息头拥有同样的形式。 例如。To和From的信息头都是由显示名和一个URI组成。 To和From信息头用来管理与处理NameAddr实例的. 这个类管理每个信息头类型来负责 解析信息头文本,倘若存储和存取在信息的生存期间,和序列化信息头值为翻译的文本。 下面的表显示了reSIP当前支持的每个RFC信息头的reSIP类型。 reSIP类型是一个SIP信息的信息头调用存取标识作为它的参数的返回类型。-each RFC 3261 heade
gustbook
- 版权说明:版权属于dqe2008.com 特色: 1、界面采用欧试风格,设计唯美. 2、可调用留言,能做为评论模块用于其他系统的开发. 3、代码简洁,功能实用. 使用说明: 2、帐号密码以及一些参数在gustbook_Conn.asp中修改,用记事本打开,里面有注释。初始帐号密码都为:admin 3、如何调用评论? 先在要调用评论的页面写入:<!--#include file="gustbook_Conn.asp"
SerialDetector
- This sample form provides automatic detection of the parameters of an unknown data stream from an external device into a PC serial port using VFP7+ and the MSCOMM32.OCX control. It also provides for manual parameter setting to test the setup of the e
EED
- 这是我编写的电子元件参数查询系统,采用Visual Studio 2010编写,支持元件浏览,根据名称、参数查询元件、管理元件数据库、元件封装库、元件分类库、在线和服务器同步数据库等功能。本程序完全开源!-This is my electronic elements data system,i used Visual Studio 2010 to build it,By using this application,you can browse elements,find elements by
DataPoint
- 当展开或者收起时会激发这个函数,其中结构指针pNMTreeView的action参数,就记录了是打开还是关闭,即 if(pNMTreeView-> action == 1) //设置收起的图标; else if(pNMTreeView-> action == 2) //设置展开后的图标; -When you expand or hide, can trigger this function, in which the action parameter structure pointe
HW2_B9929020
- To simplify the drawing for now, we use circles as gems. For drawing circles or any other primitives, we just need to call the Draw method on our surface with the primitive as a parameter (in our case an Ellipse with the same width and height), the C
SQL-by-dynamic-parameter-
- 在SQL查询中使用动态参数,可以充分提高查询效率,使用delphi,通俗易懂-Uses dynamic parameters in the SQL query, you can fully improve query efficiency, delphi, easy to understand
sqlite3_database
- 在Linux系统下移植sqlite3到arm实现数据库存取功能,并可以插入参数变量到数据库-Under Linux system transplantation sqlite3 to arm function of access to the and can be inserted into the parameter variables
1f
- 1、输入:函数input把20学生的学号、姓名、性别、年龄、三科成绩以及平均成绩和总成绩放在一个结构体数组中,学生的学号、姓名、三科成绩由键盘输入,然后计算出平均成绩和总成绩放在结构体对应的域中。 注意:函数应有两个参数,结构体类型的数组以及学生的人数 保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。 注意: