-
一个比较简单的日历小程序,希望大家能喜欢。
一个比较简单的日历小程序,希望大家能喜欢。-a relatively simple procedure of the calendar small, I hope you will like.
- 2023-02-13 10:55:03下载
- 积分:1
-
关于用vb进行windows ce 开发的书籍。
关于用vb进行windows ce 开发的书籍。-vb for use on windows ce development of the books.
- 2023-04-22 07:05:03下载
- 积分:1
-
这是部分图像处理的实现源码~~~对个人的毕业设计很有帮助,需要的下...
这是部分图像处理的实现源码~~~对个人的毕业设计很有帮助,需要的下-This is part of image processing to achieve source ~ ~ ~ of individuals graduating from the design of very helpful, the need for the next
- 2022-03-12 23:54:40下载
- 积分:1
-
des3源代码,编码/解码的CAN used to
DES3 source code , can used to DES encode / decode -DES3 source code , can used to DES encode/decode
- 2022-11-21 16:30:04下载
- 积分:1
-
SUN Xin teachers on the network programming, programs written in my personal not...
孙鑫老师讲解的网络编程,程序中我个人写的注释特别详细,很适合初学者学习-SUN Xin teachers on the network programming, programs written in my personal notes in particular detail, it is suitable for beginners to learn
- 2023-09-08 19:20:03下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
brush painting on the practice procedures.
关于画刷的练习程序-brush painting on the practice procedures.
- 2022-08-14 12:35:51下载
- 积分:1
-
世界程序获奖大赛,很好看,还不错,可以自己欣赏欣赏
世界程序获奖大赛,很好看,还不错,可以自己欣赏欣赏-Award-winning World Series program, good looking, quite good, you can enjoy the appreciation of their own
- 2023-07-17 12:30:04下载
- 积分:1
-
算法实现题2
算法实现题2-3 邮局选址问题
« 问题描述:
在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的
街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。
街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。
居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。
« 编程任务:
给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是居民点数n,1£ n£ 10000。接下来n 行
是居民点的位置,每行2 个整数x 和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是n 个居
民点到邮局的距离总和的最小值。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
10
- 2022-08-26 13:24:17下载
- 积分:1
-
三
三层体系结构 我们经常会看到许多应聘者在简历上写着“精通数据库编程”的字样,也经常会在招聘网站上看到软件公司的招聘要求中某一项为“精通数据库编程”。于是这些应聘者去这些软件公司面试,于是我们看到了许多“精通”者落选的现象。 一些程序员在设计数据库应用时,通常会采用数据控件绑定的方法实现。用鼠标拉几个控件,再用鼠标设置几个属性,连键盘都不用动,就完成了一个数据库应用的开发!当然,这的确是一种快速的数据库应用开发方式,但快速并不意味着精通。 对于大型的数据库应用系统,或是拥有众多客户端的应用系统,我们需要另外一种“精通”,这就是几乎每个程序员都听说过的“三层体系结构”。-three-tier architecture we often see many candidates in the curriculum vitae reads "proficient Database Programming" message, often in recruitment website software companies see the recruitment of a request for a "proficient database programming." So these candidates to interview these software companies, so we see a lot of "proficient" who lost the phenomenon. Some programmers in the design database applications, using data normally bind to the control method. Pull a few mouse control, and then attribute several mouse settings, and even keyboards do not have to move, it completed a database application development! Of course, this is really a fast database application devel
- 2022-03-01 10:31:13下载
- 积分:1