资源列表
TxttoArrary2
- 一个用于将文本文件的数据读入到二维数组的类,使用起来非常方便,包括两种形式分隔的,一个是逗号,一个是空格。-a program used for reading in type of txt file,and saved it into two dimension arrary ,included multiform,such as it divide by comma or other symbols.
TxttoArrary2
- 这个程序是把txt格式的文档转换成二进制的文档,挺实用的,用c#语言编写的,谢谢支持!-This program is the txt document into a binary format of the document, very useful, with the c# language, Thank you!
vbp1
- ADO的使用实例,VB和ACCESS的结合,实现连接显示执行的功能-The use of ADO instance, VB and ACCESS combination of functions performed to achieve connectivity display
max-and-min
- 算法与数据结构,分治算法求最大值最小值,也是一次作业-Algorithms and data structures, divide and conquer algorithm
BHcircle
- 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
VCPP
- VC++ 数据结构 顺序查找 算法 VC++ 编译开发环境-VC++ data structure search about pragraming
calculator
- 计算器,实现的实数的加,减法乘法以及除法等一些的基本运算,还有平方等更高级一点的运算-Calculator, plus real numbers, subtraction, multiplication, and division achieved some of the basic operations, there are square, and other more advanced computing
read-ssdt
- 读取ssdt函数当前地址,详见源码中、-Ssdt function reads the current address, see the source code. . . .
guijichengxu
- 基于vs2010写的一段求坐标轨迹的代码,很实用-This is what I have written a section of the trajectory based on VS2010,very useful
config
- 使用VB.NET 操作INI 配置文件。其中有键值的写入和键值的读入-ini file operate with vb.net
SetDateTime
- Set Date and Time in Win CE6 by C#
Ternary-search
- 在递归模式下实现三元搜索!三元搜索遵循相同的二叉搜索思想,但将向量分为3个部分,两个索引:一个为左侧,一个为右侧,第三个搜索为中间!-implement a ternary search in recursivity mode. The ternary search follows the same idea of binary search, but splitting the vector into 3 parts, two index: One for left and one to th