虫虫首页|资源下载|资源专辑|精品软件
登录|注册

A.S.

  • 在DOS下显示16位位图。(TC编译通过) 颜色与原位图的颜色不匹配

    在DOS下显示16位位图。(TC编译通过) 颜色与原位图的颜色不匹配,这只是一个测试程序,但在图像下面有一个调色板,可以通过w,a,s,d键选择两个颜色进行对调。每选择一种颜色后通过Q键确认。

    标签: DOS 位图 不匹配 编译

    上传时间: 2014-12-06

    上传用户:chenjjer

  • PCA主元分析后用神经网络预测

    PCA主元分析后用神经网络预测,A/S含量,PCA算法实现,与神经网络

    标签: PCA 神经网络

    上传时间: 2014-12-21

    上传用户:gundamwzc

  • 一个单机的用JAVA编写的坦克大战小游戏!键盘上W

    一个单机的用JAVA编写的坦克大战小游戏!键盘上W,A,S,D分别代表坦克的运动的各个方向,1,2,3分别表示坦克发射的子弹类型!

    标签: JAVA 单机 编写 小游戏

    上传时间: 2017-08-19

    上传用户:hebmuljb

  • 计算声学响度

    Computation of loudness (Zwicker model) according to ISO 532B / DIN 45631 norms.  This model is valid for steady sounds. Code based on BASIC program published in the following article: Program for calculating loudness according to DIN 45 631 (ISO 532B)", E.Zwicker and H.Fastl, J.A.S.J (E) 12, 1 (1991).

    标签: 计算 声学

    上传时间: 2016-11-14

    上传用户:zztony16

  • VIP专区-嵌入式/单片机编程源码精选合集系列(36)

    VIP专区-嵌入式/单片机编程源码精选合集系列(36)资源包含以下内容:1. C51 I2C 驱动程序 含头文件.2. arm芯 ucos 下的开发框架.3. c8051f***的程序源代码.4. 新华龙单片机的flash用法.5. 用C8051F300设计锂离子电池充电器的解决方案.6. c8051f系列单片机 用过采样和求均值提高ADC分辨率.7. C6000指令集 是对C6000指令集的文档.8. VxWorks 编程手册 VxWorks 编程手册.9. proteus 6.7及其破解(绝对好用).10. iic总线资料.11. 手机游戏礼包包 原理图采用OrCad软件或PowerPCB软件打开 好玩的很  快来试试吧.12. 红外测温计 红外线测温   自动化设计 原理图采用OrCad软件或PowerPCB软件打开 很完美.13. 9智能机器人礼包 智能机器人  单片机实现   功能齐全  运动流畅.14. 哈哈!终于找到了最新版本的UCGUI! 增加了不少的功能.15. Nios II是一个用户可配置的通用RISC嵌入式处理器,这个文档详细介绍这个处理器的用法.16. 这是一个c语言写的a/d转换程序。利用i2c总线实现对24c02的存和取.17. 学DSP时.18. 汉字液晶子程 液晶屏分为4行*12列汉字.19. 这是一个c语言描述的8位led显示的源代码.20. We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s.21. Training embedded apps to process speech may be as easy as finding the right 8-bit micro. Don t let.22. The CC1000 RF transceiver is very easy to interface with a microcontroller. The chip is configured.23. One of the most important issues affecting the implementation of microcontroller software deals wi.24. AVR单片机开发中.25. 作基于日立公司superh系列微处理器嵌入式操作系统bootloader源代码.26. touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─.27. iic_test ├─ main.c C语言主源文件 ├─ iic.c IIC总线操作和24C040擦写函数源文件 └─ iic.h IIC总线操作和24C040写定义头文件.28. Nexperia系统声音实现的源码.29. 89C516RD+的两个AD转换程序,89C51是22.1184MHZ,有64KB Flash 256B(DataRAM)+1024B(Ext.RAM)的性价比很高的MCU.30. 网上收集的VC多线程开发、嵌入式开发文档.31. ucos-2在lpc2100上的移制例子。.32. mcf5307实验源代码.33. CPLD对DUSH的读写控制,LINUX下运行.解压即可..34. HART协议由Rosemount公司开发且已向每个使用者开放HART协议采用标准的Bell 202频移键控信号以1200波特通信以低电平加载于4mA~20mA模拟信号上.35. 中文MODBUS协议(完整版)涵盖协议基本内容。不用我多说了吧!自己看好了。.36. μC_OS-II在Nios上的移植(共同学习ucosII).37. SST28F040读写源程序,C语言编写,方便移植.38. 基于ARM 的PDA拼音输入法源程序,c语言编写,方便移植.39. Cypress公司的USB芯片开发资料.40. at91 sam 系列arm7单片机程序下工具.

    标签: 自动变速器

    上传时间: 2013-06-18

    上传用户:eeworm

  • This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This

    This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the node to populate for each recordsets. ADO封装器类 这篇文章一部分基于Bob Place的《ADO is AOK》 (简单的ADO指导) 。 包裹的用法 由2个类组成。 类CDyndb: 这个类别管理连接和记录集。记录集是连接起来的记录的集合,你可以通过他们的ID访问他们。 类CDynRec: 这个类别存放记录集的代码。

    标签: This ADO tutorial article

    上传时间: 2013-12-13

    上传用户:wfl_yy

  • This a wonderful reference on the In s and Out s of using Global JavaScript Variables within Brio In

    This a wonderful reference on the In s and Out s of using Global JavaScript Variables within Brio Intelligence BQY s. 这是一个关于 Brio Intelligence BQY中使用全局 JavaScript 变量进行输入输出的好参考

    标签: JavaScript wonderful reference Variables

    上传时间: 2013-12-19

    上传用户:thuyenvinh

  • flash icon is a small program, it analog the qq s flash icon in the taskbar

    flash icon is a small program, it analog the qq s flash icon in the taskbar

    标签: flash icon the program

    上传时间: 2015-01-29

    上传用户:zhuyibin

  • dances Act now and you ll be given a free membership to a top Internet firm who is changing people s

    dances Act now and you ll be given a free membership to a top Internet firm who is changing people s lives for the better.Mary L. White of LA. stays at home with her children and works just 3 1/2 hours a day... she now earns twice as much money as she did before. Frank Herns Jr. of NY takes 2 vacations a year to the Caribbean and enjoys more time and freedom than ever before. Jane Kennedy of FL fired her boss after 5 months. She finally has the time and money she needs to complete her college education. Craig Garcia of CA tripled his income in just 90 days because took advantage of his free membership.

    标签: membership Internet changing dances

    上传时间: 2015-03-08

    上传用户:xhz1993

  • This is a RPC client pragram for transfer data string(s) to host. It does work we

    This is a RPC client pragram for transfer data string(s) to host. It does work we

    标签: transfer pragram client string

    上传时间: 2015-03-13

    上传用户:manking0408