Welcome![Sign In][Sign Up]
Location:
Search - virtual N

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: 40770 | Author: 尹向东 | Hits:

[OtherbaseCla

Description: 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。
Platform: | Size: 1076 | Author: cm | Hits:

[Disk ToolsEXAMPLESdsgdsfg

Description: 本程序用来模拟虚拟页式存储管理中的页面置换 & $ 快表页面固定为4块,要求从键盘输入N个页面号 & $ 输出每次快表页面的内容和缺页次数,缺页率 &-the procedures used to simulate virtual memory page management of the pages fast table replacement pages $ fixed at four, requested input from the keyboard, N $ 000 pages each output faster Table of contents page and the number of missing pages, missing pages rate
Platform: | Size: 1767 | Author: 齐大永 | Hits:

[Disk ToolsEXAMPLESdsgdsfg

Description: 本程序用来模拟虚拟页式存储管理中的页面置换 & $ 快表页面固定为4块,要求从键盘输入N个页面号 & $ 输出每次快表页面的内容和缺页次数,缺页率 &-the procedures used to simulate virtual memory page management of the pages fast table replacement pages $ fixed at four, requested input from the keyboard, N $ 000 pages each output faster Table of contents page and the number of missing pages, missing pages rate
Platform: | Size: 1024 | Author: 齐大永 | Hits:

[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:

[Linux-Unixumts

Description: c++编写的应用于NS2仿真环境下的关于 UMTS网络的的补丁以及代码-c++ used in the preparation of the NS2 simulation environment on the UMTS network and the patch code
Platform: | Size: 360448 | Author: lin hui | Hits:

[OtherbaseCla

Description: 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。-err
Platform: | Size: 1024 | Author: cm | Hits:

[Data structsTrie

Description: Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。-Trie tree can be used for general dictionary english, can also be used to search the index. For a given a string a1, a2, a3 ,..., an. Is used TRIE tree english english after n times to complete a search. But they did not like B-tree search efficiency, B tree search algorithm complexity is logt (n+ 1/2). When t trend, and search efficiency becomes efficient. No wonder the DB2 access memory settings for the virtual memory size of a PAGE, and the frame switching frequency to reduce the need for frequent switching PAGE.
Platform: | Size: 1024 | Author: ruikobe | Hits:

[GDI-BitmapGeometryDraw

Description: 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将图形画出来 8.调用void draw(CDC *pDC, Shape *a[], int n)实现多个几何图形的绘制-Paint 2. Calculation of calculating a set of geometric shapes of the area and re-write a function, similar to sum function 3. In Shape Add a pure virtual function void Draw (CDC* pDC, Coordinate* m_pCoordinate) it will serve as all the geometric types of graphics common methodology. 4. Add a coordinate system type: Coordinate. 5. Polygon in overloaded void Draw (CDC* pDC) 6. In the Ellipse in overloaded void draw (CDC* pDC) 7. In the View class OnDraw (CDC* pDC) will be drawn graphics 8. Call void draw (CDC* pDC, Shape* a [], int n) the mapping of multiple geometric shapes
Platform: | Size: 104448 | Author: 张平 | Hits:

[Linux-Unixlinux

Description: linux默认情况下,Linux可以使用6个虚拟控制台来登录本地Linux (本地终端) 系统,当然,这个设置是可以修改的(修改文件/etc/inittab)。每一个虚拟控制台允许让一个用户登录,我们可以使用 ALT+Fn(n=1,2,3,4,5,6)来登录或者是切换到某个虚拟控制台,它们分别对应tty1到tty6虚拟终端。-linux by default, Linux can use 6 virtual consoles to log in local Linux (local terminal) system, of course, this setting can be amended (to modify the file/etc/inittab). Each virtual console to allow a user log, we can use ALT+ Fn (n = 1,2,3,4,5,6) to log in or switch to a virtual console, tty1 they correspond to tty6 virtual terminal.
Platform: | Size: 187392 | Author: 浦良 | Hits:

[WEB Codenpointhost170

Description: N点虚拟主机管理系统是针对销售 主机、邮局、数据库等产品时效率低、管理难等问题而自主研发的集产品自动化开通、管理、续费、升级等功能为一体的软件系统。通过一年多的改进与运作,软件已具有功能强大、安全稳定、操作简便等特点。该软件采用C++、VB、.NET语言及ASP等脚本语言编写。 让您通过简单的操作即可轻松完成各项业务的开通和管理。-N-point virtual host management system for mainframe sales, post offices, databases and other products at low efficiency, the management of difficult issues such as the self-developed products that automate the opening set, manage, renew, upgrade and other functions into one software system. Through more than a year of improvement and operation of the software is already powerful, secure and stable, easy to operate and so on. The software using C++, VB,. NET language and script languages such as ASP. Let you through a simple operation can be easily completed the opening of the business and management.
Platform: | Size: 3206144 | Author: fdafda | Hits:

[Search Engine10121

Description: 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序 输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再 按照与输入相反的顺序将这些数据显示在屏幕上。 具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla 中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处 理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及 处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态 数组存放数据;(3)使用指针与链表的实现法。 -wu
Platform: | Size: 1024 | Author: 俊鹏 | Hits:

[OtherN-saveCools

Description: N-SAV网盘系统服务端 配置要求 服务端要求 硬件要求: 独立服务器,VPS,虚拟主机 软件要求: asp.net2.0支持,sql2000支持 权限支持 网站fso权限,数据库帐号的数据库修改权限 客户端要求 最低:IE6或以上版本 推荐:IE7 有下载工具更佳 -N-SAV network server disk system configuration requirements service client requests hardware requirements: a stand-alone server, VPS, virtual host software requirements: asp.net2.0 support, sql2000 supports the authority to support the site fso permissions, database account permissions of the database client request to amend minimum: IE6 or above Recommended: IE7 has a better downloading tools
Platform: | Size: 248832 | Author: 丛林 | Hits:

[Compress-Decompress algrithmsxnzyw_600it

Description: 虚拟专用网( Virtual Private Networking, V P N )是将I n t e r n e t作为计算机网络主干的一种网络模式。 面上它似乎不那么令人喜欢,但深入研究就会发现,它提供了巨大的潜力。利用V P N,很多企 能够省下一大笔为已有网络租用线路的费用。使用V P N不需要到处布置站点,只需将它们放置 你所在的城镇即可。事实上,构造V P N的技术也可用于你所在大楼中的局域网( L A N )上。
Platform: | Size: 18704384 | Author: 张立言 | Hits:

[Game Server SimulatorVirtual_NES

Description: virtualNES模拟器代码,供学习编写FC模拟器的同学参考。-virtualNES simulator code, and for people learning FC simulator programming.
Platform: | Size: 631808 | Author: Jazzy_K | Hits:

[Software Engineeringmultifreqvhdl

Description: 资料是本人根据相关文献资料用vhdl语言编写的旋转机械鉴相信号倍频的程序,multifre1.vhd是倍频程序,multifre1.vwf是仿真波形文件,stp1.stp是虚拟逻辑分析仪signaltap文件。该倍频程序可以直接使用,可以设置倍频数,修改实体参数N即可。-According to the literature data is the information I have written in with vhdl Rotating Machinery Kam believe that the procedure multiplier number, multifre1.vhd is the multiplier process, multifre1.vwf is the simulation waveform files, stp1.stp a virtual logic analyzer signaltap file. The multiplier process can be used directly, you can set the multiplier number, modify the parameter N can be solid.
Platform: | Size: 1433600 | Author: lwj | Hits:

[matlabVirtual-router

Description: C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a. Base method b. Derived method.. Ans. b 2. For the following C program #define AREA(x)(3.14*x*x) main() {float r1=6.25,r2=2.5,a a=AREA(r1) printf("\n Area of the circle is f", a) a=AREA(r2) printf("\n Area of the circle is f", a) } What is the output? Ans. Area of the circle is 122.656250 Area of the circle is 19.625000 3. What do the following statements indicate. Explain. • int(*p)[10] • int*f() • int(*pf)() • int*p[10] Refer to: -- Kernighan & Ritchie page no. 122 -- Schaum series page no. 323 -C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a. Base method b. Derived method.. Ans. b 2. For the following C program #define AREA(x)(3.14*x*x) main() {float r1=6.25,r2=2.5,a a=AREA(r1) printf("\n Area of the circle is f", a) a=AREA(r2) printf("\n Area of the circle is f", a) } What is the output? Ans. Area of the circle is 122.656250 Area of the circle is 19.625000 3. What do the following statements indicate. Explain. • int(*p)[10] • int*f() • int(*pf)() • int*p[10] Refer to: -- Kernighan & Ritchie page no. 122 -- Schaum series page no. 323
Platform: | Size: 21504 | Author: bhavin | Hits:

[Technology ManagementOptimized-COW-Virtual-Block-Device

Description: 基于COW( Copy- o n-Write) 读写模式的虚拟块设备有利于实现大规模虚拟机环境下虚拟机的快速部署. 文中为虚拟机管理器中的COW 虚拟块设备设计了一种优化方法, 能够提高COW 磁盘的访问性能以及生成多个 小尺寸的COW 磁盘映像文件, 以降低通过网络部署虚拟机的开销.-Design an optimized method for Virtual Machine Manager COW virtual block device conducive to the realization of large-scale virtual machine environment, the rapid deployment of virtual machines based on the COW (Copy-o n-Write) virtual block device read-write mode. , able to improve the COW disk access performance and generate multiple small-sized COW disk image file, in order to reduce the overhead of virtual machine network deployment.
Platform: | Size: 758784 | Author: 阿萨 | Hits:

[WEB CodeN

Description: 这是一个N点虚拟主机的前台,只要解包覆盖,免费下载的(安装好的)后台文件管理夹既可。--This is a N point of the virtual host in the foreground, as long as the package cover, free download ( install good ) file management folder can.
Platform: | Size: 9532416 | Author: 蓝鹰 | Hits:

[SCM51mcu-Virtual-serial-ports

Description: 功能:在pc上,利用纯软件实现51单片机的串口的输入输出仿真, 用到的软件:keil、proteus、虚拟串口及串口调试助手。 1.pc上安装 虚拟串口 然后将com3和com4连接起来 2.pc上运行 串口调试助手,设置: com4 9600 N 8 1 3.pc上安装 proteus软件 4.运行例程中的 simulate_proteus6.7文件,即可实现串口调试-Function: On the pc, the use of pure software 51 microcontroller serial input and output simulation, Software used: keil, proteus, virtual serial port and serial debugging assistant. Virtual serial ports installed on 1.pc com3 and com4 then connect 2.pc run on serial debugging assistant, set: com4 9600 N 8 1 3.pc proteus software installed 4. Run the routine simulate_proteus6.7 file, you can achieve serial debugging
Platform: | Size: 2042880 | Author: 赵显刚 | Hits:
« 12 3 »

CodeBus www.codebus.net