Welcome![Sign In][Sign Up]
Location:
Search - csharp f

Search list

[CSharpTracertMap

Description: The tracert tool displays the various IP Addresses in the route of a network packet as it travels to a destination IP address from a source. An article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be found here. In the tool presented in this article, I combine the tracert component, technology to geo-locate based on IP address from HostIP.info and the Virtual Earth API to map the locations of various IP addresses that fall in the route of a network packet when it travels to a user provided destination IP address. Since the tracert component is covered thoroughly in the other article let start by looking at geo-location and the MSN Virtual Earth API.-The tracert tool displays the various IP Ad dresses in the route of a network packet as it tra vels to a destination IP address from a source. A n article which describes how tracert works and which also presents a C# component to implement tracert functionality in your projects can be f is here. In the tool presented in this article , I combine the tracert component, technology to geo-locate based on IP address fr om HostIP.info and the Virtual Earth API to map t he locations of various IP addresses that fall i n the route of a network packet when it travels to a user provided destination IP address. Since t he tracert component is covered thoroughly in t he let other article start by looking at geo-loc ation and the MSN Virtual Earth API.
Platform: | Size: 40960 | Author: 尹向东 | Hits:

[Windows DevelopWordCount

Description: a) 从指定的文本文件中读取文本信息; b) 将除去标点符号外的单词进行统计; c) 统计的单词不区分大小写(选做); d) 统计结果包含单词名称及在文本中出现的次数 e) 统计结果结束输出到控制台屏幕; f) 统计结果输出到指定的统计文件中; g) 统计结果按字母顺序排列。 -a) from the specified text file to read text messages b) to remove the punctuation outside the word statistics c) statistics are not case-sensitive (elected to do) d) results contain the names and words in the text number of emerging e) Statistical results of the end of the output to the console screen f) statistical results of the statistical output to the specified document g) results in alphabetical order.
Platform: | Size: 41984 | Author: 鲍辉云 | Hits:

[OS programfilesystem

Description: 用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作: a) 格式化 b) 创建子目录 c) 删除子目录 d) 显示目录 e) 更改当前目录 f) 创建文件 g) 打开文件 h) 关闭文件 i) 写文件 j) 读文件 k) 删除文件 -With c# Realize the simulation in memory of the simple file system, the entire file system can be stored to the hard disk. System design with reference to fat format. File system operation to provide: a) format b) create a subdirectory c) delete the subdirectory d) show the directory e) Change the current directory f) create a file g) open the file h) close the file i) Write a document j) reading a document k ) delete files
Platform: | Size: 808960 | Author: twofox | Hits:

[Internet-NetworkCSharp_ftpclient

Description: 用C#实现的FTP客户端与服务端的程序,包含登录、上传和下载等功能-Using C# to achieve the FTP client and server procedures, including the registry, features such as uploading and downloading
Platform: | Size: 53248 | Author: 李伟 | Hits:

[WEB CodeFLVconver

Description: FLV用于视频网站的转换,使用asp.net + ffmpeg + mencoder 联合实现-FLV converter for video site, the use of asp.net+ ffmpeg+ mencoder joint realization of
Platform: | Size: 12437504 | Author: 张保维 | Hits:

[JSP/JavajQueryAjaxGuestbook

Description: jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。 提交数据是action代表要执行的操作,id传递文章id,page是请求的分页页面,Math.round(Math.random()*10000) 防止页面被浏览器缓存而导致暂时无法刷新,如果出错显示错误信息 客户端用escape()函数编码含中文的字符串,服务器端用unescape()解码,这样做是为了防止乱码,如果你采用的是utf8, 那就不必了,设置正确的页面编码和服务端脚本编码就不会出问题。由于jquery默认使用utf8传输数据,而且不提供设置编码, 这里只有自己做转换,如果你用form插件的时候就会发现,编码问题是不能回绝的。-jquery+ ajax without refreshing comment source code Achieved to obtain comment on non-refresh comments without refreshing the page displayed when loading loading access to comment on results jquery is really a very good JS libraries, simple and easy to grasp, for the multi-level menu page, cascading effects, Tab tab switching, image rotation showed that To achieve them are very simple, the code is often a few things. Do AJAX applications, jquery provided $. Get (),$. post () functions can be used to submit data, but recommended the use of $. Ajax () to submit, then the two functions are not Provide the error information back to full control of the negative. Action on behalf of the data is presented to perform the operation, id pass the article id, page is a page request page, Math.round (Math.random ()* 10000) The browser cache to prevent the page is temporarily unable to refresh a result, if the error display an error message The client with the escape () f
Platform: | Size: 90112 | Author: Lachlan | Hits:

[CSharpXmlSignatureCode

Description: Steps to Install a) Copy the files into a folder say c:\xmlsignature b) Make sure you have enough permission to create files under the folder c) Make sure you have CreditCardInfo.xml in the application directory. d)compile the Csharp files. e) Execute the program CreateDSAKeyPair to generate keypair f) Execute SignXMLdocument you will see the CreditCardInfo.xml being digitally signed. h) SignTWoXMLDocument.cs is for information purpose to understand how to sign xml document with two different dataobjects.-Steps to Install a) Copy the files into a folder say c:\xmlsignature b) Make sure you have enough permission to create files under the folder c) Make sure you have CreditCardInfo.xml in the application directory. d)compile the Csharp files. e) Execute the program CreateDSAKeyPair to generate keypair f) Execute SignXMLdocument you will see the CreditCardInfo.xml being digitally signed. h) SignTWoXMLDocument.cs is for information purpose to understand how to sign xml document with two different dataobjects.
Platform: | Size: 14336 | Author: none | Hits:

[CSharpCSharp

Description: C#访问数据库;C#实现九宫格算法;C#实现天干地支算法;C#正则表达式查找汉语重叠词语并计算正确率召回率F值;C#比较三种泛型容器和排序速度-C# to access the database C# implementation squares algorithm C# implementation attribution algorithm C# regular expression search Chinese overlapping words and calculates the correct rate recall F value C# compare three generic containers and sorting speed
Platform: | Size: 6144 | Author: 安安 | Hits:

[CSharpMinApp

Description: Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages Summary: Can we use just the native .NET classes for developing code, rather than immediately writing an application specific class that often is little more than a container? Can we do this using aliases, a fluent style, and extension methods? Sometimes I ask myself questions intended to challenge my fundamental concepts programming. The question I recently asked myself regarding C# coding is:
Platform: | Size: 174080 | Author: MahdiJan | Hits:

[Other茶叶茶艺茶道茶文化PPT模板

Description: 在一个旅馆中住着六个不同国籍的人,他们分别来自美国、德国、英国、法国、俄罗斯和意大利。他们的名字叫A、B、C、D、E和f。名字的顺序与上面的国籍不一定是相互对应的。(In a hotel, there are six people of different nationalities from the United States, Germany, Britain, France, Russia and Italy. Their names are A, B, C, D, E and f. The order of names does not necessarily correspond to the nationality above.)
Platform: | Size: 531456 | Author: 撒下达 | Hits:

[CSharpServer F

Description: autpoclckasjcohqjwefbdqf
Platform: | Size: 4330496 | Author: xment8894 | Hits:

CodeBus www.codebus.net