搜索结果

找到约 76 项符合 close 的查询结果

其他数据库 How to restruct paradox DB when you encounter pb whith indexes. You have to use this mecanism to re

How to restruct paradox DB when you encounter pb whith indexes. You have to use this mecanism to repair your DB. You might use it in each prg when you close your Delphi programs.
https://www.eeworm.com/dl/645/434584.html
下载: 163
查看: 1073

通讯/手机编程 GNU_Radio GNU radio is a free/open-source software toolkit for and the con

GNU_Radio GNU radio is a free/open-source software toolkit for and the content is controlled by a handful of organizations. Cell building software radios, in which software defines the phones are a great convenience, but the features your ...
https://www.eeworm.com/dl/527/457972.html
下载: 80
查看: 1110

*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i

client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_fami ...
https://www.eeworm.com/dl/631/471268.html
下载: 76
查看: 1036

技术管理 提供企业bug的追踪流程

提供企业bug的追踪流程,qa可以close bug等
https://www.eeworm.com/dl/642/478605.html
下载: 104
查看: 1082

VHDL/FPGA/Verilog This short paper will give you some VHDL code examples that will help you design synchronous circuit

This short paper will give you some VHDL code examples that will help you design synchronous circuits that work first time.The philosophy behind Ten-Commandment code is that synthesizers are not to be trusted too much. Most of the code you will see is close to the structural level some more overtly ...
https://www.eeworm.com/dl/663/481914.html
下载: 42
查看: 1055

Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo

Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...
https://www.eeworm.com/dl/507598.html
下载: 1
查看: 873

接口技术 net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 *       ...
https://www.eeworm.com/dl/508248.html
查看: 56

Jsp/Servlet asp实现限制一个ip只能访问一次的方法

asp实现限制一个ip只能访问一次的方法 <%  '/////////////////////////////////////////////////////  '// //  '//作用:一个IP地址只允许访问本页一次 //  '//引用:<!-- #include file="Check_Ip.asp" --> //  '// //  '/////////////////////////////////////////////////////  ...
https://www.eeworm.com/dl/512322.html
查看: 30

源码 JAVA SMPP 源码

Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not ...
https://www.eeworm.com/dl/518753.html
查看: 58

源码 重力异常正演MATLAB程序

%球体 close all; G=6.67e-11; R=2;%球体半径 p=4.0;%密度 D=10.0;%深度 M=(4/3)*pi*R^3*p;%质量 x=-20:1:20; g=G*M*D./((x.^2+D^2).^(3/2)); Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2)); Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2)); Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2)); subplot(2,2,1) plot(x,g,'k-'); xl ...
https://www.eeworm.com/dl/519923.html
查看: 183