-
bouncetest java编写的程序学习编程爱好者…
JAVA编写的BounceTest程序 供编程爱好者学习参考之用-JAVA BounceTest prepared by the procedures for learning programming enthusiasts with reference
- 2022-01-25 23:27:54下载
- 积分:1
-
用于集成电路设计中,对lef和def的操作
用于集成电路设计中,对lef和def的操作-used for the design of integrated circuits, the right and lef def operation
- 2022-09-19 19:20:03下载
- 积分:1
-
这里实现跑马灯的方法是,依次灭掉前一个灯和点亮后一个灯,再延时一会,不断循环,就可以看到跑马灯的效果了。
请在编译后,进入仿真,点全速运行看结果...
这里实现跑马灯的方法是,依次灭掉前一个灯和点亮后一个灯,再延时一会,不断循环,就可以看到跑马灯的效果了。
请在编译后,进入仿真,点全速运行看结果-Marquee realize here the approach is to eliminate the former followed by a light and lit a lamp post, and then one will be delayed, and constantly cycle, you can see the effect of the Marquee. Please compiled into the simulation, watch the results point to run at full speed
- 2022-02-05 23:53:18下载
- 积分:1
-
非常全面的数据库管理系统 全面对sql使用,通过实例实践。
非常全面的数据库管理系统 全面对sql使用,通过实例实践。-A very comprehensive round of the sql database management system used by example in practice.
- 2022-01-25 16:47:08下载
- 积分:1
-
fifofile名称:FIFO
FIFOFile name:FIFO
//Describe:32*32bit FIFO
//Input:data[31:0],wrreq,rdreq,clock
//Output:q[31:0],full,empty
//Date:2009-12-10
-FIFO
- 2022-01-26 01:28:57下载
- 积分:1
-
索尼社区的地方2和mulit_users VRML浏览器。
sony community place broswer 2.0 for VRML and Mulit_Users.
- 2022-03-07 03:14:15下载
- 积分:1
-
FIR Filters of Variable Length
FIR Filters of Variable Length -Laboratory 4 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following question: How many coefficients are required when implementing a FIR filter for clear division between one range and another?Different filter lengths may be selected and the effect heard.
- 2022-11-02 05:05:02下载
- 积分:1
-
C#折叠菜单 点击展开二级项
C#窗体上的折叠菜单效果,点击展开二级项,这种菜单 觉得实用性很强,在许多的程序中几乎都可以见到类似的菜单功能,可一级一级显示子菜单,当然,本例中的菜单只是支持二级,若包括更多的子菜单项,则需要改进代码了。
- 2022-08-16 11:31:35下载
- 积分:1
-
一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助...
一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助-prepared with a box of games, including 1-15 figures will disrupt their re-arranged If Pai no longer provide appropriate help
- 2022-02-26 23:43:06下载
- 积分:1
-
VB API实现简单的程序窗口
VB 基于API技术实现简单的程序窗口,源码文件说明:用VB的模块模仿写的几个小例子(不用窗体)[源码]
FirstWindow
利用Win32API和消息机制显示的窗口(VB6则把一切底层操作隐藏起来)
Menu_Project
使用Res文件中的菜单资源来显示菜单,这个VB版的程序没能显示出菜单,这是两者的差异,VB6应该不能通过加载资源文件中的菜单资源来在窗口中显示菜单。
MsgWindow
先打开Windows附件中自带的Notepad记事本程序,然后在程序中将要显示的内容通过SendMessage发送到记事本中,可以通过查看记事本中的内容来了解MsgWindow的运行情况。
在程序中将收到的消息查表翻译成文本以“WM_XXX”格式显示出来,并且将调用各个API函数的过程也显示出来,这样可以分析窗口的各种行为和消息之间的关系。
SendMessage 两个程序,一个Send,一个Receive,利用SendMessage函数实现两个程序窗口间的消息互发
代码中用到了StrUtils_Change1.bas模块,来自PSC,自已做了些许修改。主要是用到了wsprintf函数,对应于Win32API函数wprintf(Win32API函数wprintf在VB中不能去调用它,调用会出错。)
- 2023-08-17 05:30:03下载
- 积分:1