登录
首页 » Windows开发 » SSD4 Exercise 3. Very useful for those giving SSD4 course.

SSD4 Exercise 3. Very useful for those giving SSD4 course.

于 2022-03-24 发布 文件大小:245.44 kB
0 274
下载积分: 2 下载次数: 1

代码说明:

SSD4 Exercise 3. Very useful for those giving SSD4 course.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成Ado...
    HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成AdoDataSet并注释了原来使用CodeSite的部分代码及单元Doc目录下是针对本源码的教程:IntraWeb开发指南Delphi园地2003.10.20调式通过-HRHumanResoure(ModificationEdition).InTraweb This Programme is programmed by Delphi7!The originaldesigner is Hubdog .It use BetterADODataSet (UserControl) originally,now change into AdoDataSet,and write comment to parts of CodeSite and UnitDoc index(the tutorial of this programme IntraWeb Delphi Developing Guide Zone).2003.10.20 this programme go through the debug
    2022-02-06 03:17:25下载
    积分:1
  • by 2, 10, 8, Hexadecimal inconvenient, and the specially prepared two, 10, 16, o...
    因二、十、八、十六进制转换不方便,特意编写了这个二、十、十六,八进制可以相互转换的小程序。-by 2, 10, 8, Hexadecimal inconvenient, and the specially prepared two, 10, 16, octal could change from one small procedure.
    2022-05-08 16:57:06下载
    积分:1
  • 通过模拟按键winIO接口的信息,其中有驱动的使用…
    模拟按键 信息通过winio接口实现,里面有驱动源码 和 使用例子-Information through the analog button winio interface, which has driven the use of source and example
    2022-03-20 16:12:40下载
    积分:1
  • 主要用于网站,和编程以及Java的应用!
    主要用于网站开发,和编程以及Java的应用!-Mainly used for web site development, and programming, as well as Java applications!
    2022-01-25 21:05:16下载
    积分:1
  • 用于jsp的日期转换
    用于jsp的日期转换-jsp for the date change
    2022-08-13 11:42:40下载
    积分:1
  • 交通灯控制电路 一、 设计任务与要求 1.设计一个十字路口的交通灯控制电路,要求甲车道和乙车道两条交叉道路上的车辆交替 运行,每次通行时间都设为25秒; 2.要...
    交通灯控制电路 一、 设计任务与要求 1.设计一个十字路口的交通灯控制电路,要求甲车道和乙车道两条交叉道路上的车辆交替 运行,每次通行时间都设为25秒; 2.要求黄灯先亮5秒,才能变换运行车道; 3.黄灯亮时,要求每秒钟闪亮一次 。 二、实验预习要求 1.复习数字系统设计基础。 2.复习多路数据选择器、二进制同步计数器的工作原理。 3.根据交通灯控制系统框图,画出完整的电路图。-a control circuit design tasks and requirements 1. Design a crossroads of traffic lights control circuit, and requested a B lane cross-road of two lanes of traffic on the turn of operation, each time prevailing Set 25 seconds; 2. Asked yellow first-five seconds, can transform running lanes; 3. Bright yellow light, flashing a request per second. Two experimental rehearsal requirements 1. Review of digital systems design basis. 2. Review of Multiple Choice of data, binary synchronous counter to the principle. 3. According to the traffic light control system block diagram to depict the integrity of the circuit.
    2022-04-14 23:27:03下载
    积分:1
  • 微软编程精粹 这份电子书籍由PC Home俱乐部、C++ Bulider讨论区数位网友分别整理完成,基本上完全按照所据译本原貌,极少数文字为通顺起见稍作修改...
    微软编程精粹 这份电子书籍由PC Home俱乐部、C++ Bulider讨论区数位网友分别整理完成,基本上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。由于并非一人整理完成,书中例程各章节代码书写风格可能稍有不同-Microsoft programming the essence of the e-books by PC Home Club, C++ Bulider Discussion digital finishing netizen were completed, which are essentially in accordance with the original appearance, according to a translation, a very small number of good text for the sake of some slight modifications. As not one person finishing completed chapters of the book routine code writing style may be slightly different
    2022-05-05 16:49:13下载
    积分:1
  • mtc 1.0b(支持鼠标,turbo2.0)
    资源描述本软件使你的TurboC2.0支持鼠标 ,很古老的代码,可以学习下。
    2022-01-26 03:08:56下载
    积分:1
  • windows下,USB程序,VC编译运行通过,实现了USB的一些基本功能...
    windows下,USB程序,VC编译运行通过,实现了USB的一些基本功能-windows, under, USB program, VC compiled to run through to achieve some of the basic features of the USB
    2022-05-14 13:49:36下载
    积分:1
  •  JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
     JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。   JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
    2022-08-19 07:40:31下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载