Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - idea
Search - idea - List
基于Exe的Com服务器,本例子是Delphi的代码,我想很多人都有这个想法-Exe of the Com-based servers, this example is the Delphi code, I think many people have this idea
Update : 2024-05-17 Size : 482304 Publisher : 小冰

DL : 0
关于COM的书籍,可以帮助大家掌握COM编程的思想-COM on the books, can help everyone grasp the idea of COM programming
Update : 2024-05-17 Size : 9446400 Publisher : 梁利诚

本书是关于用VC++编写游戏程序的一部比较经典的基础教程,书中深入浅出的介绍了游戏软件设计的一般思路和方法,是游戏开发人员不可多得的一部好书。-The book is about using VC++ Procedures to prepare the game a relatively Essentials classic book introduce the game in simple terms the general idea of software design and methods of game developers is a rare book.
Update : 2024-05-17 Size : 23585792 Publisher : 王健

DL : 0
通过这个例子,可以容易理解spring中,依赖注入的思想-Through this example, can be easily understood in the spring, the idea of dependency injection
Update : 2024-05-17 Size : 5120 Publisher : ayi

matlabRLS
DL : 1
递归式最小均方(RLS)算法的基本思想是力图使在每个时刻对所有已输入信号而言重估的平方误差的加权和最小,这使得RLS算法对非平稳信号的适应性要好。与LMS算法相比,RLS算法采用时间平均,因此,所得出的最优滤波器依赖于用于计算平均值的样本数,而LMS(NLMS)算法是基于集平均而设计的,因此稳定环境下LMS(NLMS)算法在不同计算条件下的结果是一致的-Recursive least-mean-square (RLS) algorithm for the basic idea is to try to make in every moment of all the input signal in terms of re-evaluation of the weighted squared error and the smallest, which allows non-stationary RLS algorithm for adaptive signal better. Compared with the LMS algorithm, RLS algorithm uses the average time, therefore, the resulting optimal filter depends on the used to calculate the average number of samples, and the LMS (NLMS) algorithm is designed based on set average, and therefore a stable environment LMS (NLMS) algorithm in different conditions, the results of the calculation is consistent
Update : 2024-05-17 Size : 3072 Publisher : 闫丰

DL : 0
对付ring0 inline hook的基本思路是这样的,自己写一个替换的内核函数,以NtOpenProcess为例,就是 MyNtOpenProcess。然后修改SSDT表,让系统服务进入自己的函数MyNtOpenProcess。而MyNtOpenProcess要做的事就是,实现NtOpenProcess前10字节指令,然后再JMP到原来的NtOpenProcess的十字节后。这样NtOpenProcess 函数头写的JMP都失效了,在ring3直接调用OpenProcess再也毫无影响。-Ring0 inline hook to deal with the basic idea is that the replacement of their own to write a kernel function to NtOpenProcess for example, is MyNtOpenProcess. And then amend the SSDT table, so that system services into its own function MyNtOpenProcess. And MyNtOpenProcess to do is realize NtOpenProcess the first 10-byte instruction, and then JMP to the original NtOpenProcess the Cross Festival. This NtOpenProcess function of the JMP are the first to write a lapse in ring3 no longer directly call OpenProcess no impact.
Update : 2024-05-17 Size : 3072 Publisher : sdlylz

DL : 0
掌握词法分析的基本思想,并用高级语言编写逆波兰式生成程序.-Grasp the basic idea of lexical analysis, and preparation of high-level language program to generate reverse Polish.
Update : 2024-05-17 Size : 1024 Publisher : 卢雪

DL : 0
Spring教程 本文正是针对SpringFramework的开发指南, 讲述了 SpringFramework的设计思 想以及在开发中的实际使用。同时穿插了一些笔者在项目实作中的经验所得。 -Spring Tutorial SpringFramework This article is for the development of guidelines, described SpringFramework design idea, as well as in the development of practical use. At the same time, a number of the author interspersed in the project implementation experience in.
Update : 2024-05-17 Size : 1072128 Publisher :

DL : 0
合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)-Merge sorting algorithm is used to realize sub-rule strategy to sort n elements of the algorithm. The basic idea is: the element will be sorted into roughly the same size of the 2 sub-assembly, respectively, to 2 sub-collection sort sequence will eventually lined the subset required by the merger of scheduling a collection of good order. Algorithm complexity is: O (nlogn)
Update : 2024-05-17 Size : 1024 Publisher : 忠波

DL : 0
快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序 (3)合并:在a[p:q-1]和a[q+1:r]已经排好序的情况下,不需要执行任何运算,a[p:r]就已排好序 平均算法复杂度O(nlogn)-Quick sort algorithm is based on the sub-rule strategy to another sorting algorithm. The basic idea is that the word group for the importation of a [p: r], according to the following three steps to sort: (1) Decomposition: to a [p] as the base element would be a [p: r] is divided into 3 paragraphs a [p: q-1], a [q] and a [q+ 1: r], makes a [p: q-1] of any element less than or equal to a [q], a [q+ 1: r] , any element greater than or equal to a [q]. Subscript q in the demarcation process to determine (2) Recursive Solution: recursive call through the quick sort algorithm, respectively, of a [p: q-1] and a [q+ 1: r] sort (3) the merger: the a [p: q-1] and a [q+ 1: r] has lined up sequence of circumstances, do not need to perform any computation, a [p: r] has lined up an average sequence algorithm complexity O (nlogn)
Update : 2024-05-17 Size : 1024 Publisher : 忠波

这是一个可以对具有100万个电话号码信息进行快速查询的程序,用VC++的MFC编写,采用十叉树的思想进行快速定位,有兴趣的可以下载使用,难免有不足之处,望海涵-This is a can with one million phone number information for rapid query procedures, with VC++ The MFC to prepare, using the idea of ten-tree for fast positioning, are interested in can be downloaded to use, it is inevitable inadequacies Point Haihan
Update : 2024-05-17 Size : 65536 Publisher : 蒋忠元

DL : 0
Hill加密算法的基本思想是将l个明文字母通过线性变换将它们转换为k个密文字母。脱密只要做一次逆变换就可以了。密钥就是变换矩阵本身。即 M=m1m2……ml Ek(M)=c1c2……cl 其中 c1=k11m1+k12m2+……+k1lml c2=k21m1+k22m2+……+k2lml …… cl=kl1m1+kl2m2+……+kllml 通常对于字母加解密,使用mod 26的方法。 以上线性方程可以采用矩阵表示。 -Hill encryption algorithm the basic idea is to express the letter l a linear transformation through them is converted to k-secret alphabet. Off to do a secret as long as the inverse transform it. Key is the transformation matrix itself. That is, M = m1m2 ... ... mlEk (M) = c1c2 ... ... cl which c1 = k11m1+ K12m2+ ... ...+ K1lmlc2 = k21m1+ K22m2+ ... ...+ K2lml ... ... cl = kl1m1+ Kl2m2+ ... ...+ Kllml For encryption and decryption usually letters, use the method of mod 26. Above linear equations can be used express matrix.
Update : 2024-05-17 Size : 143360 Publisher : wildkaede

DL : 0
基于非负矩阵分解(NMF)的人脸特征提取算法,NMF基本思想是找到一个线性子空间W,使的构成子空间的基本图像的像素点都是正值,而且人脸图像在子空间上的投影系数也是正数-Non-negative Matrix Factorization (NMF) of facial feature extraction algorithm, NMF basic idea is to find a linear sub-space W, so that the composition of sub-space of the basic image pixels are positive, and face image in the sub-space projection coefficient is positive
Update : 2024-05-17 Size : 1024 Publisher : 李伟

图像膨胀是根据条件把图像众当前点的颜色赋给周围点,或者把周围点的颜色赋给当前点,最终使物体显得更加平整,更加明显.此代码以weiman的算法思路编制.-Image expansion is based on the conditions of the public image of the color assigned to the current point around the point, or the color of the surrounding points assigned to the current point, ultimately leading to the formation of objects is more and more obvious. Weiman this code to the idea of the preparation algorithm.
Update : 2024-05-17 Size : 1024 Publisher : 毛健

DL : 0
ECC椭圆曲线加密算法源代码,用C编写。-ECC Elliptic Curve encryption algorithm source code, using C preparation.
Update : 2024-05-17 Size : 3072 Publisher : heesi

CSharpbook
DL : 0
图书出租管理系统,系统的架构很好,设计思想比较先进,适合作为毕业设计使用-Book rental management system, the system architecture very good, more advanced design idea, suitable for use as a graduation project
Update : 2024-05-17 Size : 1227776 Publisher : 张运凯

DL : 0
均值滤波的基本思想是用几个像素灰度的平均值来代替每个像素的灰度。-Mean filter based on the idea that a few pixels to replace the average of gray for each pixel grayscale.
Update : 2024-05-17 Size : 1024 Publisher : lkj

DL : 0
构思独特的 3维导航 FLASH 代码,可以扩展研究出好多用应-The idea of a unique 3-dimensional navigation FLASH code, can be extended to work out a lot of use should be
Update : 2024-05-17 Size : 1119232 Publisher : 杨涛

VC/MFCVC++
DL : 0
基于线程的动态数据曲线的绘制方法。一个很好的方法。-Thread-based dynamic data curve drawing method. A very good idea.
Update : 2024-05-17 Size : 479232 Publisher : 毛毛

DL : 0
基于的学生成绩管理系统的设计与开发对学生成绩管理系统进行方案论证,提出设计思想,写出开题报告。-Based on the student achievement management system design and development of student achievement management system demonstration program, the design idea, to write the report title to open.
Update : 2024-05-17 Size : 93184 Publisher : hwei
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.