CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - INT 1 - List
[
OS program
]
tubianli
DL : 0
图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<=n j++) { g->R[i][j]=0 } /*输入R*/ printf(\"Please input R(0,0 END):\\n\") scanf(\"%d,%d\",&r1,&r2) while(r1!=0&&r2!=0) { g->R[r1][r2]=1 g->R[r2][r1]=1 scanf(\"%d,%d\",&r1,&r2) } } -graph traversal of the display (c language curriculum design data structures that) / * definition of the map * / typedef s truct V (int int [M] R [M] [M]) int vexnum Graph / * create map * / void creatgraph (Graph * g, int n) (int i, j, r1, r2 g -
Date
: 2008-10-13
Size
: 1.37kb
User
:
吉庆
[
OS program
]
IsoSurface
DL : 0
//given a grid cell, returns the set of triangles that approximates the region where val == 0. int Polygonise(GRIDCELL &Grid, MeshFace *Triangles, int &NewVertexCount, Vec3 *Vertices)
Date
: 2008-10-13
Size
: 333.16kb
User
:
不知道
[
OS program
]
AnalyzeIPv4_WinPcap.cpp
DL : 0
该程序同样通过WinPcap提供的函数,获取网络适配器,利用函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)捕获数据包。
Date
: 2008-10-13
Size
: 1.93kb
User
:
婷
[
OS program
]
tabstrip显示器属性
DL : 0
关于显示输出 用 mov ah,02h int 21h 怎样才能输出大于10的数?请看一下我的程序,如果我输入十个a,就会出错。-on display output with mov ah, Check int 21 hours how to output more than 10 Look at the number of my procedure, if I enter a 10. will mistakes.
Date
: 2026-01-06
Size
: 1kb
User
:
lp
[
OS program
]
Dynamic_Array
DL : 1
动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values */ Nameval *nameval /* array of name-value pairs */ }nvtab enum {NVINIT = 1, NVCROW = 2} -achieve dynamic array, including one small example. The key is structured as follows : typedef struct Nameval Nameval struct Nameval (char* name) int value struct (int NVtab nval/* current number of values*/int max/* allocated number of values*/Nameval nameval*/* array of name-value pairs* /) (NVINIT nvtab enum = 1, NVCROW = 2)
Date
: 2026-01-06
Size
: 4kb
User
:
洋场河
[
OS program
]
IsoSurface
DL : 0
//given a grid cell, returns the set of triangles that approximates the region where val == 0. int Polygonise(GRIDCELL &Grid, MeshFace *Triangles, int &NewVertexCount, Vec3 *Vertices) -//given a grid cell, returns the set of triangles that approximates the region where val == 0.int Polygonise (GRIDCELL
Date
: 2026-01-06
Size
: 333kb
User
:
[
OS program
]
COLOR
DL : 0
取得屏幕上的一个颜色.用到了 [DllImport("gdi32.dll")] private static extern bool BitBlt( IntPtr hdcDest, // 目標設備的句柄 int nXDest, // 目標對像的左上角的X坐標 int nYDest, // 目標對像的左上角的X坐標 int nWidth, // 目標對像的矩形的寬度 int nHeight, // 目標對像的矩形的長度 IntPtr hdcSrc, // 源設備的句柄 int nXSrc, // 源對像的左上角的X坐標 int nYSrc, // 源對像的左上角的X坐標 int dwRop // 光柵的操作值 ) [DllImport("gdi32.dll")] private static extern IntPtr CreateDC( string lpszDriver, // 驅動名稱 string lpszDevice, // 設備名稱 string lpszOutput, // 無用,可以設定位"NULL" IntPtr lpInitData // 任意的打印機數據 ) 这两个API-To obtain a color screen. Use the [DllImport (gdi32.dll)] private static extern bool BitBlt (IntPtr hdcDest,// target device handle int nXDest,// target of the upper-left corner as the X coordinate int nYDest ,// target like the X coordinates of the upper-left corner int nWidth,// target like the width of the rectangle int nHeight,// target like the length of the rectangle IntPtr hdcSrc,// source device handle int nXSrc,// source as the upper-left corner of the X coordinate int nYSrc,// as the source of the X coordinates of the upper-left corner int dwRop// raster operation value) [DllImport (gdi32.dll)] private static extern IntPtr CreateDC ( string lpszDriver,// driver name string lpszDevice,// device name string lpszOutput,// useless, you can set bit NULL IntPtr lpInitData// any printer data) of these two API
Date
: 2026-01-06
Size
: 1kb
User
:
kl007
[
OS program
]
cnewmap
DL : 0
实现了类似CMap的一个类,实现了int=>int,int=>string,string=>string的功能,可动态增加,删除,修改,查找元素的内容,能方便地增加其他数据类型的管理-To achieve a similar category cmap realized int =
Date
: 2026-01-06
Size
: 290kb
User
:
xuyangjie
[
OS program
]
CseApi20
DL : 0
CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scripting language package CSE database, using C++ package, commonly used objects, including Int, WideInt, float, Object target, char array (ie string), Int array, object arrays, dictionary, dict, etc., due to The package is lightweight, and used as the basis for the type library to support the Win32 software development, if you use STL containers and other cause inconvenience, this library is a good alternative.
Date
: 2026-01-06
Size
: 60kb
User
:
wayne
[
OS program
]
random
DL : 0
这是一个产生随机数的函数,功能相当齐全,不相信可以试试看哈-random int or float
Date
: 2026-01-06
Size
: 164kb
User
:
[
OS program
]
int2e_ring0_worked_thread_created!!!
DL : 0
int 2e functions test
Date
: 2026-01-06
Size
: 5kb
User
:
ttttttt_777
[
OS program
]
sushu
DL : 0
自动判断输入的一个整数是否为素数 并输出 “是素数” “不是素数”-#include<stdio.h> int main() { int i,n,mark=0 printf("请输入一个整数:",n) scanf(" d",&n) for(i=2 i<n/2+1 i++) { if(n i==0) { printf(" d不是素数",n) mark=1 break } } if(mark==0) printf(" d是素数",n) return 0 }
Date
: 2026-01-06
Size
: 5kb
User
:
刘磊
[
OS program
]
lab6_1
DL : 0
编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。-Write and test the following function: void Add (int a [], int m, int b [], int n) function of the first n elements of the array b appended to the array a first m elements, it is assumed that the array a spatial least stored m+n elements. For example, if the array a {22,33,44,55,66,77,88,99} the array b {20,30,40,50,60,70,80,90}, call the Add (a , 5, b, 3), the array becomes a {22,33,44,55,66,20,30,40}. Note that the array b has not changed, simply by changing the n elements in the array a.
Date
: 2026-01-06
Size
: 1.64mb
User
:
胡睿
[
OS program
]
control_antisample
DL : 0
In this zip files there is release\anti_sample.sys . This project is source that control anti_sample.sys. "anti_sample.sys" have the function of anti-debug by int 3 instruction.
Date
: 2026-01-06
Size
: 4.3mb
User
:
rjw
[
OS program
]
dec
DL : 0
实现数字的因式分解,比如说 12=2*2*3的乘积,素数的乘积-implements int number depose to other number
Date
: 2026-01-06
Size
: 3.8mb
User
:
songzheng
[
OS program
]
anti_sample
DL : 0
sys module for anti debugging by using INT 1, INT 3. vs2005 project.
Date
: 2026-01-06
Size
: 207kb
User
:
bds528
[
OS program
]
39009
DL : 0
Ring3 ZwQuerySystemInformation Hook(HideProcess) 环境是xp sp2。需要注意的是在Debug版本中可能会存在问题,因为在使用WriteProcessMemory的时候可能会把int 3拷贝过去,所以大家要使用最好使用Release版。-ZwQuerySystemInformation Hook Ring3 (HideProcess) environment is SP2 xp. It should be noted that the Debug version may be a problem, because in the use of WriteProcessMemory may be the int 3 copy in the past, so we want to use the best use of Release version.
Date
: 2026-01-06
Size
: 21kb
User
:
Gray
[
OS program
]
PDAWeb
DL : 0
[DllImport( CoreDll.dll )] //, EntryPoint sound public static extern bool PlaySound(string pszSound, int hmod, int fdwSound) public const int SND_FILENAME 0x00020000 public const int SND_ASYNC 0x0001 public void sound(string soundPath)//例:soundPath sound\\2.wav 路径只满足环境目录下就OK { PlaySound(soundPath, 0, SND_ASYNC | SND_FILENAME) //播放WAV格式声音 Thread.Sleep(2000) //播放2000毫秒(2秒) }-[DllImport( CoreDll.dll )] //, EntryPoint sound public static extern bool PlaySound(string pszSound, int hmod, int fdwSound) public const int SND_FILENAME 0x00020000 public const int SND_ASYNC 0x0001 public void sound(string soundPath)//例:soundPath sound\\2.wav 路径只满足环境目录下就OK { PlaySound(soundPath, 0, SND_ASYNC | SND_FILENAME) //播放WAV格式声音 Thread.Sleep(2000) //播放2000毫秒(2秒) }
Date
: 2026-01-06
Size
: 7kb
User
:
任凡凡
[
OS program
]
hnahhz
DL : 0
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值-Function long StrToData (cstrings strData, int jz) functions: string to positive integer value
Date
: 2026-01-06
Size
: 9kb
User
:
XA$62167
[
OS program
]
HJXZTUQ
DL : 0
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值(Function long StrToData (cstrings strData, int jz) functions: string to positive integer value)
Date
: 2026-01-06
Size
: 13kb
User
:
Jadie
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.