登录
首页 » Windows开发 » 一个小的delphi通讯记录本

一个小的delphi通讯记录本

于 2022-05-29 发布 文件大小:208.30 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

一个小的delphi通讯记录本-a small communications records of the delphi

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

发表评论

0 个回复

  • butterfly on nature
    butterfly on nature-butterfly on nature
    2022-02-28 19:28:14下载
    积分:1
  • matlab写的遗传算法
    生物遗传学的一个基本元素是染色体。染色体彼此相交。变异本身和新设置的染色体生成的。基于需求的一些染色体存活。这是一代一代在生物组织中的周期遗传学。许多代重复上述过程,最后最好的一套染色体根据要求将可用。这是生物遗传学的自然过程。数学算法相当于上述的行为智商的优化技术被称为作为人工遗传算法
    2022-08-13 01:56:51下载
    积分:1
  • 画曲线图
    应用背景CChart is a powerful plotting tool for 2D data visulization in C++ interface, with interaction for mouse and keyboard. Please read the file "DocumentUserguide.chm" for detailed infomation. 关键技术This is fully redistrubution version, with many demonstration projects, including Win32API, MFC and WTL samples. If any problems, please contact author by email: baita00@yahoo.com.cn The author assumes no responsibility for the use or reliability of his software.
    2023-07-17 09:40:07下载
    积分:1
  • 大拇指查看器
    大拇指查看器大拇指查看器项目目的是查看文件 thumbs.db 数据库系统的 Thumbs.db 文件都存储在每个目录,包含在 Windows 系统上的缩略图。该文件在本地创建图像之间,但是,防止系统广泛使用的数据和创建附加的数据加载可移动设备上。[3] 视窗 XP 媒体中心版还将创建 ehthumbs.db 持有的视频文件的预览。在目录中创建的每个缩略图表示此数据库文件中为一个小的 JPEG 文件,而不管 file 的原始格式。默认情况下或其原来的形状,对于具有较长的一边的 96 像素的非正方形图像比例微缩图像调整为 96 × 96 像素为单位)。可以通过设置 Windows 注册表控制大小。每个与发起的缩略图视图的文件夹 (这就是他们显示缩略图的位置或在 Windows 资源管理器中的幻灯片视图) 将有一个 Thumbs.db 文件。文件夹中的图片还在一个标准的大文件夹图标上显示预览图标显示在缩略图模式 — — 在 40 × 40 像素的文件夹中的前四个图像 (或按比例塑造) 时,与叠加一个 1 像素分隔线上。Thumbs.db 文件存储在 OLE 复合文档格式中,相同的格式,很多 Microsoft Office 产品使用。---Referncehttp://en.wikipedia.org/wiki/Windows_thumbnail_cache
    2022-06-15 21:06:18下载
    积分:1
  • eclipse测试sql server 2008 r2数据库是否连接成功代码
    在eclipse中创建一个java project,新建class 名为JDBC1,在项目里加入sqljdbc4.jar包,然后在JDBC1中写入相应代码,测试数据库是否连接成功。
    2022-07-07 21:04:12下载
    积分:1
  • 是一个在EVC下的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写Ge...
    是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed under the program. One difficulty is how to create, write, read a ini file. Because it is under the EVC, many API functions are not supported for example on. Ini file to read and write GetPrivateProfileString and WritePrivateProfileString function. So I started searching online can be easy to read and write ini documents. Finally found a person to write, and can achieve similar functionality GetPrivateProfileString function.
    2022-02-02 11:15:48下载
    积分:1
  • 一个用VB做的简单小游戏,适合VB初学者学习交流,其中还有些BUG...
    一个用VB做的简单小游戏,适合VB初学者学习交流,其中还有些BUG-Using VB to do a simple little game, suitable for beginners to learn VB exchanges, which also some BUG
    2022-11-15 12:10:04下载
    积分:1
  • 1背包问题是NP难题。0
    0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
    2022-03-25 00:00:51下载
    积分:1
  • 国象代码,不错的源代码,初学者使用
    国象代码,不错的源代码,初学者使用-States, such as code, a good source code, for beginners to use
    2022-02-06 17:55:37下载
    积分:1
  • 用冒泡、折半、插入、选择四种分类方法查找所需的元素
    用冒泡、折半、插入、选择四种分类方法查找所需的元素-with bubbling half, insert, select four classifications identify the necessary elements
    2022-07-22 02:53:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载