登录
首页 » Windows开发 » Priorities: 1) Keep It Simple 2) Do not couple to any specific unit te...

Priorities: 1) Keep It Simple 2) Do not couple to any specific unit te...

于 2023-01-01 发布 文件大小:48.39 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

Priorities: 1) Keep It Simple 2) Do not couple to any specific unit test framework. - use appropriate IdTest.pas units to plug into required framework. Units are named IdTest*, so they can be easily searched/listed. eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units. -Priorities: 1) Keep It Simple 2) Do not couple to any specific unit test framework. - use appropriate IdTest.pas units to plug into required framework. Units are named IdTest*, so they can be easily searched/listed. eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.

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

发表评论

0 个回复

  • 这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
    这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!-This is a MP3 player on the procedures for the process, the students from where I beat up, tried it, also!
    2023-08-11 10:10:03下载
    积分:1
  • 可以让你的VB程序换上很漂亮的皮肤控件。 比ActiveSkin 要好用些...
    可以让你的VB程序换上很漂亮的皮肤控件。 比ActiveSkin 要好用些-The VB program allows you to put on a very beautiful skin controls. Should be easy to use more than ActiveSkin ~ ~
    2022-02-02 08:37:24下载
    积分:1
  • This document contains details about image enhancement techniques,spatial domain...
    This document contains details about image enhancement techniques,spatial domain,frequency domain mathods.image stretching ,contrast slicing,sample codes , and some outputs are also included.
    2022-07-07 23:19:26下载
    积分:1
  • 这是一个数字
    这是AD数模转换的资料 希望能够给大家起作用-This is a digital-analog converter AD information to the U.S. hope to play a role
    2022-01-28 06:36:12下载
    积分:1
  • 用MFC实现音频播放器
    用MFC实现的音频播放器,格式为wav,你也可以在网上搜索关键词,将格式改为其他的,本程序还实现了根据声音大小绘制波形的功能,如下图所示。希望打开通过动手制作基于C++的音乐播放器,了解播放器的原理。并通过自己动手,在windows播放器组件的基础上,可以参考我的算法,去实现自己的界面和自己的播放模式。
    2022-06-28 00:23:26下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • MSN Client in Assembler
    Old client for Messenger (MSNP) before upgraded to XML format. Pure assembler, compile with FASM
    2023-05-17 02:20:04下载
    积分:1
  • Bilinear transform algorithm input order, the sampling time, control variables (...
    双线性变换算法 输入阶次 ,采样时间 ,控制变量 ( 时 =1, 时 =0) b1为s函数或z函数多项式的系数,先输入分子的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),再输入分母的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),均存到b1内。 -Bilinear transform algorithm input order, the sampling time, control variables (time = 1, when = 0) b1 function for s or z function polynomial coefficient, the coefficient of the first input elements (from the high power to low power of , high-coefficient of zero, should be type 0, the coefficient between the key separated by a space), and then type the denominator of the coefficient (from the high power to low-power, high-coefficient of zero, should be type 0, between the coefficient of keys separated by spaces), are kept within the b1.
    2022-02-04 07:44:22下载
    积分:1
  • some classic VC source code (1)
    一些经典的VC源代码(1)
    2022-03-19 17:13:44下载
    积分:1
  • addddddddddddrrrrrrrr
    通过分割特征学习这里的任务是定位给定图像中所有可能的人脸
    2022-05-08 02:11:12下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载