资源列表
wenjsx
- VC++文件属性操作演示,判断和设置文件的中读属性、隐藏属性、归档属性,取消文件的所有属性以及获取文件大小和文件类型、获取系统所有文件类型等操作,相对基础的VC++文件操作技巧。-The VC++ file attribute manipulation presentations, judgment and set the file to read attributes, hidden attributes, the archive attribute, cancel all the attri
wenjsj
- VC++获取和设置文件、文件夹的时间属性,一些与文件时间属性相关的操作,比如获取文件创建、使用和最后访问的时间,设置和判断文件及文件夹的时间属性,判断文件夹的真假等,都是些基础的文件、文件夹操作知识。-The VC++ Get and set file and folder attributes, file time attributes related operations, such as access to the file is created, the genuineness of u
vcyanshi
- VC++程序说明查询演示,比如可以获取到某个EXE程序的版本、作者、版权、内部名称、私有名称等信息。-VC++ descr iption of the procedures to query the demo version of an EXE program, author, copyright, internal name, private name and other information, for example, can get to.
apihook
- 设计系统底层的一些知识,对系统编程有一定啊的帮助。-Some knowledge of the underlying design system, system programming some ah helpful.
GeneralImplement
- C#继承公共接口的代码,实现思路:Program program = new Program() 实例化类对象,使用派生类对象实例化接口ITeacher,使用派生类对象实例化接口IStudent。-C# to inherit public interface code, realization of ideas: Program program = new Program () instantiated class object, using the derived class object
PartialClass
- 基本的C#数字运算代码,执行两个数的加法、减法运算,返回相加、相减后的结果,实例化类对象,定义一个死循环,以便循环输入数据,记录运算符号,以运算符号为条件进行判断,判断是否为加号,判断是否为减号,不符合上面所有情况,实现基本的加法、减法运算。-Basic number crunching code in C#, the implementation of the addition of two numbers, subtraction, return the sum, the result of
Iterative
- C# Iterative迭代用法代码,这是一个与 Iterative相关的代码,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组,使用yield return语句依次返回每个元素,实例化BankType类,使用foreach语句遍历BankType类中的内容并输出-C# Iterative iteration of usage code, which is associat
mousefanwei
- Delphi源码实现在窗口中限制鼠标的移动范围,中允许鼠标在特定的范围内移动,在编写游戏或图像处理软件的时候能用上的Delphi小技巧。-Delphi source code to limit the range of movement of the mouse in the window, allows the mouse to move within a specific range, in the preparation of the game or image processing so
vc.netcurs
- VC.NET源码创建和关闭一个等待光标,平时的鼠标状态是箭头,等待(忙时)的状态是另一种图符,这个VC.NET源码将还原鼠标忙时的状态符号,并编写了一个关闭忙时状态的源码,欢迎学习vc++.NET的新手们参考。-The VC.NET source to create and close a wait cursor, the normal state of the mouse arrow, wait for the status (busy) is another icon, this the s
fpt
- 一个挖掘频繁模式的程序,c语言描写。文件包括: 1.fpt.c -- 使用FPtree算法求解频繁模式挖掘的代码。 Makefile -- linux系统下的配置文件 configSample -- 配置文件 dataSample.dat -- 输入样例 -A. File Descr iption =================== fpt.c -- The program file for mining large itemsets using a FP-
StreamWrite
- C#中的StreamWrite用法源码,使用StreamWrite读取和写入文件内容,操作对象为TXT文本,但操作其它文件的方法和思路与此相同,对StreamWrite用法不熟悉的C#初学者,您可不要错过这个具有针对性的实例。-The usage source in C# StreamWrite, StreamWrite read and write the contents of the file, the operation object as TXT, operation methods
TInterface
- C#创建或使用一个 TInterface泛型接口的源码实例,大致实现的思路:创建一个泛型接口public interface IGenericInterface,接口中调用CreateInstance方法,实现上面泛型接口的泛型类,派生约束where T : TI(T要继承自TI),构造函数约束where T : new()(T可以实例化),然后创建创建一个公共方法CreateInstance,实例化接口,输出指定泛型的类型,创建泛型接口完毕,源码完整供C#新手下载。-C# to create