Welcome![Sign In][Sign Up]
Location:
Search - bind

Search list

[OpenGL programSolarModel_src_2_0

Description: The Solar Model is real time modeling of solar system. It allows user to navigate in space, to control time counting (speed-up time flow) and estimate movement of space bodies, bind camera to space objects (for example, from Moon on Earth in real time). -The Solar Model is real time modeling of solar system. It allows user to navigate in space, to control time counting (speed-up time flow) and estimate movement of space bodies, bind camera to space objects (for example, from Moon on Earth in real time).
Platform: | Size: 172032 | Author: Ying Zhu | Hits:

[Internet-Networkbudingip

Description: ip绑定几行超简单的代码,因为不知道sendarp的具体用法所以在获取mac后用了winexec如果有高手知道请联系我告诉我下怎么做 QQ:394297602-ip bind a few lines of ultra-simple code, because they do not know the specific usage sendarp so access to mac in a later winexec if you know please contact me to tell me how to do under the QQ: 394297602
Platform: | Size: 1024 | Author: 季有刚 | Hits:

[TCP/IP stackTCPClient

Description: EVC编写的TCP通讯程序客户端,可以绑定socket,发送并接收服务器端的数据。-EVC prepared the communication process TCP client, can bind socket, send and receive server-side data.
Platform: | Size: 46080 | Author: 范蓓蕾 | Hits:

[.net08

Description: data bind tech cases
Platform: | Size: 287744 | Author: zhangaiguo | Hits:

[.netv1.2.0409_utf-8

Description: 系统功能: 1. 支持 ACCESS/MSSQL2000/MSSQL2005 三种数据库 2. 支持动态浏览, Rewrite 模拟静态,生成静态页面,栏目动态+文章静态 3. 支持生成目录式和文件式的静态页面和以根目录生成文章 4. 每个栏目都可以绑定一个域名 5. 系统自带三种列表分页模式 6. 前台语言包更换,方便做英文站 7. 栏目无级分类 8. 实现模板和代码 100% 分离,会 HTML 即可制作网站模板-System functions: 1. To support the three ACCESS/MSSQL2000/MSSQL2005 database 2. Supports dynamic browser, Rewrite static simulation to generate static pages, dynamic section+ Static article 3. To support the generation of directory and file-based static pages and to the root directory Generation article 4. Each column can bind a domain name 5. system comes with a list of three paging mode 6. prospects language pack replacement, convenient to do the English Station 7. 8 columns without classification. Templates and code to achieve 100 separation will be to create HTML web site templates
Platform: | Size: 587776 | Author: 怎么没 | Hits:

[Internet-NetworkLesson14

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Platform: | Size: 26624 | Author: 张建顺 | Hits:

[DirextXs264code

Description: S264Filter 由于DirectShow中 完成视频的编码压缩 注册绑定很直接使用-S264Filter completed as a result of DirectShow video compression coding register is directly used to bind
Platform: | Size: 49152 | Author: 孙凤 | Hits:

[JSP/Javafh110

Description: MenuBar mb //MenuBar 类封装绑定到框架的菜单栏的平台概念。为了将该菜单栏与 Frame 对象关联, //可以调用该框架的 setMenuBar 方法。 Menu me //Menu 对象是从菜单栏部署的下拉式菜单组件. MenuItem item //默认的 MenuItem 对象包含一个简单的加标签的菜单项。 MenuShortcut shortcut=new MenuShortcut(KeyEvent.VK_E) -MenuBar mb// MenuBar class encapsulates the framework to bind to the menu bar of the platform concept. For the menu bar with the Frame object,// can call methods of the framework setMenuBar. Menu me// Menu object is deployed from the menu bar pull-down menu component. MenuItem item// default MenuItem object contains a simple labeling of menu items. MenuShortcut shortcut = new MenuShortcut (KeyEvent.VK_E)
Platform: | Size: 1024 | Author: fhmlrs | Hits:

[Exploitbind8x

Description: bind prior to 8.2.3-REL remote root exploit - exploits the named INFOLEAK and TSIG bug. Includes shellcode for Linux.-bind prior to 8.2.3-REL remote root exploit- exploits the named INFOLEAK and TSIG bug. Includes shellcode for Linux.
Platform: | Size: 5120 | Author: wmnq | Hits:

[Exploitbugtraq

Description: Bugtraq.c is an exploit for the bind tsig bug which has been crippled somewhat
Platform: | Size: 4096 | Author: wmnq | Hits:

[Internet-Networksocket

Description: 网络socket编程指南 Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等…-Network Socket Programming socket programming guide let you frustrated you? From the man pages it is difficult to get useful information? On the times you want to provision Internet related program, but for you to call connect () before bind () the structure and what to do? And so on ...
Platform: | Size: 24576 | Author: 张小删 | Hits:

[ICQ-IM-ChatLocalNetChat

Description: 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和用户端两部分。 第一部分 服务器端   一、创建服务器套接字(create)。   二、服务器套接字进行信息绑定(bind),并开始监听连接(listen)。   三、接受来自用户端的连接请求(accept)。   四、开始数据传输(send/receive)。   五、关闭套接字(closesocket)。 第二部分 用户端   一、创建用户套接字(create)。   二、与远程服务器进行连接(connect),如被接受则创建接收进程。   三、开始数据传输(send/receive)。   四、关闭套接字(closesocket)。
Platform: | Size: 785408 | Author: Liang | Hits:

[WEB CodeNETManage

Description: 上网MAC绑定管理系统(NETManage)源码 基于SQLite三层架构的上网MAC绑定管理系统(NETManage) ****************************************************** BLL: 业务层 DALFactory:数据工厂 DBUtility:数据访问层 IDAL:接口层 Model: 数据实体层 SQLServerDAL: 数据层 Web: 表示层,web项目。 DataBase:所有数据库 ******************************************************* 开发环境:Microsoft Visual Studio 2005 Team Suite + SP1 友情提示: 一般数据库文件默认在DB_51aspx文件夹下 如果使用VS2005打开本站项目文件,建议打开前务必安装VS2005Sp1 -Bind MAC Internet Management System (NETManage) source SQLite-based three-tier management system for Internet MAC Binding (NETManage )****************************************************** BLL: Business Layer DALFactory: data factory DBUtility: Data Access Layer IDAL: Interface Layer Model: Data physical layer SQLServerDAL: data layers Web: express layer, web project. DataBase: All database******************************************************* development environment: Microsoft Visual Studio 2005 Team Suite+ SP1 Tips: General database files by default in DB_51aspx folder open the site if you are using VS2005 project documents, proposals must be installed before opening VS2005Sp1
Platform: | Size: 1412096 | Author: 翁虹 | Hits:

[Oracleocitest

Description: oci函数批量插入数据,使用绑定数组的方法,一次批量绑定2000条,代码经过编译测试。-oci function of bulk insert data, use the bind array method, a 2000 bound volume, compiled test code.
Platform: | Size: 386048 | Author: junally | Hits:

[Internet-NetworktestLocalIP

Description: 此程序可在不同主机的情况下自动获得本地的IP地址列表.能够动态绑定本地IP.-This program can be in different host automatically obtain the local IP address list. Be able to dynamically bind the local IP.
Platform: | Size: 195584 | Author: mei | Hits:

[Otherdongtaiyumingbangding

Description: 动态域名绑定器,可以将你的IP绑定为你所有的域名,5分钟更新一次,实用!-Dynamic binding domain, you can bind your IP for all your domain name, updated every five minutes, practical!
Platform: | Size: 716800 | Author: guoxixiao | Hits:

[TreeViewTreeViewDataBinding

Description: This sample shows how bind a TreeView to a data source and use DataTemplate objects to customize the TreeView.
Platform: | Size: 6144 | Author: alec_cy | Hits:

[Windows DevelopBindFile

Description: c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件-c++ Writing bind the exe file, you can merge a streamlined additional content does not contain exe files
Platform: | Size: 12862464 | Author: tyf | Hits:

[Internet-Networkchatsource

Description: 聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
Platform: | Size: 378880 | Author: long | Hits:

[Internet-NetworkChatRoom

Description: 服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
Platform: | Size: 959488 | Author: long | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

CodeBus www.codebus.net