CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 Static控件 搜索资源 - integer

搜索资源列表

  1. 解决生产者-消费者问题

    0下载:
  2. public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:阿乌鸟
  1. 123

    0下载:
  2. Private Sub Form_Click() Dim x, y, n As Integer For x = 3 To 100 For y = 2 To x - 1 If x Mod y = 0 Then Exit For ElseIf y = x - 1 Then If n Mod 10 = 0 Then Print Form1.Print x " " n = n + 1 End If Next y Next x End Sub -Pri
  3. 所属分类:Static control

    • 发布日期:2017-05-23
    • 文件大小:6.59mb
    • 提供者:匿名
  1. shu

    0下载:
  2. 数字图像,又称数码图像或数位图像,是二维图像用有限数字数值像素的表示。 通常,像素在计算机中保存为二维整数数阻的光栅图像,这些值经常用压缩格式进行传输和储存。 数字图像可以许多不同的输入设备和技术生成,例如数码相机、扫描仪、坐标测量机、seismographic profiling、airborne radar等等,也可以从任意的非图像数据合成得到,例如数学函数或者三维几何模型,三维几何模型是计算机图形学的一个主要分支。数字图像处理领域就是研究它们的变换算法。 -Digi
  3. 所属分类:Static control

    • 发布日期:2017-03-29
    • 文件大小:1.77kb
    • 提供者:gaofeng
搜珍网 www.dssz.com