CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 5.7
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 5.7 - List
[
Other
]
piano3
DL : 0
通过d/a转换器产生模拟信号,使用pc机作为简易电子琴。使计算机数字键1、2、3、4、5、6、7作为电子琴键。硬件8253,8255,dac0632-through d / a converter produce analog signals, the use of PCs as simple flower. The computer keys, as an electronic Qinjian. Hardware 8253,8255, dac0632
Update
: 2008-10-13
Size
: 940byte
Publisher
:
汪江
[
WEB Code
]
求职简历封面7
DL : 0
个人简历精美封面设计七,欢迎大家继续踊跃下载,制作出自己精美的简历封面。-biographical notes on the seven exquisite cover design, we continue to enthusiastically welcome to download, create their own curriculum vitae exquisite cover.
Update
: 2008-10-13
Size
: 50.64kb
Publisher
:
彭锦
[
Other resource
]
KeilCCC
DL : 0
usb 的固件源代码,绝对真实! 注意事项: 1、本程序主体来自于Cypress网站:EZ811.zip\\firmware\\Emb_Host; 2、本程序只能支持少数几种U盘,如爱国者迷你王64M,128M,爱国者精锐128M,实达网上之星64M; 3、本程序死活不能支持朗科的ODN型64M U盘,询问其技术人员,他们建议购买ODH,OSA,OSB,OSC等型号; 参考书: 计算机USB系统原理及其主/从机设计 马伟编著 北京航空航天大学出版社 ISBN 7-81077-381-X 定价:29.5元-usb firmware source code, absolutely true! Note : 1, the main procedures from the Cypress website : EZ811.zip \\ firmware \\ Emb_Host; 2, the procedure can only support a few USB drives, such as the Patriot mini-64M, 128M, 128M Patriot elite, Shida Public Internet Star 64M; 3 this procedure can not support the life and death of the ODN-based Lucent U-64M, asked its technical staff, they recommended the purchase of ODH, OSA, OSB, OSC models; reference : USB computer system and its main tenets / Design MA from the compilation of aviation space Beijing University Press ISBN 7 - 81077 - 381-X Price : 29.5 yuan
Update
: 2008-10-13
Size
: 13.18kb
Publisher
:
李建
[
Com Port
]
gSeral
DL : 0
GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, the amounts can be interrupted with receiving / sending of multiple serial communication program (Dan has used its seven series serial communication procedures). Turbo C 3.0 Dos Win3X/9X/ME/NT/2K or the DOS operating environment
Update
: 2008-10-13
Size
: 6.25kb
Publisher
:
guchong
[
assembly language
]
78+687+67468
DL : 0
使用汇编语言打印输出三阶魔方阵。此程序的功能是:可以输出1、3、5、7、9阶魔方阵。-use of assembly language print output third-order magic matrices. This procedure is the function : 1,3,5,7,9 bands can export the devil phalanx.
Update
: 2008-10-13
Size
: 1.35kb
Publisher
:
肖肖
[
Other
]
shuju2
DL : 0
数据分类的小程巽 比如: data segment buf1 db 1 2 38 9 47 6 5 buf2 db 1 2 3 412 13 14 511 16 15 610 9 8 7 buf3 db 1 2 3 4 516 17 18 19 615 24 25 20 714 23 22 21 813 12 11 10 9 dbuf db 14 dup(?)-data classification small way Sunda For example : data segment buf1 db 1 2 38 9 47 6 5 buf2 db 1 2 3412 13 1451116 156109 8 7 buf3 db 1 2 3 451617 18 1961524 2 5 2071423 22 2181312 11 10 9 14 dbuf db dup ()
Update
: 2008-10-13
Size
: 978byte
Publisher
:
3313658
[
Other
]
kechensheji
DL : 0
设8359的两端口地址为60H,61H,使用三号中断源,IR3与SP相连。中断方式为边沿触发方式,每按一次AN按钮产生了一次中断信号,向8259A发出中断请求信号。如果中断源电平信号不符合规定要求则转到7号中断,显示“Err”。CPU响应中断后,在中断服务中,对中断次数进行计数并显示,计满5次结束,显示器显示“Good”。-established in 8359 to address two port 60H, 61H, use Route interrupt source, P value will cause connected with the SP. Interrupt trigger for 2500, every time the button AN produce a signal interruption. A 8259 issued to the interrupt request signal. If the interrupt source-level signals do not meet requirements on the 7th was interrupted to show that "Err." CPU interrupt response, after a break in service, the interruption frequency count and showed that the expiration of five times over, The display shows "Good."
Update
: 2008-10-13
Size
: 61.31kb
Publisher
:
刘德华
[
ASP
]
SFLASH_A-7.11
DL : 0
BENQ drive flash utility for DOS
Update
: 2008-10-13
Size
: 148.56kb
Publisher
:
Karr Wang
[
assembly language
]
diamazhuanhuan
DL : 0
这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中: 模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。-This a letter or number into the system procedures, five main modules, Call module and a module is a 7 module called Blocks 2, 3, 4 and 6 4 module, which : Module 2 lowercase letters to the realization of capital letters conversion module to achieve three capital letters to lowercase letters conversion module is 4 is the binary number to hexadecimal number of conversion modules to achieve 6 hexadecimal number to the number of binary conversion modules into seven achieve 16 to the metric system for a few number of conversion by the "q" key to exit. Use, the need to document seven separate compilation, linking method : 5 +1 +2 +3 +4 +6 +7 generating executable files "5" will be running.
Update
: 2008-10-13
Size
: 4.78kb
Publisher
:
李浪
[
File Operate
]
pbjh
DL : 0
PowerBuilser是目前比较流行的基于客户机/服务器的开发工具,它目前的版本是PowerBuilder 7.0。本书主要介绍了PowerBuilder 7.0的核心DataWindow技术,包括PowerBuilder DataWindow、DataWindow Java Edition、HTML DataWindow和ActiveX的DataWindow技术。
Update
: 2008-10-13
Size
: 499.03kb
Publisher
:
杜
[
Other resource
]
seg
DL : 0
7段数码管显示的VHDL语言,适合初学者用,相当不错的
Update
: 2008-10-13
Size
: 799byte
Publisher
:
土波
[
Other resource
]
xsglxt
DL : 0
学生成绩管理系统 《学生成绩管理系统》的设计与实现报告 内容 1、每一条记录包括一个学生的、姓名、4门课成绩。 2、输入功能:可以一次完成若干条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名查找学生记录,并显示 5、插入功能:按平均成绩高低插入一条学生记录 6、删除功能:如果输入错误,可以删除学生记录; 7、退出。
Update
: 2008-10-13
Size
: 33.44kb
Publisher
:
我就没
[
assembly language
]
7-2
DL : 0
利用5×7的点阵显示器显示英文字母A~F,每个字符显示0.5S,如以PC机作为实验平台,按任意键后退出程序。
Update
: 2008-10-13
Size
: 851byte
Publisher
:
Vivian
[
Other
]
canf18xx8.h
DL : 5
、 先在microchip网站上找到00738.zip,这个包中有 can18xx8.h,can18xx8.c,将其复制到一个你要编写程度的子目录中,例如C:\testcan下,这个时候这个东东是不能直接用的。 2、 下载一个MPLAB 7.10,直接安装(要求直接下载) 3、 再下载一个PICC18 (HI-TECH的),要正版哦(支持正版,买不起的想其它办法吧) 4、在你的头文件上写上如下的样式: #include "stdio.h" #include "can18xx8.h" #include "pic18fxx8.h"//可能是“pic.h”不太好包含,因此常会报错,直接包含克服之 5、然后设置好PICC和MPLAB,如果MPLAB上没有PICC18,则到PICC的网上下一个安装软件,可以直接运行安装就有了。 6、按照工程的基本要求把你的源代码、添加上两个库(不加也可以) 然后就可以写如下代码了:下面是一个完整版,可以直接使用microchip的库函数,本程序只是仿真调试过,未在多个芯片通信过,仍在制作中。 #include "stdio.h" #include "can18xx8.h" #include "pic18fxx8.h" unsigned long NewMessage; BYTE NewMessageData[8]; BYTE MessageData[8]; BYTE NewMessageLen; enum CAN_RX_MSG_FLAGS NewMessageFlags=1; BYTE RxFilterMatch; void main() { //int a; //int b; CANInitialize(1, 5, 7, 6, 2, CAN_CONFIG_VALID_XTD_MSG); while(1) { // Application specific logic here // Check for CAN message if ( CANIsRxReady() ) { CANReceiveMessage(&NewMessage,NewMessageData,&NewMessageLen,&NewMessageFlags); if ( NewMessageFlags & CAN_RX_OVERFLOW ) { // Rx overflow occurred; handle it } if ( NewMessageFlags & CAN_RX_INVALID_MSG ) { // Invalid message received; handle it } if ( NewMessageFlags & CAN_RX_XTD_FRAME ) { // Extended Identifier received; handle it } else { // Standard Identifier received. } if ( NewMessageFlags & CAN_RX_RTR_FRAME ) { // RTR frame received } else { // Regular frame received. } // Extract receiver filter match, if it is to be used RxFilterMatch = NewMessageFlags & CAN_RX_FILTER_BITS; } // Process received message // Transmit a message due to previously received message or // due to application logic itself. if ( CANIsTxReady() ) { MessageData[0] = 0x01; CANSendMessage( 0x02,MessageData,1,CAN_TX_PRIORITY_0 &CAN_TX_STD_FRAME & CAN_TX_NO_RTR_FRAME); } // Other application specific logic } // Do this forever // End of program } 以上均是参考文档并进行了修正,由于中间总是报错,为了大家让CAN更容易,谢谢大家!
Update
: 2009-05-25
Size
: 10.43kb
Publisher
:
lovelzs2008@126.com
[
Windows Develop
]
东华3.5屏 资料
DL : 0
东华3.5屏 资料东华3.5屏 资料 东华3.5屏 资料 东华3.5屏 资料 东华3.5屏 资料 东华3.5屏 资料 东华3.5屏 资料
Update
: 2010-10-23
Size
: 410.29kb
Publisher
:
automationboy
[
Documents
]
TCLAT25181图纸 01-29A41A-MA1
DL : 0
TCLAT25181图纸 01-29A41A-MA1
Update
: 2010-11-04
Size
: 933.04kb
Publisher
:
ogo125@126.com
[
Other resource
]
多媒体视频数据编辑
DL : 0
ss
Update
: 2011-05-06
Size
: 2.08mb
Publisher
:
454748342@163.com
[
Books
]
WM_6.5模拟器使用教程
DL : 0
WM_6.5模拟器使用教程
Update
: 2011-05-29
Size
: 1.53mb
Publisher
:
liniv@hotmail.com
[
Documents
]
SIRF第5代GPS处理电路资料
DL : 2
SIRF第5代GPS处理电路资料,IC PDF资料电路图DEMO
Update
: 2012-09-26
Size
: 12.78mb
Publisher
:
luck_2005@126.com
[
Other
]
灵灵狗V9升级7.30
DL : 3
灵灵狗V9升级包2013年7月30日包包
Update
: 2013-08-27
Size
: 14.95mb
Publisher
:
wangke371@126.com
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.