Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Temp
Search - Temp - List
DL : 0
一个简单的prolog 练习.一些基本的PROLOG指令。
Update : 2008-10-13 Size : 244791 Publisher : slackerex

1. 支持多线程: 多个线程某时刻下载同一个文件的不同块. 2. 断点续传: 如果下载了一个文件的某些块(一半), 则下次下载时只需下载未完成的块 文件块的下载状态用控制文件记录. 块下载完成的先后顺序不一定是连续的. 3、注意:默认下载目录为D:\\temp,确认该目录有Everyone可写权限,默认测试下载文件为一Asp.net源码
Update : 2008-10-13 Size : 38248 Publisher : raymond

基于DS18B20的温度传感器,高温音乐报警。
Update : 2008-10-13 Size : 3776 Publisher : 杨勇

DL : 0
远程文件传输,实现网络上的文件传输,即可将A计算机上的文件传输至B计算机上。
Update : 2008-10-13 Size : 1193 Publisher : wangjun

DL : 0
vc++6.0实现的用于抓取屏幕图像并远程传输的文件
Update : 2008-10-13 Size : 31109 Publisher : babyblue

CSharpTemp
DL : 0
一个用csc编译会报错的二异性的演示 一个用csc编译会报错的二异性的演示
Update : 2008-10-13 Size : 1449 Publisher : zxf

DL : 0
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println(\"队是空的,无法取\") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
Update : 2008-10-13 Size : 4913 Publisher : dl

DL : 0
DS1820子程序 DS1820 C51 子程序-C51 subroutine DS1820
Update : 2008-10-13 Size : 1379 Publisher : yuxi

DL : 0
带仿真,能设定温度,实际与设定温度之差进行PID控制输出,来达到恒温目的
Update : 2008-10-13 Size : 60876 Publisher : sunny

DL : 0
这两个程序都可以正常运行的,都是我从网上下的并做了一些改动。 你都须在E盘下建个PICTURE的文件夹。 其中SNAKE-TEMP 需要一个TEMP2。BMP的灰度文件,你放在这个文件夹下。
Update : 2008-10-13 Size : 11059 Publisher : 张岩

这两个程序都可以正常运行的,都是我从网上下的并做了一些改动。 你都须在E盘下建个PICTURE的文件夹。 其中SNAKE-TEMP 需要一个TEMP2
Update : 2008-10-13 Size : 29897 Publisher : 张岩

这两个程序都可以正常运行的,都是我从网 你都须在E盘下建个PICTURE的文件夹。 其中SNAKE-TEMP 需要一个TEMP2。BMP的灰度文件,你放在这个文件夹下。
Update : 2008-10-13 Size : 30225 Publisher : 张岩

DL : 0
temperature control+rs232 connector
Update : 2008-10-13 Size : 1206 Publisher : 吳鎮安

DL : 0
CC1110自带的温度传感器例程开发,简单明了的实现方法,使用IAR工程提供可以直接使用
Update : 2008-10-13 Size : 11375 Publisher : 黄小林

DL : 0
gamesystemmarklog 操作系统开发 中间件编程
Update : 2008-10-13 Size : 65495 Publisher : zlz

ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立
Update : 2008-10-13 Size : 48025 Publisher : 罗忠彬

DL : 0
多线程Ftp测试网络速度,自己编写的一个小程序,要求测试机开通Ftp服务端口21,测试帐号有写权限,ftp根目录下有temp目录,Linux用的较多-multithreading Ftp test network speeds and prepare themselves in a small procedure that requires testing services Ftp opened 21 ports, a test account write access, ftp root directory under the temp directory, the more Linux
Update : 2008-10-13 Size : 112302 Publisher : 王华

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7
Update : 2008-10-13 Size : 1816 Publisher : 解敏超

DL : 0
DS18B20 temp , show the temp to the lcd .
Update : 2008-10-13 Size : 2820 Publisher : simon

有java编写,对JPG等图像文件打开,并作一点处理,再保存.
Update : 2008-10-13 Size : 4986 Publisher : 张德龙
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.