资源列表

« 1 2 ... .95 .96 .97 .98 .99 10600.01 .02 .03 .04 .05 ... 14958 »

[Dephi控件源码DBPool

说明:Delphi 7下测试通过的数据库连接池对象,有ADO和DBExpress两种方式,都兼容了SQLServer和oracle,使用方式为创建TDBExpPool或者TADOPool,执行查询语句直接调用OpenSQL,返回一个TataSet,使用完毕释放。insert语句使用ExecSQL,如果要使用事务,请先调用GetDBConn获取一个DBConn,然后调用Enter,调用Pool的ExecSQL时传入此DBConn,使用完毕Lea
<李健> 在 2024-10-12 上传 | 大小:7168 | 下载:0

[Dephi控件源码uMultInst

说明:防止程序的多个实例同时运行,当已有一个实例在运行的时候单击运行此程序会激活上一个实例,使用的时候在工程加入此单元即可-To prevent multiple instances of the program to run, when there is already a running instance when running this program click activate on an instance, when used
<李健> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[操作系统开发main

说明:基于多任务编程,充分利用MCU的内存资源,达到良好的实时性-Based multi-task programming, full use of the MCU' s memory resources, to achieve good real-time
<天天> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[MacOS编程superresolution_v_2.0

说明:实现了超分辨率重建的各种已存在的方法,包括,keren at el,等运动估计算法,也包含了四种比较常用的重建方法-Achieve super-resolution reconstruction of various existing methods, including, keren at el, and other motion estimation algorithms, also includes the reconstruct
<zhangyongyu> 在 2024-10-12 上传 | 大小:2665472 | 下载:0

[汇编语言SJA1000_A51

说明:关于SJA1000的汇编程序,完整的,且有详细的解释-About SJA1000, assembler, complete, and detailed explanations
<pipi> 在 2024-10-12 上传 | 大小:73728 | 下载:0

[Dephi控件源码override

说明:override在类的继承中的应用: TBase = class procedure proc1 virtual procedure proc2 end TChild = class(TBase) procedure proc1 override procedure proc2 end -override the inherited class in the applica
<zhutao> 在 2024-10-12 上传 | 大小:361472 | 下载:0

[编译器/词法分析recursive-fill.tar

说明:Some example code for you to learn java and recursion.
<Brandylon> 在 2024-10-12 上传 | 大小:9216 | 下载:0

[汇编语言M6Res

说明:魅族miniplayer(m6)的资源修改工具,参考魅族论坛上的资源文件格式制作而成。命令行界面-Meizu miniplayer (m6) resource editing tools, reference resources on the Meizu forum made the file format. Command line interface
<顺口溜> 在 2024-10-12 上传 | 大小:7168 | 下载:0

[汇编语言TLS

说明:PE文件支持TLS回调的例子,asm语言编写,可以在程序运行前运行特定的代码。-PE file support TLS callback example, asm language, you can run a particular program before running the code.
<顺口溜> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[编译器/词法分析yimaqishiyan

说明:译码器实验,通过此实验熟悉译码器的工作原理-Decoder experiment, familiar with the decoder through this experiment works
<cnx> 在 2024-10-12 上传 | 大小:310272 | 下载:0

[操作系统开发Minidisk

说明:1.用FAT实现一个简单的文件存储系统 2.实现一个缓冲区,用来读文件和写文件 -1. Achieved with a simple FAT file storage system 2. Achieve a buffer used to read files and write files
<小陈> 在 2024-10-12 上传 | 大小:33792 | 下载:0

[编译器/词法分析tuxingbianyiqi

说明:这是一个“图形编译器”的C语言程序,使用它能够画出你想要的矢量图形-This is a " graphical compiler" C-language program, you want to use it to draw vector graphics
<ldc> 在 2024-10-12 上传 | 大小:332800 | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 10600.01 .02 .03 .04 .05 ... 14958 »

源码中国 www.ymcn.org