搜索资源列表
智能卡网吧管理系统文档源代码
- 1. 发卡服务端:Server 项目文件:autojet.prj 2. 计费客户端:Client 项目文件:internet.prj Explorer.prj 先启动Explorer.exe, 再启动internet.exe 3. 数据库脚本 INIT(原版).SQL 和 New init.sql(新版),数据库名 NetBar 4. 动态连接库: NETBAR.dll hookdll.dll 5. 大学生公寓城Syste
MF500绝密
- 非接触式IC卡开发板源程序,包括原理图/PCB图;源程序在KEIL环境下编译,打开压缩包后直接点击PRJ文件,即可编译使用。 这是个保密文件,做Mifare one卡开发人基本上都用过到这个源代码。-non-contact IC card development board source, including schematics / PCB map; The source KEIL compiler environment, open compressed directly click E
PRJ
- 酒店动态上网的IP管理程序(基于Sygate)-hotels dynamic IP Internet management procedures (based on Sygate)
TC3_ucos2_ucgui
- Turbo C 3.0 + UCOS2 + UCGUI PC学习版本, 在csword网友的基础上改正了一个BGI的小问题,并 加入了IDE环境:Turbo C++ 3.0 带路径直接解压到到D:\\根目录就能用, 解压后,请运行d:\\myworks\\tc\\tc.exe 而后打开项目选择d:\\myworks\\tc\\bin\\ucgui\\ucgui.prj 而后按Ctrl+F9下运行即可。 注意运行后在WinXP全屏下会没有响应, 建议在Vmware下
TC3_ucos2_ucgui2
- 在纯DOS下运行的TurboC3_ucos2_ucgui bug改进版本,直接解压到D:\\根目录下,运行D:\\myworks\\tc\\bin\\tc.exe,打开project,打开ucgui目录下的ucgui.prj,而后按Ctrl+F9编译并运行!-in pure running under DOS TurboC3_ucos2_ucgui bug improved version directly to extract D : \\ root directory, typing D :
anndemo
- 这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。 ann/prj/vs7下是编译整个库的Visual Stdudio 2003工程文件 该开发包为http://www.aiport.net分发,详细帮助和最新资料请登陆该网站查看。-This is a neural network development ki
motor1
- 文件列表: Motor._c Motor. cof Motor.dbg Motor.dp2 Motor.hex Motor.lis Motor.lk Motor.lst Motor.mak Motor.mp Motor.o Motor.prj Motor.s Motor.src-documents list : Motor._c Motor.c Motor.cof Motor.dbg Motor.d p2 Mo
PWMz
- 文件列表: _1b8.aaa _1ek.aaa _1s0.aaa _11g.aaa Pwm._c Pwm.c PWM.cof PWM.dbg PWM.dp2 PWM.hex PWM.i PWM.lis PWM.lk PWM.lst PWM.mak PWM.mp PWM.o PWM.prj PWM.s PWM.src PWM_cof.aps PWMtest.i PWMtest._C PWMtest.C
DELPHI_CVAVR_EEPROM
- 这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\\EEPROM.dpr ...... DELPHI 项目包 ..
ATMega8_PWM_LCD
- 利用Atmel ATMega8 的定时器功能和PWM功能,制作频率发生器。 有LCD显示,并可实时调节ATMega8的各个相关的寄存器内容。 支持红外遥控器输入。 ..\\频率发生器.prj ......主芯片项目文件 ..\\频率发生器.c ......主芯片主程序 ..\\频率发生器.asm ......主芯片汇编文件(自动生成) ..\\频率发生器.hex ......可供烧录的文件 ..\\频率发生器_client.prj ......副芯片项目文
CVAVR_M16_Sound
- 这是一个让单片机发出音乐的程序,包括几种简单的声响,警声,和几首音乐。 ..\\TestSound.prj 项目文件 ..\\TestSound.c 主程序文件 ..\\Music.h 音乐驱动文件 ..\\Music_data.h 几首音乐数据文件 ..\\TestSound.hex 可供烧录的文件 ..\\TestSound.asm 生成的汇编文件-This a music MCU issued procedures, including several sim
ApOS
- 自己正在开发的一个ARM9的操作系统。详细信息请访问www.another-prj.com-itself is the development of an ARM9 operating system. For more information, please visit www.another - prj.com
ds400_srom
- This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) f
c_wenbenbianjiqi
- 用C语言编写的功能强大的文本编辑器。 说明: 调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向Tc的include目录;或者把源程序拷贝到TC目录下运行。 运行时需要做生成一个工程文件来包含所有的C源代码,制作工程文件(后缀.prj)。在TC2.0里面,需要输入.c文件的文件名,而在TC3.0里面,则可以通过鼠标和菜单选择要放到工程中的文件。-C language of the pow
AsynchronousClass.ZIP
- windows下串口同步通信的一个类,The files ASYNCH.H and ASYNCH.CPP are the actual source code to the asynchronous object class. The file SPDTERM.CPP is merely a sample test program to test the interrupt and some of the functions of the class. To compile, sim
ssgly-Prj
- 以前做的一个j2ee的项目,可以用来做下参考-before doing a j2ee projects can be used to make a reference
GUI_TC20
- 一个真正的多窗口的图形界面系统,支持鼠标和各种控件,用tc2.0就可以编译通过。编译的时候用tc2.0打开gui.prj然后build就行。
prj
- 动态设置打印程序,请大家下载使用,有不完善地方请指正.-a good print program,please down and use
Clear-VC-Prj
- 清理VC编译后残 留下来 的项目文件-Clear VC Prj