资源列表

« 1 2 ... .19 .20 .21 .22 .23 49724.25 .26 .27 .28 .29 ... 66581 »

[通讯编程p-Frequency-Shifting-Properties-of-DTFT

说明: Frequency-Shifting Properties of DTFT- Frequency-Shifting Properties of DTFT
<Nirzhar> 在 2025-07-21 上传 | 大小:81kb | 下载:0

[数据库编程lhwy_odbc2

说明:Vc++编写一个相对完善的ODBC数据库程序,一大亮点功能是实现动态创建数据源。其它功能数据库读娶添加、删除、修改等都比较简单,入门者参考的话更有帮助。 -Vc++ to write a relatively complete ODBC database program, a highlight function is to dynamically create a data source. Other features added to marry a database read, del
<> 在 2025-07-21 上传 | 大小:44kb | 下载:0

[界面编程TreeCtrlDB

说明:VC++树形控件与数据库连接的典型实例代码,实现将数据库中的内容加入树型控件中,并通过建立数据库,再与树型控件相连,实现对数据库的访问,从而开发完成一款可以适时读取数据库的动态树形菜单控件。 -VC++ tree control and a typical example of database connection code, and implementation will add the contents of the database tree control, and through
<> 在 2025-07-21 上传 | 大小:30kb | 下载:0

[数据库编程RWAccess

说明:vc++直接使用DAO读写Access数据库,作者是徐景周,采用两种方法:SQL和DAO类函数来混合实现Access文件的操作。 -vc++ read and write Access databases directly using the DAO, the author is Xu Jing Zhou, using two methods: SQL and DAO implementation class function to mix the operation of Access f
<> 在 2025-07-21 上传 | 大小:114kb | 下载:0

[界面编程GWTTest

说明:在VC编写的一个应用程序窗口中,获取另外一个程序窗口中的文本,这曾是在VC论坛里热烈讨论的问题,这个源代码也是本人查阅资料研究之后而写的,还有一些地方仍然摸不着头绪,也希望高手能帮忙找到最佳的解决方案。 -Written in a VC application window, another window to get the text, which had been heated discussions in the VC forum issue, this is my data acce
<madud00102> 在 2025-07-21 上传 | 大小:20kb | 下载:0

[数据库编程adoblob

说明:在vc++开发过程中,有时候需要将数据以二进制方式存储在数据库中,本代码就是实现这一过程的示例,VC++使用ADO实现BLOB二进制大对象数据的存取,其存取的方式与普通数据有所区别,并给出实现图像存取显示的完整示例工程。 -In vc++ development process, and sometimes need to be binary data stored in the database, the code is an example of realization of this
<madud00102> 在 2025-07-21 上传 | 大小:50kb | 下载:0

[数据库编程tbvc

说明:私人联系人管理程序vc++Access版,也就是一个通讯录系统,较简单那种,程序是一位VC初学者所写,没有涉及高深理论,欢迎菜鸟朋友下载参考。它能够完成联系人信息的添加、删除、修改,以DataView显示数据列表等。 -Personal contact management program vc++ Access version, which is an address book system, a simpler kind, the program is written for begin
<madud00102> 在 2025-07-21 上传 | 大小:61kb | 下载:0

[界面编程allwindows

说明:自己编写一个用VC++枚举当前所有打开的程序窗口,其原理是利用GetWindowLong(hWnd,GWL_STYLE)& WS_VISIBLE对打开的窗口进行查找-I have written a VC++ enum with all the current open window, the principle is to use GetWindowLong (hWnd, GWL_STYLE) & WS_VISIBLE to find it on the open windows
<madud00102> 在 2025-07-21 上传 | 大小:11kb | 下载:0

[界面编程C

说明:要求能够实现输入记录、查询记录、更新记录、统计记录、输出记录等功能。-Requires the ability to record the input, query records, update records, statistical records, the output log.
<zhengr> 在 2025-07-21 上传 | 大小:13kb | 下载:0

[GDI/图象编程Zoom

说明:VC++窗口视图缩放的源代码,一个用VC6开发的图形数据支持系统,其中的难点正在于理解坐标系统的含义、各种映射模式的意义以及与逻辑坐标的转换,这个小程序将逐一进行演示和注释。 -VC++ window view of scaling the source code, a use VC6 development of the graphical data to support the system, in which the difficulty is in understanding the
<madud00102> 在 2025-07-21 上传 | 大小:27kb | 下载:0

[GDI/图象编程colorslide

说明:纯VC代码实现窗体背景色动态渐变效果,类似Flash动画一样慢慢切换,没有用其它的控件,完全 VC++代码实现,看上去很不错。希望对朋友们有帮助。 -VC code form of pure dynamic gradient background color, similar to slowly change as Flash animation without using another control, full VC++ code, looks very good. Friends w
<madud00102> 在 2025-07-21 上传 | 大小:16kb | 下载:0

[界面编程ViewModeSDI

说明:多模式VC++窗体的实现源代码,这里的多模式是指窗体在正常显示的时候,由用户可以选择是否精简显示,也就是隐藏菜单栏、隐藏主窗体,隐藏窗体状态栏等,能把窗体隐藏成一个工具条一样。目前,这种效果多应用于一些娱乐软件中,比如影音播放器之类的。   本程序界面是由SDI的MFC文档视图结构实现,但是代码在MDI的多文档/视图中并不能很好的实现,近些日找到一些实现 MDI 的多模式实现方法,具体请看代码。 -Multi-mode implementation of VC++ source cod
<madud00103> 在 2025-07-21 上传 | 大小:179kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 49724.25 .26 .27 .28 .29 ... 66581 »

源码中国 www.ymcn.org