-
c# 开发设置 proxy
c# 开发设置 proxy-installed proxy
- 2022-03-15 06:29:42下载
- 积分:1
-
这是用VC++6.0开发的单文档显示多视图的源码,且是新建View类,不同于传统的窗口分割...
这是用VC++6.0开发的单文档显示多视图的源码,且是新建View类,不同于传统的窗口分割-This is VC++6.0 development of single-document multi-view displays the source code, and is a new View class, different from the traditional split window
- 2022-05-25 07:07:35下载
- 积分:1
-
图的广搜 用邻接矩阵创建图 广度搜索 图 输出 图对应的编号
图的广搜 用邻接矩阵创建图 广度搜索 图 输出 图对应的编号-Figure wide search to create map with the adjacency matrix breadth of search graph output map corresponding to the number
- 2023-04-09 15:55:04下载
- 积分:1
-
在VC++6.0中,VC中的帮助文件,很值得参考的一本书籍
在VC++6.0中,VC中的帮助文件,很值得参考的一本书籍-In VC++ 6.0 in, VC in the Help file, it is worth making reference to a book
- 2022-07-01 23:20:29下载
- 积分:1
-
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。...
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。-Fast search duplicate array values: the realization of the principle: (1) First of all, to ensure that the array to sort. (2) the use of binary search method to find one of the values, find pre-node and subsequent nodes.
- 2022-08-04 06:59:04下载
- 积分:1
-
高斯随机函数发生器,高人写的,我上传也是为了下载资源的。...
高斯随机函数发生器,高人写的,我上传也是为了下载资源的。-Gaussian random function generator, written by Gao Ren, I uploaded also to download the resources.
- 2023-03-26 04:00:03下载
- 积分:1
-
设置对话框背景图案等,将一幅图片设置为对话框的背景图。...
设置对话框背景图案等,将一幅图片设置为对话框的背景图。-Settings dialog box, such as wallpaper, a picture will be set to dialog background image.
- 2023-05-28 18:15:04下载
- 积分:1
-
windows扫雷游戏
利用vc++ 6.0 平台和C语言编写的扫雷程序,完成了扫雷中除去英雄榜和颜色之外的所有功能。这个程序是中国科学院大学Windows高级程序设计的作业,上过杨力祥老师课的应该都清楚。程序主要包括两个部分,主窗口程序和窗口消息处理程序,思路清晰,搞清楚mine数组中各数字表示的意义后,非常容易理解。
- 2022-02-20 18:24:17下载
- 积分:1
-
在C语言的学习和编程实践过程中,我用Visual C++6.0编写了一个报时程序,即用定时启动播放器并播放歌曲的办法来实现报时的功能。我认为这个思想可以用在气象
在C语言的学习和编程实践过程中,我用Visual C++6.0编写了一个报时程序,即用定时启动播放器并播放歌曲的办法来实现报时的功能。我认为这个思想可以用在气象业务的自动控制和数据的自动传输中,程序的实质是:定时启动并控制其它EXE程序。本程序还实现了如金山词霸一样将程序图标添加到系统的托盘中,使程序显得具有一定的专业水准。
第一次使用本软件需预设报时时刻,并选择自己喜欢的播放器和曲目。可以设置8个不同的报时时刻,并可随意取消任意时刻的报时。报时播放2分钟后自动挂断,5分钟后重新报时一次。报时歌曲的格式和曲目任意选择,只要所选折的播放器支持歌曲的格式即可。另外,界面的上方始终显示系统当前的日期和时间。
-err
- 2022-09-01 18:00:02下载
- 积分:1
-
本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个人开始按顺...
本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个人开始按顺序时针方向自1开始顺序报数,报道m时停止报数,报m的人处列将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。
演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户输入循环人数n和每人的密码。-This procedure description specifically for Joseph problem: The serial number is 12, ... The n n individual surrounds the ready-made one circle according to the clockwise sense , each person holds (positive integer) a password, one positive integer beginning to assume a post of selections is upper limits ms numbering off, direction starts the hour hand beginning from the first people according to order from 1 numbering off in proper order , stop numbering off when reporting m, the person place column reporting m looks on his password as new m value , the individual begins to number off again from 1 , getting down like this from his time as soon as going ahead in clockwise sense, until proprietor all till leaving self s place in the ranks.
- 2022-10-13 13:15:03下载
- 积分:1