CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vs2008 the

搜索资源列表

  1. MyNote

    0下载:
  2. 摘要:C#源码,菜单窗体,托盘提示   C#日志托盘提示代码+源程序,本例主要是练习如何在Windows托盘处显示一个图标,支持右键菜单,这在编程中比较常见,也比较基矗   一个小的日志提示程序,一运行,就会出现首页,按alt+f4隐藏首页,该图标会在显示在右下角托盘上。4当到一定的时间,就会自动运行别外一个页面,打开你的主页,主页上写上你的要做的事情就OK,我设定的是17:55:18分,大家可以根据需要,我加几个窗口,来提示某时做什么。 可以通过这个程序学会托盘程序的编写方法。
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:307128
    • 提供者:木天
  1. test_bootini

    0下载:
  2. boot.ini文件修改实例,通过自动增添,删除实现开机界面的显示和隐藏 win32工程 vs2008编译-modify the boot.ini file instance, by automatically adding, deleting and boot interface display and hide the vs2008 compiled win32 project
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:15509
    • 提供者:未愈书生
  1. test_url

    0下载:
  2. 收藏夹中的快捷方式分析提取其中的网址,vs2008编译,win32工程-Favorites shortcut analysis to extract the URL, vs2008 compile, win32 project
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:14983
    • 提供者:未愈书生
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:6045696
    • 提供者:蔡浩宇
  1. License-Plate-Recognition.tar

    0下载:
  2. opencv 下车牌识别的小程序 平台 vs2008 opencv2.2-The license plate recognition program under opencv Platform vs2008 opencv2.2
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:8281
    • 提供者:pulu
  1. VS2008PMSSQL2005

    0下载:
  2. 利用VS2008和MSSQL做出来的一个商务管理系统,有点像淘宝的商家网站。后台实现得很好。用户名和密码均是admin。只需将压缩包解压到D盘,然后将ODBC的数据库设置一下就可以了。数据库访问的内容,还需轻微设置。不懂的电邮我。严禁用于商业用途,违者必究。-Using VS2008 and MSSQL made ​ ​ out of a business management system, a bit like Taobao s business websites. Ba
  3. 所属分类:.net

    • 发布日期:2017-05-18
    • 文件大小:4623360
    • 提供者:清水
  1. Rain

    0下载:
  2. D3D9模拟关于雨的源代码,用vs2008编译时出错的话就将出错处中包含的9去掉-D3D9 simulation of rain of the source code, using VS2008 compiler error word will contain 9 remove error at
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:1010559
    • 提供者:chenos
  1. opencvshow

    1下载:
  2. OpenCV MFC 边缘检测 VS2008 MFC下用OpenCV2.0进行图像读取和边缘检测,通过对话框来打开图像文件、然后图像大小进行缩放、适当地显示在图片控件的框架内-OpenCV MFC under VS2008 MFC edge detection for image reading and using OpenCV2.0 edge detection, through the dialog box to open the image file, and then scaling t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6050495
    • 提供者:terry
  1. quadrics.ps

    0下载:
  2. opengl实现的quadric算法,是原作者提供的源代码,编译环境可以是vs2008.-quadric algorithm with OPENGL in c++ language. this code is provided by the original author of this algorithm and can be compiled in vs2008.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2249678
    • 提供者:kathy
  1. Caculator1.0

    0下载:
  2. 在VS2008下可以直接打开,编译运行的简易计算器-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 In the VS2008 can be directly opened, compile and run a simple calculator
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:56127
    • 提供者:黄佩锋
  1. FakeCoding1.1

    0下载:
  2. C#语言编写的随机生成防伪码控制台程序,VS2008下直接发开编译运行-C# language randomly generated code console program, VS2008 directly open the compiler to run
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:421148
    • 提供者:黄佩锋
  1. Btree

    0下载:
  2. B树的C++实现代码,实现了插入,删除,查找的功能,在VS2008和GCC下通过编译。 B树的实现代码在Btree.h里,TestBtree.cpp是一个非常简单的测试-Implementation code of the Btree
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1809916
    • 提供者:shuho
  1. chess01_0919

    0下载:
  2. 单机版五子棋,实习小任务,完成基本功能,界面友好。VS2008.以供大家参考学习,代码有些许注释-Stand-alone version of backgammon, practice small tasks to complete basic functions, user-friendly. VS2008. To study for your reference, the code slightly comments
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-04
    • 文件大小:1166796
    • 提供者:幽蓝
  1. TreeAndList0930

    0下载:
  2. “仿windows资源管理器”平常练习用的小程序任务,模仿windows资源管理器用VS2008开发的自己的资源管理器,基本功能实现,以供童鞋们参考。都是已经运行通过并提交检查过的。有注释-Common practice with little programming tasks, imitate Windows resource management VS2008 is the development of their own resource manager, basic functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6335567
    • 提供者:幽蓝
  1. TCP-UDP

    0下载:
  2. TCP-UDP传输文件通信,包含了SDK版和MFC版的服务器和MFC版的客户端,用VS2008-TCP, UDP transfer files communication, including the SDK version and the MFC version of the server and MFC version of the client, with VS2008
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-01
    • 文件大小:14017177
    • 提供者:djj
  1. QXGameEngine0112MMORPG

    0下载:
  2. Silverlight-MMORPG游戏引擎0112源码 这里要说明的,此完成度约50 的2D-ARPG游戏引擎存在地图未切割、多线程未优化、算法未优化、无寻路等诸多毛病, 总结原因是架构上一开始就存在着问题,因此我不打算对其再进行完善及后续制作了。至于它的开源,或许对所有的朋友有大害而无一益, 那么就让它深藏吧。但是就是因为有了它的存在,才会有了本教程以一个更为优雅、简约时尚的姿态出现。我将在本例中完全屏弃 它所有的弱点,实现它未实现的所有功能,让所有的朋友们均能用WP
  3. 所属分类:Game Engine

    • 发布日期:2017-11-15
    • 文件大小:61607018
    • 提供者:阿宽
  1. 2DGraph

    0下载:
  2. 在vs2008中用MFC开发的2d图形小程序,用户从对话框中输入纽线参数,程序绘制相应的纽线图形-Developed using MFC in vs2008 2d graphics applet, the user input from the dialog box New Zealand line parameters, the program draws the corresponding graph lemniscate
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-28
    • 文件大小:10440349
    • 提供者:
  1. ClearFile

    0下载:
  2. ClearFile C#开发的一个WPF程序的源代码。功能为在电脑制定位置删除(支持批量)指定名字或指定后缀的文件。VS2008可直接编译通过。对初学者熟悉WPF框架、 C#、及Windows编程都有很大的借鉴意义。-ClearFile C# development of a WPF application source code. Function formulation for the location of the computer to delete (support volume) s
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:91966
    • 提供者:高扬
  1. MY3DPushBox

    0下载:
  2. 3D推箱子的游戏。开发工具vs2008+dx9.0引擎代码没有时间去整理和优化了,现在将代码公开。-3D Push Box game. Development tools vs2008+ dx9.0 engine code is no time to organize and optimize, and now the code is open.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1309000
    • 提供者:朱晓明
  1. 1

    0下载:
  2. c# 动态比较两个文件是否相同(VS2008),很值得学习,经典!-c# dynamically compare the two files are identical (VS2008), it is worth learning, classic!
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:14833
    • 提供者:qinjun
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com