-
CSMA
csma protocol and implementation
- 2013-06-09 16:39:27下载
- 积分:1
-
SENSOR_suhu_baru
calculating CRC from digital and analog input
- 2013-02-26 07:01:26下载
- 积分:1
-
questionofback
经典背包问题的一种解法,c语言编写的,比较小的程序(classic knapsack problem of a solution, c language, the procedure is relatively small)
- 2006-08-02 21:14:52下载
- 积分:1
-
Minix_brk
Minix下brk系统调用的改进与实现(含文档)(Minix improved under the brk system call)
- 2020-07-02 23:00:01下载
- 积分:1
-
220-classic-C-program-source-code
本文件夹中含有220个经典C程序源码,是学习C语言难得的好资料!(220 classic C program source code)
- 2013-12-28 00:00:05下载
- 积分:1
-
colorspace
color space-RGB, YCbCr, YUV, YIQ, HSV, HSI, HSL, color2grayscale function
- 2010-08-05 23:19:44下载
- 积分:1
-
myprojects
是用于开关磁阻电机的位置伺服控制的C语言源代码,基于CCS的开发环境.希望可以对你有所帮助.(For switched reluctance motor position servo control of the C language source code, based on CCS development environment. Hope you can help.)
- 2007-11-26 09:09:38下载
- 积分:1
-
C# pop3 邮件接收程序
private void Connect_Click(object sender, System.EventArgs e) { //将光标置为等待状态 Cursor cr = Cursor.Current; Cursor.Current = Cursors.WaitCursor; String a ,b,c; //用110端口新建POP3服务器连接 Server = new TcpClient(PopServer.Text, 110); Status.Items.Clear(); try { //初始化 NetStrm = Server.GetStream(); RdStrm = new StreamReader(Server.GetStream()); Status.Items.Add(RdStrm.ReadLine()); //登录服务器过程 Data = "USER " Username.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); Data = "PASS " Password.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小 Data = "STAT" CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); //Status.Items.Add(RdStrm.ReadLine()); //改变按钮的状态 Connect.Enabled = false; Disconnect.Enabled = true; Retrieve.Enabled = true; //将光标置回原来状态 Cursor.Current = cr; } catch (InvalidOperationException err) { Status.Items.Add("Error: " err.ToString()); } }
- 2014-11-02下载
- 积分:1
-
freescale-smart-car-light
该程序为飞思卡尔智能汽车光电组程序 程序在.mcp后缀名的文件中,写入S12芯片就可运行。(The program for the Freescale Smart Car photoelectric group program procedures. Mcp extension file, write S12 chip can run.)
- 2013-12-20 22:39:00下载
- 积分:1
-
ucos_vc
嵌入式操作系统ucos ii在visual studio vc下运行,极大的方便的初学者了解us0s ii的运行过程!(Embedded operating system ucos ii in visual studio vc run, a great convenience for beginners to understand the operation of the process of us0s ii!)
- 2008-08-02 21:02:02下载
- 积分:1