Welcome![Sign In][Sign Up]
Location:
Search - effective S

Search list

[Special EffectsIsmyDIP

Description: 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prepare MFC, using a book on the gray tensile and median filtering knowledge of image processing. Achieving functions as follows : Variable gray stretch - and darken (eight pairs of 24 map valid) : The Transformation of Power. Were r2 = s and s = r1 / 2. Anti-color (eight pairs of 24 map effective) : s = 1-r median filter (Figure 8 right effective) : 3 x 3 grid filtering, the periphery of a circle of pixels not addressed. Recovery (eight pairs of 24 map effective) : restore the image before unprocessed data.
Platform: | Size: 46651 | Author: redbird | Hits:

[DocumentsEffective_C++2e

Description: 从C 转向C++ 对每个人来说,习惯C++需要一些时间,对于已经熟悉C 的程序员来说, 这个过程尤其令人苦恼。因为C 是C++的子集,所有的C 的技术都可以继续使 用,但很多用起来又不太合适。例如,C++程序员会认为指针的指针看起来很 古怪,他们会问:为什么不用指针的引用来代替呢?-from C to C for everyone, C habits need some time, already familiar with C programmers, this process particularly vexing. Because C is a subset of C, all the C's technology can continue to use, but many also use up less suitable. For example, the C programmer will pointer that seemed very strange, they would ask : Why not use the pointer to replace?
Platform: | Size: 411648 | Author: 杨双锋 | Hits:

[DSP program2407 PID 算法项目文件

Description: 一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.-a TSM320C2407 PID control algorithm is very effective, and the C nested.
Platform: | Size: 17408 | Author: 欧阳明星 | Hits:

[OtherEffective STL 中文版(完整版)

Description: 制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。 前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Scott Meyers的网站下载的《Three Guidelines for Effective Iterator Usage》一文翻译。条款43根据从C/C++ Users Journal网站下载的《STL Algorithms vs. Hand-Written Loops》一文翻译,条款45根据从C/C++ Users Journal网站下载的《Distinguishing STL Search Algorithms》一文翻译。其余部分根据epubcn放出的电子书制作。 - Manufactures this book the goal is for facilitate everybody the reading. When reprint please maintain this electricity 瀛愪功 integrity. The foreword, the provision 2, 16, 21, 44 bases the open provision translation which download from the Addison-Wesley publishing house. Provision 26, 27, 28, 45 bases from Scott Meyers website downloading "Three Guidelines for Effective Iterator Usage" an article translation. Provision 43 bases from C/C Users Journal website downloading "STL Algorithms vs. Hand-Written Loops" an article translation, provision 45 bases from C/C Users Journal website downloading "Distinguishing STL Search Algorithms" an article translation. Other parts the electricity 瀛愪功 manufacture which emit according to epubcn.
Platform: | Size: 247808 | Author: 黄磊 | Hits:

[Special EffectsIsmyDIP

Description: 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prepare MFC, using a book on the gray tensile and median filtering knowledge of image processing. Achieving functions as follows : Variable gray stretch- and darken (eight pairs of 24 map valid) : The Transformation of Power. Were r2 = s and s = r1/2. Anti-color (eight pairs of 24 map effective) : s = 1-r median filter (Figure 8 right effective) : 3 x 3 grid filtering, the periphery of a circle of pixels not addressed. Recovery (eight pairs of 24 map effective) : restore the image before unprocessed data.
Platform: | Size: 57344 | Author: redbird | Hits:

[BooksEffectiveSTL

Description: 讲述STL编程,PDF格式,还不错...讲述STL编程,PDF格式,还不错... -about STL programming, in PDF format, quite good ... about STL programming, in PDF format, also good ...
Platform: | Size: 601088 | Author: 汪超 | Hits:

[OS programchange_brightness1

Description: 改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen. The SetDeviceGammaRamp API function receive an array of 256 RGB values. Increasing the values in this array will make your screen brighter, and decreasing these values will make your screen darker. You can also increase or decrease the intesity of the red/green/blue components. For example: Increasing the blue component in all RGB values will add more blue color to the entire display. -screen brightness change the procedure, for some graphics effective, display parameters can be changed Some video cards allows you to program mingly modify the Gamma Ramp values. You can use this feature to change the brightness of the ent ire screen. The API functi SetDeviceGammaRamp on receive an array of 256 RGB values. Increasin g the values in this array will make your screen b Righter, and decreasing these values will make your scre en darker. You can also increase or decrease the intesity of the red/green/blue components. Fo r example : Increasing the blue component in all RGB values blue will add more color to the entire display.
Platform: | Size: 10240 | Author: lhg | Hits:

[OtherEffectiveMoreEffectiveC++

Description: This book shows how to design and implement C++ software that is more effective: more likely to behave correctly more robust in the face of exceptions more efficient more portable makes better use of language features adapts to change more gracefully works better in a mixed-language environment is easier to use correctly is harder to use incorrectly. In short, software that s just better.
Platform: | Size: 2135040 | Author: lurcer | Hits:

[Special Effectsthresh

Description: 最大类间方差法的matlab实现,可以对灰度直方图呈现良好的双峰特性的图像进行有效的分割-Otsu method to achieve the matlab can histogram showed bimodal characteristics of a good image for effective segmentation
Platform: | Size: 1024 | Author: 大华 | Hits:

[Education soft system189

Description: 《图书管理系统》针对的用户是单个中小型图书室,藏书的种类和数量较少,读者的数量和来源受到一定的限制。相应的需求有:   1.能够存储一定数量的图书信息,并方便有效的进行相应的书籍数据操作和管理,这主要包括:     1) 图书信息的录入、删除及修改。    2) 图书的出借、返还和资料统计。 - Library management system for the user is a single small and medium-sized libraries, the variety of books and the small number of the number of readers and sources subject to certain restrictions. Corresponding demand: 1. To store a certain number of books information, and convenient and effective to carry out the corresponding data manipulation and management books, which mainly include: 1) book of information entry, delete and modify. 2) the lending of books, the return and information on statistics.
Platform: | Size: 4096 | Author: tony | Hits:

[Internet-NetworkUltraVNC-102-Src

Description: 一款老外写的远程监控软件,提供了有效的思想,供研究用相当不错!-Written by a foreigner remote monitoring software, has provided an effective thought, quite good for research!
Platform: | Size: 2376704 | Author: JiffyChen | Hits:

[Internet-Networksyn

Description: 使用winpcap实现syn攻击,伪造大量随机源地址,十分有效!-WinPcap realize the use of syn attack, a large number of randomly forged source address, very effective!
Platform: | Size: 14336 | Author: 王然之 | Hits:

[VC/MFCeffective_STL_CN

Description: 《effective STL》中文版pdf格式,是高效使用STL的一本好书,而且很重要的一点是中文版的电子书!- Effective STL the Chinese version of pdf format, is the efficient use of STL in a good book, but also a very important point is the Chinese version of the e-book!
Platform: | Size: 601088 | Author: fei06 | Hits:

[.netEffective_CSharp-chn-Pudn

Description: Effective C# 中文版 《改善C#程序的50种方法》 CHM 和 PDF 原作者:Bill Wagner 翻译:李建忠 (?) 本书围绕一些关于C#和.NET的重要主题,包括C#语言元素、.NET资源管理、使用C#表达设计、创建二进制组件和使用框架等,讲述了最常见的50个问题的解决方案,为程序员提供了改善C#和.NET程序的方法。 网上摘录,应该是全本。-Effective C# Chinese version of to improve the C# Process 50 kinds of methods CHM and PDF original author: Bill Wagner translation: LI Jian-zhong (?) Around a number of books on the C# And. NET s important themes, including the C# Language elements. NET resources management, the use of C# expression of design, to create the binary components and the use of the framework and so on, about the 50 most common solution for programmers to improve C# and. NET procedures. Online excerpt, it should be the whole of this.
Platform: | Size: 1545216 | Author: | Hits:

[Internet-Networksfjs

Description: 为 了提高用户身份认证和授权管理的灵活性,从We b 应用系统的安全性角度出发,讨论了 一 种在. N E T F r a me w o r k下保证应用程序安全性的身份验证和授权模型,并给出了模型的具体实现方法。 该模型利用 F o r ms身份验证方法对用户的身份进行鉴别。在授权处理上,模型结合统一资源定位( u . J f o r m R e s o u r c e L o c a t o r , U R L ) 授权模式和用户所具有的系统角色,分别从页面级和页面操作级对用户的访问进行 控制。该模型在企业局域网环境内能够提供比较灵活的身份认证和基于角色的授权服务。实际应用表明, 基于该模型的We b应用系统能够对用户的访问进行有效的控制,从而保证了系统的安全性-In order to enhance user authentication and authorization management flexibility, from the We b application system security point of view, discussed 1 Species. NETF ra me work to ensure application security identity authentication and authorization model, and give a model of the specific methods of implementation. The model F or ms using authentication methods on the user s identity were identified. At authorized treatment, the model combination of Uniform Resource Locator (u. J form R esource L ocator, URL) authorization model and the user has the role of the system, separately from the page-level and page-level operations on the user s visit Control. The model in the enterprise LAN environment can provide a more flexible role-based identity authentication and authorization services. Practical application shows that Based on the model We b applications can access the user s effective control, thereby ensuring the system security
Platform: | Size: 250880 | Author: 楚知 | Hits:

[AlgorithmSOR

Description: 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Successive Over Relaxation Me thod, called SOR method) is the Gauss- Seidel method for an accelerated method is solution of large sparse matrix equations, one effective method, it has a simple formula, programming easy, take up less computer memory, etc., but the need for better acceleration factor (that is, the best relaxation factor). Let us first talk about the meaning of the term relaxation, and then use it to explain the Jacobi s iterative method and the Gauss- Seidel iterative method, and finally gives successive over relaxation iterative method of projection formula and the convergence condition.
Platform: | Size: 1024 | Author: iop | Hits:

[JSPEffectiveJava2ndEd

Description: you need to be familiar with the customary and effective ways to structure your code. Books about programming languages often cover only the first two, or discuss usage only spottily. Maybe that’s because the first two are in some ways easier to write about.This book addresses your need: customary and effective usage.-Prentice.Hall.Effective.Java.2nd.Edition.May.2008.3000th.Release
Platform: | Size: 3692544 | Author: vince | Hits:

[VC/MFCMore.Effective.Cchinese

Description: C++ 是一个难学易用的语言! C++ 的难学,不仅在其广博的语法,以及语法背後的语意,以及语意背後的深层思维,以及深层思维背後的物件模型;C++ 的难学,还在於它提供了四种不同(但相辅相成)的程式设计思维模式:procedural-based,object-based,object-oriented,generic paradigm。 世上没有白吃的午餐。又要有效率,又要有弹性,又要前瞻望远,又要回溯相容,又要能治大国,又要能烹小鲜,学习起来当然就不可能太简单。-C++ is a language difficult to learn and easy to use! C++, difficult to learn, not only in its broad syntax and semantics behind the grammar and semantics behind the deep thinking and deep thinking behind the object model C++' s difficult to learn, but also because it provides four different (but complementary) programming mode of thinking: procedural-based, object-based, object-oriented, generic paradigm. There is no free lunch. But also efficient, but also flexible, but also forward-looking long-term perspective, but also backward compatible, but also to governing a large country, but also able to fish for cooking, learning together, of course can not be too simple.
Platform: | Size: 2529280 | Author: alex | Hits:

[JSPeffective_java

Description: 《Effective Java 中文版》Sun公司核心技术丛书之一,书中介绍了在Java编程中57条实用价值规则,这些以验涵盖了大多数开发人员每天所临的问题的解次方案。-" Effective Java Chinese version of" Sun' s core technology is one series, the book describes the Java programming 57 practical rules, which cover most of the developers tested in the daily problems of the temporary solution of sub-programs.
Platform: | Size: 5780480 | Author: 梁猛 | Hits:

[simulation modelingS参数反演程序

Description: 利用S参数,即S11和S21反演介质的有效介电常数和有效磁导率(Inversion of effective permittivity and permeability of dielectrics using S parameters, i.e. S11 and S21)
Platform: | Size: 13312 | Author: Gingitsune | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net