登录
首页 » Windows开发 » vc 100 cases of the exciting programming source code, which source code, with vc...

vc 100 cases of the exciting programming source code, which source code, with vc...

于 2022-03-29 发布 文件大小:3.44 MB
0 284
下载积分: 2 下载次数: 1

代码说明:

vc编程一百例的精彩源码,内有源代码,用vc编写,可以作为学习编程的参考-vc 100 cases of the exciting programming source code, which source code, with vc the preparation can be used as a reference to learn programming

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

发表评论

0 个回复

  • run in the background billing system procedures, ProxyServer charge from the log...
    后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:Windows NTProxyServer:NetscapeProxy-run in the background billing system procedures, ProxyServer charge from the log files collected billing information. Using WinInet, CFtpConnection other. Platform : Windows NTProxyServer : NetscapeProxy
    2022-01-26 01:37:27下载
    积分:1
  • 三星6400 onenand 测试代码 ,三星6400原厂板带
    三星6400 onenand 测试代码 ,三星6400原厂开发板带-Samsung 6400 onenand test code, Samsung original 6400 development board with
    2022-01-31 09:24:12下载
    积分:1
  • 生成等角度均匀分布的网格点阵的c++程序,可以用于工程,数学等领域的按角度(alpha, belta, gamma)搜索优化问题。...
    生成等角度均匀分布的网格点阵的c++程序,可以用于工程,数学等领域的按角度(alpha, belta, gamma)搜索优化问题。-Generate uniformly distributed angle of the grid lattice. The c++ program can be used for engineering, mathematics and other fields according to the angle (alpha, belta, gamma) searching optimization problem.
    2022-06-01 11:04:03下载
    积分:1
  • 在 C# 中读取 GPS 装置
    这篇文章将描述一个非常简单的方法,致力于与在 C# 应用程序的上下文内的 GPS 设备。这篇文章不能解决 GPS 设备的工作原理,或可以从大多数 GPS 设备 ; 输出的 NEMA 0183 字符串从搜集到的一切相反,这篇文章是为那些从 GPS 获得现在的位置和使用那点做某事有趣像秀你你在哪里,在地图上只是兴趣。任何外来的或昂贵用于这一项目 ;GPS 源是提供由我 Garmin 过程传说手持 GPS 为 100.00 元 (一个漂亮的小 GPS 但不是高的结束,以确保) 购买。因为我的笔记本电脑提供没有男性的串行端口,以便将该设备连接我需要适配器 ;为此,我选择购买贝尔金串行端口到 USB 适配器 (F5U109) 效果很好 ;用来将设备连接到计算机的电缆是随设备提供的。图 1: 从 GPS 获得目前的工作岗位。让事情比只输出现在的位置更有趣的是,我提供了手段来映射点直接到谷歌地图使用接受在填充当前的经度和纬度的设备该网站上的查询字符串。我已经发布了些类似 C# 角上的一段时间了,但没有 GPS 界面提供。够有趣的是 (但并不惊讶),如果你比较目前的设备状况,与物理地址时在谷歌地图上绘制在地图上所示,您将可能注意到,全球定位系统定位也更加准确的地理编码的物理地址。注意: 要从 GPS 设备检索目前的工作岗位,就必须要配置的设备输出的 NEMA 0183 投诉字符串。请参阅您的所有者手册,以确定如何设置与您可能使
    2022-03-26 15:31:14下载
    积分:1
  • Windows2k&Xp任务管理器加强版
    Windows2k&Xp任务管理器加强版-Windows2kXp task management for enhanced version
    2023-05-08 05:40:03下载
    积分:1
  • 实现载入迷宫和保存迷宫
    实现载入迷宫和保存迷宫-achieve and preserve the printed maze maze
    2023-06-02 10:20:03下载
    积分:1
  • 神迹监视器1.3源代码 另一部分,加起来就比较全了
    神迹监视器1.3源代码 另一部分,加起来就比较全了-miracle monitors 1.3 source code for the other part, add up all the more
    2022-02-07 07:50:17下载
    积分:1
  • 十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
    十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together-- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings,
    2022-03-13 05:45:31下载
    积分:1
  • 链表实现库存管理,可以进行商品的添加,删除等功能,还有日志文件管理...
    链表实现库存管理,可以进行商品的添加,删除等功能,还有日志文件管理-the list is manage stock file
    2022-02-01 06:34:18下载
    积分:1
  • 大整数相加,对于超过语言中长的数相加时, 可用它。
    大整数相加,对于超过语言中长的数相加时, 可用它。-large integer addition, the language-more than a few together, it can be used.
    2022-01-31 22:08:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载