-
Linux-ftp
Linux下简单的FTP客户端程序.
这个FTP客户端程序主要分两个模块,一个是ftp_socket.c,负责socket方面的操作,另外一个是ftp.c,负责FTP的操作实现。有参考了网上开源的项目中PORT和PASV部分的处理,其他其实都挺简单的。核心代码不到900行,其中有一些地方没考虑得很全面,一些处理得不够优雅,以后慢慢再修改.(ftp linux sample)
- 2014-12-01 22:26:13下载
- 积分:1
-
music
music matlab程序,c语言实现的一个小星星的音乐(music matlab procedures, c language a little star music)
- 2013-09-28 09:38:41下载
- 积分:1
-
C# 设置DataGridView控件中的指定(第二)列只读
C# 设置DataGridView控件中的指定(第二)列只读,核心代码如下:
private void Form1_Load(object sender, EventArgs e)
{
this.customersTableAdapter.Fill(this.northwindDataSet.Customers);
//设置DataGridView控件中的指定(第二)列只读
this.customersDataGridView.Columns[1].ReadOnly = true;
}
- 2022-02-12 23:56:36下载
- 积分:1
-
Line_1901
说明: 2019中鸣超级轨迹赛巡线用,是中鸣机器人的程序,E3RCU控制器。(Zhongming Super Track Tour in 2019 is the program of Zhongming Robot and E3RCU controller.)
- 2019-04-18 22:41:04下载
- 积分:1
-
VCPP
实验了界面组态和串口通信,完成了界面显示,通过串口变化功能(Experimental interface configuration and serial communication, completed through the serial interface display change function)
- 2013-03-15 22:46:42下载
- 积分:1
-
编一程序,将一台机的键值通过RS-232C口送到另一台机,并在CRT上显示键值;
编一程序,通过RS-232C口进行一台机到另一台机的文件复制。...
编一程序,将一台机的键值通过RS-232C口送到另一台机,并在CRT上显示键值;
编一程序,通过RS-232C口进行一台机到另一台机的文件复制。
-procedures, the company will be one of the keys through RS-232C I sent to another machine, and on the CRT display keys; Part one procedure, through RS-232C mouth for a machine to another machine duplicated.
- 2022-01-26 03:54:27下载
- 积分:1
-
ECSBL
说明: 该程序实现二叉树的遍历功能,能够打印出二叉树的节点(The program realization of the binary tree traversal function, is capable of printing out the binary tree node)
- 2008-11-13 15:50:49下载
- 积分:1
-
codewarrior_help
codewarrior_help,使用iar的人都来看看,很好的.(codewarrior_help, use iar people to look at, very good.)
- 2008-05-14 23:10:49下载
- 积分:1
-
weisay_mono
从立体声的wave文件中分别提出左声道和右声道的声音数据(Asked the left and right channels of sound data from the stereo the wave file)
- 2013-03-19 11:16:57下载
- 积分:1
-
openglbk
OpenGL编程指南(第四版)书后附带的源代码(openGL source code)
- 2009-09-04 17:05:51下载
- 积分:1