搜索结果
找到约 76 项符合
CLOSE 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (6)
- 其他 (4)
- 电源技术 (3)
- 其他书籍 (3)
- Delphi控件源码 (3)
- Java编程 (3)
- 单片机编程 (2)
- 单片机开发 (2)
- 文章/文档 (2)
- VC书籍 (2)
- GPS编程 (2)
- 书籍源码 (2)
- 操作系统开发 (2)
- VHDL/FPGA/Verilog (2)
- 源码 (2)
- 书籍 (2)
- 技术资料 (2)
- allegro (1)
- 模拟电子 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 工控技术 (1)
- Oracle数据库 (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- 汇编语言 (1)
- 游戏 (1)
- USB编程 (1)
- SCSI/ASPI (1)
- matlab例程 (1)
- Java书籍 (1)
- 嵌入式Linux (1)
- 数值算法/人工智能 (1)
- 通讯编程文档 (1)
- SQL Server (1)
- 磁盘编程 (1)
- 并行计算 (1)
- 数学计算 (1)
- 其他数据库 (1)
- 通讯/手机编程 (1)
- *行业应用 (1)
- 技术管理 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- Windows编程 (1)
- 接口技术 (1)
- Jsp/Servlet (1)
- 论文 (1)
- 笔记 (1)
其他数据库 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.
通讯/手机编程 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 ...
*行业应用 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 ...
技术管理 提供企业bug的追踪流程
提供企业bug的追踪流程,qa可以close bug等
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 ...
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs.&nbsp;
TDictionary represents a generic collection of key-value pairs.&nbsp;
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 ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uC/TCP-IP V2
* &nbsp; &nbsp; &nbsp; ...
Jsp/Servlet asp实现限制一个ip只能访问一次的方法
asp实现限制一个ip只能访问一次的方法
<%&nbsp;
'/////////////////////////////////////////////////////&nbsp;
'// //&nbsp;
'//作用:一个IP地址只允许访问本页一次 //&nbsp;
'//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp;
'// //&nbsp;
'/////////////////////////////////////////////////////&nbsp; ...
源码 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 ...
源码 重力异常正演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 ...