搜索资源列表
用winform实现打印DataGrid列表的示例(vb.net)
- 用winform实现打印DataGrid列表的示例-with winform DataGrid print list of examples
distanceVectorRouter(c).rar.ra
- 利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现),The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on
20111212.aodv.tar
- NS2环境下,添加路由表打印以及邻居列表选择的AODV路由协议源代码。-NS2 environment, add the routing table and neighbor list, select the print AODV routing protocol source code.
GetInterfaceInfo
- 获取网络适配器列表并打印其属性信息,程序简单,了解几个API,就可以编出来-Obtain the list of network adapters and print its attribute information, the program is simple to understand several API can be compiled out
link.c
- 链表的创建 删除 查找 以及打印 链表的创建 删除 查找 以及打印-The creation of the list to delete find and create print linked list delete find and print
wincap
- wincap 抓包 mfc 用wincap截获数据,通过格式装换后一字符串的格式存入到数据库中,然后将信息打印到list控件里面-wincap mfc
link
- 创建有关学生信息的链表,输入学生信息,并打印出-Create a linked list of student information, enter student information, and print out
Router
- 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
list_ethc
- 列举本机的网卡信息,并打印出来,效果类似ipconfig-list the Ethernet card infomation,like ipconfig
nshop
- 主页面上引用了三个页面也说不过去呀。本次主要是把数据库合并了一下,至于功能,没有加什么新的东西,还是那些:在线订购、帐单查询(添加了一个打印的连接)、特价商品列表、热买商品列表、留言本(许多朋友说以前的那个有问题,现在换成枫叶阁女士留言本,挺不错的)、新闻、完善的管理-Main page cites three pages it can not be justified. This is mainly to consolidate s for a moment, as for function,
PlatForm-Join
- 1) 前台报名提交:可以根据所选择的项目,提交自己的姓名,身份证号码,性别,籍贯,政治面貌,电子邮件,家庭住址,而且这些项目都可以在后台自由定义,增减 2) 后台报名项目管理:维护报名项目信息,生成并导出打印统计报表(月报表/年报表),直方图/折线图/饼图等 3) 后台学生报名名单管理: 维护报名名单,导出学生报名名单为Excel文档-1) Submit Registration Reception: according to the selected item, subm
eptimehome_sql
- 1、随时随地通过互联网记账。 2、可以按成员、按时间来录入、分析和统计常见的收入和支出。 3、独特的统计列表,生成柱状图形,可导出为Excel表格,更加方便用户统计,编辑,打印。 4、省去了纸质记账的麻烦,数据随时备份,绿色环保。 5、通过手机WAP随时登陆、实时记账。-1, anytime, anywhere via the Internet journal. 2, can be a member, according to the time entry, analysis
FTP.tar
- 概要设计:基于TCP/IP可靠的点对点传输协议,通过网络编程实现服务器和客户端的数据传输。 详细设计: 首先建立SOCKET套接字,绑定端口号和相应的IP,客户端首先向服务器发送GET filename,服务器收到这个命令后解析filename并遍历相应的目录并与之匹配,若没有找到则打印错误信息,如果找到则把相应的文件发送给客户端。 若客户端向服务器发送LIST命令,服务器收到命令后遍历自己的目录并输出目录名发送到客户端,客户端接受到之后并打印输出到终端。-this is