-
ListADTSolving
仿照cpp的链表实现,添加了两个链表的整合操作(Follow the cpp list to achieve, adding two linked list of the operation)
- 2017-10-16 15:19:23下载
- 积分:1
-
addison.wesley.effective.c.sharp.50.specific.ways
经典c#书籍,养成良好编程习惯必看的50个例子(classic books, develop good programming practice watched every game of the 50 examples)
- 2006-11-07 09:31:39下载
- 积分:1
-
HashTable
This program is the realization of HashTable developed in the C++ Programming Language.
And development tool is Visual Studio.
Thank you.
- 2010-06-03 11:44:07下载
- 积分:1
-
Opencv2.3-on-VS2008-aVS2010
open2.3在vs 2008 2010上的配置详细图解,希望能帮到你!!(open2.3 on vs 2008 2010)
- 2013-11-04 12:29:55下载
- 积分:1
-
fk
说明: arm7的蜂鸣器程序,主要是在44B0里面实现的,已经调试通过(ARM7' s buzzer procedures, mainly in the implementation of the 44B0 which has been debugging through)
- 2009-03-18 09:12:13下载
- 积分: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
-
HuffmanTree
该系统应具有以下功能:
(1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。
(The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
- 2013-06-21 13:45:16下载
- 积分:1
-
shujucaiji
数据采集应用与编程(打开文档密码为8008100345).pdf
研华的采集卡的相关的的编程指南(Data Acquisition Application and Programming (open document password is 8008100345). Pdf Advantech card collection related to the Programming Guide)
- 2008-01-20 19:31:33下载
- 积分:1
-
JianDanImgDownDemo
看到有 Python版 http://www.oschina.net/code/snippet_120579_14455 和 java 版的 http://www.oschina.net/code/snippet_96412_9253 但是没有c#版的 就自己写了个 欢迎指教(See the the Python version http://www.oschina.net/code/snippet_120579_14455 java version http://www.oschina.net/code/snippet_96412_9253 but no c# version on their own to write a welcome advice)
- 2013-02-13 09:59:27下载
- 积分:1
-
31Main
s57 电子海图文档 符号字库标准 物标标准(s57 electronic charts Symbol font files of standard criteria)
- 2020-12-04 09:19:25下载
- 积分:1