STRUCT
共 122 篇文章
STRUCT 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 122 篇文章,持续更新中。
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()
The example of driver, which hides selected process, by manipulating EPROCESS struct, lang:C
The example of driver, which hides selected process, by manipulating EPROCESS struct, lang:C
一个struct程序例子,希望对大家有所帮助。不妨下载看看。
一个struct程序例子,希望对大家有所帮助。不妨下载看看。
JAVA实现的中小型企业CRM客户关系管理系统
JAVA实现的中小型企业CRM客户关系管理系统,为Struct Spring Ibatis架构实现,企业应用或者学习的好系统
Struct框架介绍
Struct框架介绍,无敌的基础介绍,真的是非常棒的教材
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView cont
structejbmysql工程设计文档
struct\ejb\mysql工程设计文档
综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结
综合2叉树及B+树优点的能根据增删改而分裂或合并的完整程序(现在以8bit(BYTE key)为关键字,可扩充到64bit的double为key,用户数据包现在以float ton表示,可扩充到任意结构struct)
java struct 的使用范例
java struct 的使用范例,在tomcat配合下下使用,用于网站的建设
简单的计算器
// 学生管理.cpp : Defines the entry point for the application.<br />
//<br />
<br />
#include "stdafx.h"<br />
#include "resource.h"<br />
<br />
#define MAX_LOADSTRING 100<br />
<br />
// Global Variable
c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.<br />
//<br />
<br />
#include "stdafx.h"<br />
#include "resource.h"<br />
<br />
#define MAX_LOADSTRING 100<br />
<br />
// Global Variable
运动会源代码
<ol class="dp-cpp">
<li>
<span><span class="preprocessor">#include <malloc.h> </span><span> </span></span>
</li>
<li>
<span></span><span class="preproces
jsp+struct网上订票系统
jsp+struct网上订票系统,java+sql实现
这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR)
这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。
利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h><br />
#include<stdio.h><br />
#include <malloc.h><br />
#define stack_init_size 100<br />
#define stackincrement 10<br />
typedef struct sqstack<br />
{<br />
int
网络在线考试系统 struct 1.2+ Ajax+Sql server 2000 内有详细安装说明
网络在线考试系统 struct 1.2+ Ajax+Sql server 2000 内有详细安装说明
data struct algorithm and application in c++ 一书的课后答案源码
data struct algorithm and application in c++ 一书的课后答案源码
IEEE 802.16Conformance02-2003 IEEE Standard Conformance to IEEE Std 802.16 Part 2: Test Suite Struct
IEEE 802.16Conformance02-2003 IEEE Standard Conformance to IEEE Std 802.16 Part 2: Test Suite Structure and Test Purposes for 10-66 GHz WirelessMAN-SC Air Interface
Struct实现登录的一个例子
Struct实现登录的一个例子,可以给初学者一个参考!
linux2.6 驱动的描述
linux2.6 驱动的描述,struct resource,struct platform_device和驱动的关系