搜索结果
找到约 384 项符合
tf-card 的查询结果
游戏 随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuff
随机性发生器、冒泡分类和混洗一组12张牌的演示程序。
Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times. ...
网络 * A ncurses user interface. * Network statistics to view the amount of packets and data in many
* A ncurses user interface.
* Network statistics to view the amount of packets and data in many
different protocols, interfaces and hosts.
* View what active TCP connections are on the network.
* View UDP packets.
* View and log ICMP packets.
* View and log the 48bit arp protocol.
And also view ...
USB编程 pic mcu code:This application note describes the design and implementation of a USB Mass Storage De
pic mcu code:This application note describes the design and
implementation of a USB Mass Storage Device (MSD)
using a Secure Digital card, which should prove useful
to developers of USB mass storage solutions. This
application may be used as a stand-alone MSD or as a
Secure Digital/Multimedia Card ( ...
其他行业 此次上传的源代码为信用卡管理系统。Java版本
此次上传的源代码为信用卡管理系统。Java版本,数据库源为card。
操作系统开发 J2ME是Java 2平台的一个版本
J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本文介绍J2ME和Java Card的硬件平台和软件体系结构,以及如何进行J2ME和Java Card应用程序开发。Java在移动通信领域的应用已经引起广泛的关注,本文对此进行了详细的描述。 ...
VHDL/FPGA/Verilog Avalon_VGA
Avalon_VGA,-- This design provides an interface to the Alcahest VGA daughter card.
-- The design comprises of an 8-bit VGA driver with Avalon bus interfaces. There are a total of
-- three Avalon interfaces.
数值算法/人工智能 under Gcc compiler
under Gcc compiler,sd card and mmc card basic functions
驱动编程 SmartCard驱动程序
SmartCard驱动程序,基于win NT操作系统。SCM Microsystems公司的出品的SCM 488C PCMCIA Smart Card。
其他行业 class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i<=14 i++) btn[i].setEnabled(true)
}
} ...
嵌入式Linux 开发工具:ads1.2 或 gcc for linux 说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍
开发工具:ads1.2 或 gcc for linux
说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍,以及uclinux和usos2下的各种文件系统实现(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和优龙的代码。