-
about windows xp system and some new technology
about windows xp system and some new technology
- 2022-02-07 04:24:09下载
- 积分:1
-
中国数字医疗网论坛 -创新HIS系统 纯C#源码
资源描述
数字医疗
中国数字医疗网论坛 -创新HIS系统 纯C#源码.rar
可以参考
- 2022-03-30 16:11:35下载
- 积分:1
-
High
高质量 C++/C 编程指南林锐 博士编著,软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的 C++/C 程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面 N-1 个读者的建议。
-High-quality C++/C Programming Guide edited by Dr. Lin Rui, software quality is seen by most programmers have paid lip service rather than the heart thing! In addition to complete layman and truly master the programming, the initial read a book, you feel will be the first to panic: " wow! I had fabricated C++/C program how would there be so many problems?" Do not sorry, the author merely A few years ago than you, more than just a few panic-stricken. Please take 12 hours to carefully read through 100 of this book, you will be benefited, which is N-1 in front of a reader" s suggestion.
- 2023-01-17 22:50:03下载
- 积分:1
-
主要用于“信息系统分析与设计”方面的教学和学习。
主要用于“信息系统分析与设计”方面的教学和学习。-Mainly used for
- 2023-06-14 14:15:09下载
- 积分:1
-
模拟电梯运行程序
功能如下:
初始化时,电梯位于第一层;
有键按下时,开始运行
运行时距离相差一层的才被记录并
向上运行时记下...
模拟电梯运行程序
功能如下:
初始化时,电梯位于第一层;
有键按下时,开始运行
运行时距离相差一层的才被记录并
向上运行时记下所有的所在层下面的请求;
向下运行时记下所有的所在层上面的请求;
到达楼层后,关掉指示灯,开门并停留20S
在停留的20S中包含关门的时间
在停留期间,按下关门则立即关门!
假设关门的时间是5S,在这个时间内按下开门时将开门停留
当有人按下该层按钮时,则自按下起停留20S
然后关门继续运行
当到达楼层时,传感器输出高电平
************************************************************
I/O口描述:
模拟方式驱动:
P0口连接DAC0832的数据口
P2_6CS1
P2_7CS2
P2口作为传感器信号输入端
P2_0-P2_41~5
P1口作为来自按键的控制信号输入端
P1_0~P1_6 按键的 1~7
timer1作为定时器定时20S使用 -simulated lift operating procedures following functions : initialization, the lift in the first layer; Press a button, Operation started running away from the difference was only one record to run on all remember when the host layer below the request; remember running down all the host layer above; arrived at the floor, turn off lights come on, 20 remain open and stay in the S 20 S includes closing time during his stay in? closed immediately closed! Assuming the c
- 2022-04-01 16:57:37下载
- 积分:1
-
嵌入式软件运行在手机上的学习你是包装方法…
嵌入式软件运行在手机上的打包方法 希望帮助你学习-Embedded software running on mobile phone at the packing method of study you wish to help
- 2022-05-29 22:15:37下载
- 积分:1
-
asp类的应用,功能强大 的类应用,方便您的开发与设计
asp类的应用,功能强大 的类应用,方便您的开发与设计 -this is about asp class!!!
- 2022-03-20 10:34:26下载
- 积分:1
-
math libraries for scheme
math libraries for scheme
- 2022-09-01 04:10:04下载
- 积分:1
-
2 自由机器人手臂运动范围检查
这是 2 自由机器人手臂运动范围检查。公共类 TDraw {私人 PictureBox picbox = null ; 私人位图位图 = null ; 私人图形 = null ; 私人双 xmin,xmax,ymin,ymax ; 논리좌표최소최대 / / 논리좌표를좌표로public 浮球的 xpixelpos (双 xpo) {返回 Convert.ToSingle (picbox。ClientSize.Width/(xmax-xmin) * (xpos-xmin)) ;}公众持股量 ypixelpos (双 ypos) {返回 Convert.ToSingle(-picbox.ClientSize.Height / (ymax-ymin) * (ypos-ymin) + picbox。ClientSize.Height) ;}公众持股量 xpixelsize(double xsize) {返回 Convert.ToSingle (picbox。ClientSize.Width * xsize/(xmax-xmin)) ;}公众持股量 ypixelsize(double ysize) {返回 Convert.ToSingle (picbox。ClientSize.Height * ysize/(ymax-ymin)) ;}pixel좌표를논리좌표로public 双 xposD (浮法 xpixel) {返回 Convert.ToDouble ((xmax-xmin) / picbox。ClientSize.Width * xpixel + xmin);}公共双 yposD (浮法 ypixel) {返回 Convert.ToDouble ((ymax-ymin) / (-picbox。ClientSize.Height) * (ypixel-picbox。ClientSize.Height) + ymin) ;}公共双 xsizeD (浮法 xpixelsize) {返回 Convert.ToDouble (xpixelsize/picbox。ClientSize.Width * (xmax-xmin)) ;}公共双 ysizeD (浮法 ypixelsize) {返回 Convert.ToDouble (ypixelsize/picbox。Clie
- 2022-10-29 14:20:03下载
- 积分:1
-
华中科技大学博士论文,是关于信令协议方面的,希望对大家有帮助...
华中科技大学博士论文,是关于信令协议方面的,希望对大家有帮助-Huazhong University of Science and Technology doctoral thesis is on the signaling protocol, we hope to help
- 2022-03-07 11:00:25下载
- 积分:1