Welcome![Sign In][Sign Up]
Location:
Search - restrictions

Search list

[Dialog_Windowtx

Description: Delphi编写的一个特效程序, 限制鼠标移动,隐藏标题栏上的按钮,窗体背景渐变,透明背景-Delphi effects of a procedure, the mouse movement restrictions, hidden Biaodilanshang button Windows Background gradual, transparent background
Platform: | Size: 167104 | Author: 木子 | Hits:

[JSP/Java解除30天限制

Description: wls6.1解除30天限制-wls6.1 restrictions lifted 30 days
Platform: | Size: 7235 | Author: | Hits:

[Other resource旅游酒店预定商务软件

Description: 比较适合初学者,有几样东西值得学习,1.限制textbox数据输入的函数,2.数据插入和更新的函数。3.运用Eexcel报表输出-more suitable for beginners, there are several things worth learning, 1. Restrictions textbox data input function, 2. Inserting data and update functions. 3. Use Eexcel statements output
Platform: | Size: 323564 | Author: 小强 | Hits:

[Exploityol.v1.3

Description: 该软件主要用于屏蔽设定关键字后的网站,具体功能包括: 可以使含有关键字的网址自动转向到你设定的网站或HTML去。 清空IE临时文件夹    清空IE历史记录 文档清空 删除收藏夹网址 删除IE地址栏网址 当然还可以定义你保密的目录 限制运行程序 清除内存中运行的程序    禁止WINDOWS下载软件等功能 恢复IE工具栏的链接名称 取消开机对话框 恢复internet选项安全页面自定义按钮 去除IE分级审查的密码 修改时间前面加广告 恢复OE标题栏广告 恢复IE搜索引擎 恢复网页右键菜单 恢复一系列文件名 恢复主页修改 修复IE的默认页面 修复文件属性里面的广告 恢复注册表文件打开方式 还原注册表被恶意代码修改 -the software used mainly shielding set keywords to the web site, the specific features include : It will make the website containing keywords automatically shifted to set your web site or to HTML. Clear IE temporary folder emptied IE historical records deleted files emptied favorites delete IE website at the address bar of course you also can define a list of confidentiality restrictions operational procedures to remove the memory running Windows procedures prohibit downloading software features such as Internet Explorer toolbar to restore the link titles boot resume dialog internet security Options button pages removed from the definition of classification review of the IE code changes ahead of time to resume OE increase advertising column heading to restore IE advertising search engine w
Platform: | Size: 570825 | Author: 陈信良 | Hits:

[Other resourceread-first

Description: 读者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。-readers priority. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Readers priority to the additional restrictions : If an application for readers read another operation has been under way readers read operation, the reader can directly read operation began.
Platform: | Size: 2533 | Author: 橙子 | Hits:

[Other resourcewrite_first

Description: 写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Write priority of the additional restrictions : If an application for readers read operation has already been written in another waiting for access to a shared resource, the reader must wait until the person was not waiting for the after the state can begin to read operation.
Platform: | Size: 2518 | Author: 橙子 | Hits:

[Button controlcursortest

Description: 鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能-mouse control demonstration. For a mouse-controlled categories, including mobile, hidden features such as restrictions
Platform: | Size: 3755 | Author: 一个 | Hits:

[Dialog_WindowValidatingEditDemo

Description: 一个cedit控件可以实现固定格式的输入,在小数点的前后用户可以自定义位数,可以限制特定的符号的输入封装了cedit类,功能十分强大-Cedit controls can be a fixed format input, before and after the decimal point users can define the median, specific restrictions on the importation of the symbols of Cedit Packaging category, a very strong function
Platform: | Size: 111751 | Author: 张涛 | Hits:

[Graph Recognizetes1111t

Description: 图像处理,基于matlab执行和去除共享软件日期限制的程序-image processing, based on the implementation of Matlab, and the removal of restrictions on sharing software date procedures
Platform: | Size: 246929 | Author: 李精 | Hits:

[OtherKConvert10

Description: 一个没有任何限制的内码转换器,可以转换GB->BIG5,BIG5->BG,简体转繁体,繁体转简体-a no restrictions within the code converter that converts GB - gt; BIG5, BIG5 - gt; BG, English History turn, turn traditional English
Platform: | Size: 289388 | Author: 实姓名 | Hits:

[Other resourcewe123_QQ_Msgs

Description: QQ群发,此程序实现了不用加好友,直接向QQ号发送信息的功能。 不过QQ的服务器会限制次数,大家可以考虑用一系列(越多越好)的QQ号不断地切换来登陆,必要时可以不断地连接和断开网络,变换IP来解决QQ服务器的限制。-QQ repeated that this procedure will not achieve the increase friend, directly to the QQ, sending information functions. However QQ will limit the number of servers, you may consider using a series of (better) QQ continues to switch to landing, when necessary, continuously connected and disconnected networks, to transform IP address QQ server restrictions.
Platform: | Size: 19250 | Author: 梁诚 | Hits:

[File Operatedotnet写的文件分割器

Description: 下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。 5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。 -Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merger document restrictions.
Platform: | Size: 29484 | Author: soft271 | Hits:

[Other resourcemobileVirProxy

Description: 在J2ME中实现虚拟代理,然后过滤user-agent ,用于突破广东移动等的cmwap限制 使用方法,启动后将相应软件(如Opera)的代理设成localhost 8080,即可-J2ME virtual agents, then filter user-agent, Guangdong Mobile breakthrough for the restrictions on the use of SMS, will start corresponding software (such as the Opera), the agent set to localhost 8080 can be
Platform: | Size: 5647 | Author: 卢维淦 | Hits:

[Proxy ServerQQport

Description: 修改QQ通讯端口,解除局域网上QQ限制.(转择)-changes QQ communications ports, LAN lifting restrictions on QQ. (Optional switch)
Platform: | Size: 2222 | Author: 张兆银 | Hits:

[Other resourceC语言:陷阱和缺陷

Description: C语言:陷阱和缺陷 PDF格式 原著:Andrew Koenig - AT&T Bell Laboratories Murray Hill, New Jersey 07094 C语言及其典型实现被设计为能被专家们容易地使用。这门语言简洁并附有表达力。但有一些限制可以保护那些浮躁的人。一个浮躁的人可以从这些条款中获得一些帮助。-C Language : pitfalls and shortcomings in PDF format works : Andrew Koenig-ATT Bell Laboratories Murray Hill, New Jersey 07094 C language and its typical realization was designed to be easy for the experts to use. This language accompanied by a concise expression of power. But there are some restrictions to protect those impetuous person. An impetuous people can access these articles help.
Platform: | Size: 264236 | Author: 李白 | Hits:

[WEB Code逢山开路模型

Description: 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向前进的特性,求出减少的费用 的条件极值,从而确定最佳修桥地点 。最后,我们利用模型一、二的原理对隧道部分的公路做了同样的优化设计,然后得出总的修路费用估计为324万元,较合理。最后,我们对整个做法的误差及合理性做了分析。-in solving this problem, building bridges and two tunnels are dug similar to the solution process, we will be solving process is divided into two parts : the first, on the banks of the river a fixed point of the bridge repair in the Department, from the starting point to solve by the fixed point to settlements in the shortest routes. Second, how to determine the location, making the cost of the smallest general line. We were using the two models, both part of the solution. One model, the slope of the restrictions against use of the local small areas to achieve optimum global optimum. Model 2, listing a certain point of displacement, can reduce the cost of the equation, and then using the riverbank near the contours more closely, not along the highway from contour direction of the character
Platform: | Size: 194862 | Author: 李凌 | Hits:

[WinSock-NDISvc限制IP访问

Description: vc网络编程实现的限制ip访问的程序!可以限制特定ip的机器的访问! -vc network programming restrictions on the procedure visit ip! Ip may limit the specific machines visit!
Platform: | Size: 16819 | Author: 刘通 | Hits:

[TreeView拖拽树

Description: 实现在一个属性结构中,任意的托拽节点。说明:节点的托拽不受援节点位置的层次限制-achieve an attribute structure, arbitrary drag nodes. Note : drag nodes Node location recipient is not the level of restrictions
Platform: | Size: 33718 | Author: 娟子 | Hits:

[OS programRestrictions

Description: 主要实现程序的运行次数限制,可以自己完善限制的次数方式等-Restrictions Number
Platform: | Size: 26624 | Author: 徐东 | Hits:

[OtherStructural Vector Autoregressive with Sign restrictions

Description: Program file to run a VAR model with p-lags % Author: Jefferson Martinez te amo % This code has been created only for academic and teaching purposes. Feel % free to use it, but do not forget to acknowledge the work. % I thank Carlos Guevara for the useful comments % This code is based on Chapter 2 of Helmut Lütkepohl (2005), "New % Introduction to Multiple Time Series Analysis", Springer; and Kilian, L. % and Lütkepohl, J. (2017). Structural vector autoregressive analysis. % Cambridge University Press.
Platform: | Size: 4972 | Author: franciscososasotomayor123 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net