-
JSP连接SQL数据库的实现
JSP连接SQL数据库的实现-JSP to SQL databases to achieve
- 2022-04-29 08:28:11下载
- 积分:1
-
Mouse events programming examples
Mouse 鼠标事件编程的例子-Mouse events programming examples
- 2023-02-23 01:10:03下载
- 积分:1
-
PXA27x library for Windows CE 5.0
pxa27x library for windows ce 5.0
- 2022-01-26 02:20:43下载
- 积分:1
-
delforexp.zip dephi数据格式
DelForExp.zip 格式化Delphi数据-DelForExp.zip to format Dephi data
- 2022-03-23 17:49:22下载
- 积分:1
-
系统编程的内部知识
系统编程的内部知识-system of internal programming knowledge
- 2022-01-25 18:00:25下载
- 积分:1
-
和上次上传的差不多
但这个是用DDA算发编的
和上次上传的差不多
但这个是用DDA算发编的-and upload the same but the DDA is a series of the count
- 2022-03-13 08:25:46下载
- 积分:1
-
Process begins to create producers, consumers and then create them from the shar...
程序首先创建生产者,然后创建消费者,他们从共享数据结构存取数据,使用互斥信号量,可以有效保护共享数据。-Process begins to create producers, consumers and then create them from the shared data structure to access data, the use of mutex semaphores, shared data can be effectively protected.
- 2022-01-28 19:29:33下载
- 积分:1
-
一个很好的关于开机启动画面的源码, 如果有什么不明白之处,可以留言互相交流一下...
一个很好的关于开机启动画面的源码, 如果有什么不明白之处,可以留言互相交流一下-A good source on the boot splash screen
- 2022-06-13 11:40:32下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
浮动点 multipliacation,ieee754 vhdl 语言和语言执行
这里又是的步骤:
第一,将转换为科学记数法的两种表示形式。因此,我们明确表示隐藏的 1。
在这种情况下,X is 1.01 X 22 and Y is 1.11 X 20.
Let x
- 2022-03-21 23:08:28下载
- 积分:1