Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - default.a
Search - default.a - List
DL : 0
MapX应用讲义 一、加载地图数据 1、 TAB的数据分为两种数据:地图数据(Layers)、属性数据(Datasets)。关系:不可 分割的一个数据集的两部分. 2、 数据加载:GST文件由GeosetManager40.exe程序生成。在程序使用gsT文件:Map1.Ge oset=Filepath+FileName 3、 问题:GST文件加载后,只是默认将地图数据加载,属性数据另外需要使用单独的命令 进行加载,否则对属性数据的操作全部非法。加载:Map1.Datasets.ADD 属性数据集名称 4、 另一种加载方式:使用LayerInfo 对象,这种方式下加载地图数据源的地图集和属性 集均可直接使用。示例: -MapX an application overhead, a load map data, the data is divided into TAB two data : Map Data (Layers), the attribute data (Datasets). : Indivisible a data set of two parts. 2, data loading : GST documents generated by GeosetManager40.exe procedures. GsT procedures in the use of documents : Map1.Ge oset = Filepath'"> three problems : GST document is loaded, the default is to map data loading, Another attribute data need to use a separate order loading, or attribute data on the operation of all illegal. Loading : Map1.Datasets.ADD attribute names of four data sets, a loading : use LayerInfo targets, this way the load map data sources and the Atlas attribute set can be used directly. Example :
Update : 2008-10-13 Size : 56992 Publisher : jqw

DL : 0
一个blog程序 简单的三层架构,仅供广大比我还菜的人当反面教材.开发工具:VS2005+DW. 功能介绍: 1.文章发布采用FTB3.1,兼有UBB功能 2.RSS聚合,友情链接添加 3.音乐,访问统计,错误统计(记录在log/log.txt里) 4.URLREWRITE(我的虚拟主机不支持,如果你的支持把default.aspx里的view.aspx?id=num 改成artnum.aspx即可) 注意: 1.那些图片是数据库结构,我以前用的是L-BLOG,为了继续我的BLOG,我用了他的BLOG结构.你可以直接把L-BLOG的数据库拿来用. 2.音乐只能加MP3格式的,目录: /music,那个用的XSL XML 3.如果登陆时验证码登不对,请多试几次,特别是在VS里DEBUG时,要输三次.没解决掉,普通情况没有. 3.捕捉错误的是在pagebase里,所有页继续那页,如果你要调试看详细错误,把PAGEBASE的Page_Error注释掉 源码没有时间整理,注释不清.很多地方很粗.等有时间再弄吧. 4.测试帐号密码:solo solo,修改后台管理生成SHA1加密字符串,然后修改WEB.CONFIG <user name=\"solo\" password=\"49F25741FF0DB65A7C4290AA73F34B4D4A3644C6\"/> -a blog a simple three-tier structure is for the majority of dishes than I am the person negative example. Tools : VS2005 DW. functional presentations : 1. Published articles used FTB3.1, both UBB function 2.RSS polymerization, Links added three. music, visit statistics, wrong statistics (recorded in a log / log.txt Lane) 4.URLREWRITE (my virtual host does not support, If you support the default.aspx Lane view.aspx id = num into ar tnum.aspx can) NOTE : 1. those photographs to database structure, I used to use the L-BLOG. To continue my BLOG. I used his BLOG structure. You can directly L-BLOG database for use. 2. Music can only increase M P3 format, directory : / music, which the XSL XML 3. If the verification code when landing Teng wrong, I feel apologetic tried several times, especially i
Update : 2008-10-13 Size : 1457957 Publisher : 梁巍

智能水平scrollbar的CListBox。 在MFC中,用列表框(CListBox)来显示多个字符串是一种很方便的方法。但缺 省的列表框水平滚动条不够智能——这里智能的含义是:在应该出现的时候出 现,不应该出现的时候消失,而且应能自动调节自己的大小。-intelligent level of 9x15 CListBox. In MFC, with the list box (CListBox) to show that the number of strings is a very convenient way. But the default horizontal scrolling list box, not smart -- smart here is the meaning : should the time and should not disappear in time, but should be able to adjust their size.
Update : 2008-10-13 Size : 3704238 Publisher : 王力

OtherHuge
DL : 0
编写一个巨型整数类HugeInt,可以用默认值0或长整型数或字符串进行对象的初始化(构造) 然后用成员、友元或普通函数等重载相应的运算符实现下述功能(必须优化算法、同时进行异常处理):“巨型整数”OP“巨型整数/长整型数/字符串” [其中OP为:加+、减-、乘*、整除/、求余%、复合运算(+=、-=、*=、/=、%=)和关系运算(>、>=、<、<=、!=和==)] “长整型数/字符串”OP “巨型整数”(其中OP为:+、-、*、/、%和关系运算),求负(-巨型整数),巨型整数++、++巨型整数,--巨型整数、巨型整数--,插入(输出)运算符<<。 最后编写一个主函数(测试程序)对以上功能进行全面的测试。-prepared a giant HugeInt type Integer, can use the default value 0 or long integer or string for a few object initialization (Construction) then members Friends yuan or ordinary functions such as heavy corresponding Operators achieve the following functions (must optimization algorithm, Exception handling simultaneously) : "Mega-integer" OP "giant integer / long integer / strings" [which OP :, plus or minus-, x *, divisibility /, I requested% Composite Operators (=,-=,*=,/=,%=) relations and operations (
Update : 2008-10-13 Size : 9998 Publisher : 小吴

实现根据黑名单或白名单列表对URL地址进行过滤功能。 注册: 1、regsvr32 /s iebho.dll 卸载: 1、regsvr32 /s /u iebho.dll 过滤规则文件: 1、过滤规则文件位于system32目录下,文件名称为urlfilt.sys 2、文件格式为以\\x0a分隔的行,第一行标记缺省是禁止网页访问还是允许, 即是白名单还是黑名单, 网址不能加入http://等头,并且采用模糊匹配方法,例如sina将匹配 www.sina.com.cn、sina.cn等 黑名单格式例: 0\\x0awww.sina.com.cn\\x0abbs.xici.net\\x0a 对于列表中的网址执行阻断,列表外的允许访问 白名单格式例: 1\\x0awww.sina.com.cn\\x0abbs.xici.net\\x0a 对于列表中的网址允许访问,列表外的执行阻断 3、BHO组件对urlfilt.sys文件的访问采用fmShareDenyNone方式,不加任何锁-achieved under white list or blacklist of URL filtering function. Registration : 1, typing / s iebho.dll unloading : 1. typing / s / u iebho.dll filtering rules : 1. Filter rules are located in system32 directory and the file name for urlfilt.sys 2. file format for a \\ x0a separated OK, OK marking the first default is prohibited or allowed to visit the website. that is, white list or blacklist web site, http://, etc. can be included in the first, and using fuzzy matching, For example, Sina will match www.sina.com.cn, sina.cn blacklist format such cases : 0 \\ x0awww.sina.com.cn \\ x0abbs.xici.net \\ x0a For the list of blocked implementation of the website, the list outside the white list to allow visits format cases : 1 \\ x0awww.sina.com.cn \\ x0abbs.xici.net \\ x0a list for permission to
Update : 2008-10-13 Size : 8793 Publisher : eagletmp

DL : 0
#include<iostream> using namespace std class ABC { private: double i,j public: ABC(int x,int y):i(x),j(y) {} ABC() {} double add() { return i+j } double jian() { return i-j } double cheng() { return i*j } double div() { return i/j } } void main() { int m,n char op cout<<\"input\" cin>>m>>op>>n ABC a(m,n) switch(op) { case + :cout<<a.add() break case - :cout<<a.jian() break case * :cout<<a.cheng() break case / :cout<<a.div() break default:cout<<\"error\" } cout<<endl } -# include
Update : 2008-10-13 Size : 548 Publisher : 飞鹰

DL : 0
本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段,将BMP数据加上头信息就可以CreateDIBSection了。 保存的默认质量Q=85,大家在使用时可以按照要求改变。 对应的PC版可以在VC下面编译使用,是基本的图象处理程序框架。 -the procedures in EVC4.0 PPC SDK under debugging through 2003. Independent JPEG Group with the issue for JpegLib Jpeg image Read and preservation. Here are adding a simple example of the treatment -- Negative. Other treatment can be used with a similar approach, with the right algorithm pixel data for the operation. Mouse or with the handling of the incident to complete the painting functions, and so on, here are the major JPEG files part of the operation. Note : CTScreenBuffer the procedures had not been used. It is due to the use of loading after not release memory, coupled with BMP data was relatively easy to deal with. So he has written section BMP data will be coupled with the first information on the CreateDIBSection. Preserve the quality of the default Q = 85, we can use the request
Update : 2008-10-13 Size : 750351 Publisher : king

DL : 0
JAVAICQ使用说明 一、 运行环境要求 Microsoft IE5.5 JDK1.4运行环境 WEB服务器 二、 使用方法 首先将文件放在 C:\\ 根目录下 运行服务器程序(如果你已知网上有一个这样的服务器在运行,只要将它的服务器IP写入配置文件 config.inf中就可以了),运行 C:\\QQ\\server\\srever.class ,将服务器的IP地址写入配置文件config.inf中。 运行客户端程序,运行C:\\QQ\\server\\javaicq.class 程序,运行后登陆,输入ICQ号及密码。 打开JAVAICQ的主程序C:\\QQ\\default.html 就可以聊天了。-JAVAICQ use one, runtime environment for Microsoft Explorer JDK1.4 Web server environment running two, First use of the file on C : \\ root directory server operating procedures (known online if you have such a server in operation, As long as it's written into the IP server configuration file which can config.inf), and running C : \\ QQ \\ server \\ srever.class. server's IP address into the configuration file config.inf China. Operation client program, run C : \\ QQ \\ server \\ javaicq.class procedures, After landing operation, the importation of ICQ, and passwords. The main program opened JAVAICQ C : \\ QQ \\ default.html on the chat.
Update : 2008-10-13 Size : 324758 Publisher : 周波

DL : 0
MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings] url= 允许外部链接的网站地址 以\"|\"号分开 如\"xfrog.cn|webtm.cn\" extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar 需要过滤 监测的文件类型 以\"|\"号分开 speed=50 文件下载速度 单位\"K\" 需知 因为网络环境的不同 没那么准确 thread=2 单文件下载最大线程-MFC IIS defense Daolian vc Development Environment 7.0 (MFC) / windows 2003's p1 / iis6.1 main functions : a defense Daolian two restrictions download threads number three download speed limit use : an open Internet Information Services (IIS) Management / local computer / website / Default Web / Attribute / ISAPI Filter / add two names casually paper of your choice extract from the three heavy relink.dll Kai IIS 4 Open ReLink.ini specific parameters : [settings] url = allow external link to the website address of the "|", as separate "xfrog. cn | webtm.cn "extension = gif | jpg | png | psd | bm p | swf | midi | wav | mp3 | wma | avi | mpg | wmv | asf | r m | RealNetworks | zip | rar need to filter monitoring the file type "|" = 50 separate speed File Downl
Update : 2008-10-13 Size : 12438 Publisher : 莫飞

WPF/E (最新名称silverlight)的一个示例代码 需要安装一个免费的“插件” 官方网站http://www.microsoft.com/silverlight/asp/default.aspx 与Java Applets, ActiveX, and Flash相比,它涉及的不是二进制的文件,而是XAML 文件,可以在客户端通过脚本来操作 -WPF / E (latest name silverlight) an example of the need to install a code-free 's "plug-in" official website http : / / www.microsoft.com / silverlight / asp / defa ult.aspx and Java Applet, ActiveX, Flash and compared It involves not binary documents, but document markup, the client through script to operate
Update : 2008-10-13 Size : 954766 Publisher : 0000

本系统为在线相册系统,使用方法(这里假定Tomcat 安装在本机,且为缺省的配置): 1、在Tomcat的Webapps目录下建立一个目录,例如oa 。 2、将程序代码的build/web/目录下的全部文件复制 到Tomcat的webapps目录下oa目录。 3、启动Tomcat 4、在地址栏中输入http://localhost:8080/oa 缺省用户: Robin 管理员, 密码:111111 RL 用户, 密码:222222 用户可以自己注册用户或者修改data目录下的 users.xml文件。 注:来自izncu -the system for online photo albums system, the methods used (it is assumed Tomcat installed in the machine, Besides, to the default configuration) : 1, in the Tomcat Webapps directory creation of a directory, such as oa. 2. The code will build / web / catalog all the documents copied to the Tomcat webapp oa's catalog directory. 3, the start Tomcat 4, in the address bar importation http://localhost : 8080/oa default users : Robin administrator, Password : 111111 RL users, Password : Users can own 222,222 registered users or modify data in the directory users.xml document. Note : from izncu
Update : 2008-10-13 Size : 1334909 Publisher : Bruce

DL : 0
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib\"shell32\"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 运行此程序。 注意FormatDisk函数的第一个变量很重要,他的值是0,1,2时代表格式化的分别是:A、B、C盘。 -Visual Basic 6.0 can be seen by calling the API function formatting a disk, both floppy disk or hard disk. Open a new project (a project), if you have not changed the default mode, Then Visual Basic 6.0 will automatically add a <form documents, <form in adding a control order, it is copyed into the code below. Option Explicit Private Declare Function SHFo rmatDrive Lib "shell32" (ByVal Hend AS Long, ByVal Drive AS Long, ByVal FormatID AS Long, ByVal Options AS Long) as Long Private Sub Forma tDisk (intDrive as integer, blnQuickFormat as Boolean) dim lngReturn As Lo Vi if (blnQuickFormat) then lngReturn = SHForm atDrive (0, intDrive, 0
Update : 2008-10-13 Size : 922 Publisher : hasia

DL : 0
(1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2个构造函数:允许用1 个参数或2个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1´ r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s的外接圆c2。 (5) 输出(4)中几何对象的面积,周长和对角线长度。-(1) definition of a float with two geometric m1 and m2; M2 default value of 0.0. (2) to achieve two Constructors : Allow use of a parameter or two parameters statement geometric objects. With a statement r parameter of the geometric object to a radius of the circle r; Use two parameters r1 and r2 statement of geometric objects as r1
Update : 2008-10-13 Size : 1536 Publisher : 小吴

CSyntaxColorizer是一个快速而通用的类,用于突出显示语法。这个类简单、快速、灵活。缺省的突出显示模式是VC++,用绿色表示注释,深蓝色表示字符串,亮蓝色表示关键字。这个类展示了可以用于修改这些缺省设置的方法-颜色不是唯一的选择。突出显示的词可以用粗体、斜体、下划线等等。展示的方法使用 CHARFORMAT结构作为参数,这样可以用CHARFORMAT结构提供对任何文本格式的修改,可以是关键字、注释和CSyntaxColorizer中的字符串格式。 -CSyntaxColorizer is a rapid and universal category for syntax highlighting. This sort of simple, fast and flexible. The default mode is highlighted VC, said Notes green, dark blue said string, bright blue keyword said. This type of display can be used to modify these default settings of-the color is not the only choice. The words highlighted in bold type can be used, italics, underlining, and so on. The method used to display CHARFORMAT structure as a parameter, This CHARFORMAT structure can be used to provide any text format changes can be keyword Notes and CSyntaxColorizer the format string.
Update : 2008-10-13 Size : 12198 Publisher : yang

这个程序演示如何控制控件的缺省弹出菜单(例如TextBox),是完全控制而不只是隐藏和显... 软件类别:控件编程 运行环境:Win9x/NT/2000/XP/ -this procedure shows how to control the default control pop-up menu (such as TextBox) Control is completely hidden and not just a ... software categories : operating control programming environment : Win9x/NT/2000/XP /
Update : 2008-10-13 Size : 3227 Publisher : wqw

[1]修正V2.0版已知的主要Bug [2] 增加使用动态列表的功能,以适应不同用户的需求 [3] 细化了列表创建的功能 [4] 增加了频道首页默认的板块模板,以方便更高层次的应用 [5] 增加了可以按发布时间对文章进行归档的功能 [6] 增加了调用Discuz、PHPWIND、VBB、PHPBB 论坛最新贴子的板块代码 [7] 增加了可选的动态首页 [8] 增加了可以获直接取系统配置的{dede:extern name= var /}标记 [9] 增加了栏目的移动功能 [10] 增加了loop标记,可以自由获取任意表的内容 [11] 加强了数据备份的功能 [12] 更改了系统操作菜单的界面,可以兼顾不同的浏览器 -[1] V2.0 version known that the main Bug [2] increased use of dynamic scheduling function, to meet the needs of different users [3] detailed list created by the function [4] increases the default homepage of the channel plate template to facilitate a higher level of [5] can be increased by publication time of the article archive function [6] increased Discuz use, PHPWIND, VBB PHPBB Forum latest posting plate code [7] increased the optional Dynamic Page [8] can be increased by straight from the system configuration (dede : extern name = var /) marker [9] increase in the movement of columns function [10] increase in the l oop marker and free access to the content of arbitrary [11] enhanced data backup function [12] to change the operating system menu interface, can take up different browser
Update : 2008-10-13 Size : 656298 Publisher : 谢进

DL : 0
使用一个图形配置界面调用SQL的DTS,默认添加时间参数。-use of a graphical interface called SQL configuration of DTS, adding time default parameters.
Update : 2008-10-13 Size : 35638 Publisher : supervar

视频点播系统使用方法如下: 1. 将\"视频点播系统\"目录下的所有文件和目录复制到IIS服务器根目录下某新建的虚目录,例如vod。 2. 在IIS中针对vod目录创建应用程序 3. 在SQL Server中使用“企业管理器”,使用“附加数据库”功能,导入database目录下的vod_Data.MDF文件建立名为“vod”的数据库 4. 根据自己的机器设置相应修改web配置文件的数据库连接字符串,具体的连接字符串有很多种方法,请参考本光盘中的第八章数码商店系统的readme文件。 5. 在IE的地址中输入“http://localhost/vod/default.aspx”即可进入该网站,其中用户名mfq密码mfq是系统自定义的管理员帐户,如果用户修改,可以修改web.config文件的配置字符串中的管理员用户名字符串。一般用户读者可以自己注册后直接使用。-Video-on-Demand system as follows : 1. "Video-on-Demand System" directory of all files and directories to your IIS server's root directory of a new virtual Contents, for example, the UNESCO Intergovernmental. 2. IIS against creation of the UNESCO Intergovernmental directory application procedures 3. In SQL Server using the "Enterprise Management , "and the use of" additional databases "function, into the database directory vod_Data.MDF documents to establish "the UNESCO Intergovernmental" data THE four. According to their machines accordingly revised the web configuration file database connection string, specific connection string there are many ways, Please refer to the CD of the 8th chapter of the digital system stores the readme file. 5. The a
Update : 2008-10-13 Size : 1253237 Publisher : 刘斌

后台默认帐号和密码 admin 简介:建一个网站,就像修改QQ个资料一样方便! 功能确实不错,强大,后台系统管理方便,类别模块清晰,企业建站拿去就可以用,不需要太多的网络知识就可以轻松建立门户级网站 -background default account and password admin description : build a website, QQ-like amending information as easy! Function really good, powerful, easy management system background, the types of modules clear. Enterprises spend on the station can be used, does not require much knowledge on the network can easily build portal websites -
Update : 2008-10-13 Size : 94411 Publisher : 韩苏

后台默认管理账号密码:admin 后台主要功能如下:一、系统管理:管理员管理,数据库备份,上传文件管理。二、企业信息:可设置修改企业的各类信息及介绍。三、产品管理:产品类别新增修改管理,产品添加修改以及产品的审核。四、订单管理:查看订单的详细信息及订单处理。五、会员管理:查看修改删除会员资料,及锁定解锁功能。可在线给会员发信!六、新闻管理:能分大类和小类新闻,不再受新闻栏目的限制。七、留言管理:管理信息反馈及注册会员的留言。八、荣誉管理:新增修改企业荣誉栏目的信息。新增修改企业形象栏目的信息。九、人才管理:发布修改招聘信息,人才策略栏目管理,应聘管理。十、营销网络:修改营销网络栏目的信息。十一、调查管理:发布修改新调查。 -background default management account Password : admin background main functions are as follows : a, system management : Administrators management, database backup, upload file management. Second, corporate information : changes may set up enterprises of all types of information and displays. 3, product management : new product category management changes, product changes and the addition of products audited. 4, Order Management : View orders for more information and order processing. 5, Member Management : Member View amended to delete information and unlocking lock function. Can be sent to the Member Online! 6, news management : can be divided into major categories and subcategories news, news columns are no longer subject to restrictions. 7, voice mail management : management informatio
Update : 2008-10-13 Size : 3241234 Publisher : 刘波
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.