搜索结果
找到约 307 项符合
src-draw 的查询结果
Java编程 程序构架基于:运用JSP+Struts+JSTL技术的MVC架构
程序构架基于:运用JSP+Struts+JSTL技术的MVC架构,数据库采用SQL Server。
使用说明:
设置数据库:
把/zefeng/database/zefenggb_Data数据库文件,附加到SQL Server数据库中,数据库的用户名和密码设置成sa。
本程序源代码在/zefeng/src/目录下。 ...
uCOS 一、注意事项 1. 所附程序是(电子菜单)的源代码
一、注意事项
1. 所附程序是(电子菜单)的源代码,均经过ARM SDT2.51集成环境编译连接通过,可在北京博创兴业有限公司的实验平台ARM300上运行。
2. 各实验的全部源代码分别存放在各实验目录下面。其中主要源代码在SRC子目录中,更多的其他源代码分散存放在实验目录下的各个子目录中。程序运行时所需图片在各实验目录下的bmp ...
嵌入式/单片机编程 minigui实例源代码
minigui实例源代码,目标板处理器是s3c2410,包括相应的配置文件。代码包括Dialog box、Simple editor、Bitbmp disp、GDI draw等
驱动编程 The sfloppy sample is a super floppy driver that resides in the directory \NtddkSrcStoragesfloppy. I
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port ...
DSP编程 Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each
Welcome to the software files for the ADS8361 to TMS320F2812!
There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders.
Modes I and III are explo ...
网络 本程序是一个动态建立链表的程序 分为链表的建立
本程序是一个动态建立链表的程序
分为链表的建立,打印,按照num大小顺序添加节点和删除这四个子函数。源码程序在src和include文件夹里面,可执行程序是Linked_list_demo
Java编程 一个简单的同学录系统,有增、删、修改、查询、分页功能
一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。
编程环境:MyEclipse+Access+Tomcat5.5
文件列表:
index.jsp-------------------首页文件模块
add_new.jsp-----------------增加记录模块
modify.jsp------------------修改记录模块
del.jsp---------------------删除记录模块
save.jsp------ ...
单片机开发 新华龙单片机的ISP客户端程序
新华龙单片机的ISP客户端程序,可通过JTAG在线刷新内部固件,这个压缩包为SRC源代码。
嵌入式Linux 一个比较好的44B0的启动代码. 工程目录结构说明 --根目录 -- bootloader.apj, ARM Project Manager工程文件 -- INC目录, 头文件 -
一个比较好的44B0的启动代码.
工程目录结构说明
--根目录
-- bootloader.apj, ARM Project Manager工程文件
-- INC目录, 头文件
-- SRC目录, 源文件
-- Debug目录, debug版本的编译和链接结果
-- Bin2C, 将Bin文件转化为C代码的数组的软件
-- DOC, 相关文档。 ...
Delphi控件源码 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei
图形显示技巧,这是其中一段代码
procedure TForm1.Button1Click(Sender: TObject)
var
newbmp:TBitmap
i,bmpheight,bmpwidth:integer //推拉
begin
newbmp:=TBitmap.Create
newbmp.Width:=image1.Width
newbmp.Height:=image1.Height
bmpheight:=image1.Height
bmpwidth:=image1.Width
for i:=0 to bmphei ...