搜索结果

找到约 254 项符合 public 的查询结果

嵌入式Linux yaffs文件系统源码

yaffs文件系统源码,YAFFS是第一个专门为NAND Flash存储器设计的嵌入式文件系统,适用于大容量的存储设备;并且是在GPL(General Public License)协议下发布的
https://www.eeworm.com/dl/653/429423.html
下载: 25
查看: 1117

教程 New Horizons in Mobile and Wireless Communications

European Research Framework programs are public policy instruments designed to strengthen European competitiveness through cooperation. Although they have a fixed time frame, determined research themes, and a specific expected impact, the achievements in research and development (R&D) made by these ...
https://www.eeworm.com/dl/522028.html
查看: 63

书籍 Resource Allocation and MIMO

Mobile and wireless communication systems are a prominent communications technology of the twenty-first century with profound economic and social impacts in practically all parts of the world. The current state of wireless communication systems allows for a much wider scope of applications than what ...
https://www.eeworm.com/dl/522094.html
下载: 1
查看: 59

文章/文档 Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test

Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any purpose. However, this * notice must not be c ...
https://www.eeworm.com/dl/652/111994.html
下载: 135
查看: 1216

Java编程 使用annotation封装的jdbc

使用annotation封装的jdbc,只要定义个借口,然后再某个方法上加个annotation,就可以操作数据库了,如: @Query("select * from user where id=?") public User getUser(int id) 不用实现具体方法,就可以用了。
https://www.eeworm.com/dl/633/390782.html
下载: 122
查看: 1087

SQL Server SQLite is a software library that implements a self-contained, serverless, zero-configuration, trans

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices includi ...
https://www.eeworm.com/dl/689/481567.html
下载: 92
查看: 1182

书籍 Artificial+Intelligence

The current methods of communications are becoming less relevant under today’s growing demand for and reliance on constant connectivity. Of decreasing relevance are the models of a single radio to perform a single task. The expansion of wireless access points among coffee shops, airports, malls, an ...
https://www.eeworm.com/dl/521817.html
查看: 174

GPS编程 *西门子6688上使用 * konGPS.java * * Implementation of konGPS for Siemens SL45i * * Copyright (C) 2002

*西门子6688上使用 * konGPS.java * * Implementation of konGPS for Siemens SL45i * * Copyright (C) 2002-2003 by KoncaOnLine (http://www.konca.com). * * Author: Konca Fung (konca@tom.com) * * This program may be distributed according to the terms of the GNU * General Public License, version 2 or (at yo ...
https://www.eeworm.com/dl/693/145785.html
下载: 177
查看: 1116

VC书籍 Secure Programming Cookbook for C and C++ is an important new resource for developers serious about

Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, sy ...
https://www.eeworm.com/dl/686/192064.html
下载: 129
查看: 1113

J2ME 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL

手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE) ...
https://www.eeworm.com/dl/660/210526.html
下载: 195
查看: 1423