-
This a program to multiply 2 infinite Digit numbers.
The program also calculate...
This a program to multiply 2 infinite Digit numbers.
The program also calculates the execution time.
thanks
Kr Anurag
- 2022-01-29 02:56:22下载
- 积分:1
-
dll的详细介绍,对初学者加深DLL学习有很大提高,推荐阅读
dll的详细介绍,对初学者加深DLL学习有很大提高,推荐阅读-dll" s detailed description of the DLL for beginners to enhance learning greatly improved, and recommended reading
- 2022-03-19 16:03:22下载
- 积分:1
-
Program windows 5th 附书源代码,绝对经典的书
Program windows 5th 附书源代码,绝对经典的书-Program : 5th book source code, the absolute classic book
- 2022-03-07 10:40:18下载
- 积分:1
-
pb9 webservice 一个小例子
pb9 webservice 一个小例子-a small example of pb9 webservice
- 2022-03-29 14:59:18下载
- 积分:1
-
在UNIX的Shell里经常用到的AWK系列命令的详细例子介绍.
在UNIX的Shell里经常用到的AWK系列命令的详细例子介绍.-in UNIX Shell frequently use AWK series of orders of the examples presented in detail.
- 2022-03-01 20:14:25下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(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 iV[i]=i
}
/*初始化R*/
for(i=1 iR[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-
- 2023-05-29 19:45:03下载
- 积分:1
-
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5...
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5-Undocumented Windows NT (not open to the NT kernel technology) Chinese version of the latest release on : 2005.3.5
- 2022-06-18 21:52:36下载
- 积分:1
-
使用API产生动态鼠标的例子
使用API产生动态鼠标的例子-use API to generate dynamic examples of mouse
- 2022-04-24 01:40:07下载
- 积分:1
-
本程序在主线程的While循环中进行计数工作,在计数过程中,利用二次消息循环,自己来处理Windows消息的取出和发送,从而能够相应界面操作...
本程序在主线程的While循环中进行计数工作,在计数过程中,利用二次消息循环,自己来处理Windows消息的取出和发送,从而能够相应界面操作-the procedures in the main thread While cycle counts, the counting process, and use the second news cycle, to handle its own Windows news and sent out, thus corresponding to interface operation
- 2023-06-12 03:30:03下载
- 积分:1
-
驱动序列,使用
硬盘序列号,采用VC编程-drive sequence, using VC
- 2022-11-07 02:05:03下载
- 积分:1