-
右键单击文件名,在上下菜单上会出现属性项,点击后会出现“摘要”标签,在这个标签上会出现很多信息,如作者、关键字、创建时间。这些信息你可以在代码当中进行编辑。这个...
右键单击文件名,在上下菜单上会出现属性项,点击后会出现“摘要”标签,在这个标签上会出现很多信息,如作者、关键字、创建时间。这些信息你可以在代码当中进行编辑。这个程序就是编辑这些信息的一个不错的例程-Right-click the file name, in the next menu item will appear on the properties, when clicked, would lead to summary tab, in this label will appear a lot of information, such as author, keywords, creation time. The information in the code which you can edit it. This procedure is to edit the information a good routines
- 2022-07-10 11:35:28下载
- 积分:1
-
把两个exe文件捆绑成一个exe文件。使用了一个宿主exe。
把两个exe文件捆绑成一个exe文件。使用了一个宿主exe。-Exe files of the two exe files into a bundle. The use of a host exe.
- 2022-05-23 18:39:14下载
- 积分:1
-
本程序实现了简单的注册表操作。 具体有编辑目录,键值,指定开机运行程序等。...
本程序实现了简单的注册表操作。 具体有编辑目录,键值,指定开机运行程序等。-realized by the simple operation of the registry. Specific editorial directory, keys, the designated boot operating procedures.
- 2022-01-26 03:33:28下载
- 积分:1
-
在pc上用喇叭来播放音乐的冬冬,比较简单的代码
在pc上用喇叭来播放音乐的冬冬,比较简单的代码-the pc used loudspeakers to broadcast music kick, relatively simple code
- 2022-08-02 16:49:04下载
- 积分:1
-
this is a LRU!!this is a LRU!this is a LRU!
LRU
this is a LRU! this a LRU!-this is a LRU!!this is a LRU!this is a LRU!
- 2022-01-21 21:52:26下载
- 积分: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
-
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1...
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 实现提示: 可以假设n
- 2022-04-24 10:20:52下载
- 积分:1
-
一个播放音乐的例子,端口函数全部用的中断函数。
一个播放音乐的例子,端口函数全部用的中断函数。-Example of a music player, port function if all of the interrupt function.
- 2022-03-24 01:32:28下载
- 积分:1
-
可以作为实现的参考(编译需要其他库,没有).
可以作为实现的参考(编译需要其他库,没有). -- 能根据配置文件, 监测系统或者指定进程的资源占用(cpu,内存,缓存), 并能设置告警阈值与对应操作(关闭/重启)等功能. windows 系统下的.可以参考实现, 只是参考. --我以前的一个同事的作品--anl.-can be used as a reference (you will need the other without).-- According to the configuration file, Monitoring System or designated resources to the process of occupation (cpu, memory, cache), and can set alarm thresholds and corresponding operations (closed/restart), and other functions. Under the windows. reference fruition, but reference.-- I used a colleague"s works-- anl.
- 2022-06-26 04:12:49下载
- 积分:1
-
这是从classicladder分离出来的PLC模拟程序,对于从事PLC开发有很重要的参考价值!...
这是从classicladder分离出来的PLC模拟程序,对于从事PLC开发有很重要的参考价值!-Vc++ For Plc SourceCode
- 2022-04-09 12:24:02下载
- 积分:1