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

搜索资源列表

  1. CheckListBoxCBN

    0下载:
  2. like the CCheckListBox class provided with MFC, however, it’s use isn’t obvious and the wizard assistance stops at the CListBox class. I’ll describe how to insert it easily in your project. (There may be easier ways to do it, but this is how I do it
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:13028
    • 提供者:理理
  1. YueSeFuProblem

    0下载:
  2. 我选择约瑟夫问题(附带一个合数段的问题这是我们第一次的考试题)做我最后一个上传的代码。因为这是我付出最多的一个,我的第一个程序,当时全班就我一个弄了出来现在想起来都十分高兴。一年以来还做了其他很多小东西,因为太简陋就步多传了,这些足够代表我大一这年的旅程了。希望你们能给我提供一个更大的学习的机会。不久的将来我就会有质量更高的代码上传了。谢谢先-I chose (a few fringe of a problem this is our first examination), the last o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6398
    • 提供者:戴俊
  1. cdvtcmain

    0下载:
  2. 我为班上的班级网站做的Flash源码,大家可以看看哈,效果还不错-class I to class website, the Flash source, we will look at Kazakhstan, and the results were pretty good! !
  3. 所属分类:FlashMX源码

    • 发布日期:2008-10-13
    • 文件大小:439273
    • 提供者:曾利
  1. 03_Color

    0下载:
  2. 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -add color : As the expansion of the second class, I will tell you how to use color. You will understand two color pattern of the Left, the triangle is smooth coloring, with the
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:230221
    • 提供者:zw
  1. A__Pathfin1534641262003

    0下载:
  2. This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. -A * pathfinding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12639
    • 提供者:tongtong
  1. pipeijiao

    1下载:
  2. BBO I类匹配角计算 通过修改相应的参数可以计算其他负单轴晶体的I类匹配角-BBO Class I match angle calculated by modifying the parameters can be calculated other negative uniaxial crystals Class I match angle
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6767
    • 提供者:zhangqiang
  1. mypre

    0下载:
  2. 单个班级学生成绩管理系统:本管理系统只能管理一个班级.本来我开始的构想是可以管理多个班级,而且可以选择课程的,但由于这也是我初次学习VC的一个作品,及能力和时间的限制,只能做到这个样子.有时间一定给大家拿出个更好的-single class performance management system : the management system can manage a class. I originally started the idea is to manage multiple cla
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:126900
    • 提供者:郑金华
  1. lzwnhuffman

    0下载:
  2. The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7926
    • 提供者:sdfsdfwe
  1. cdib--lei

    0下载:
  2. 一个不可多得的学习数字图像处理的vc++类,包括调色板,像素,大小等等,通过调用这个类可以得到更多的图像信息。是数字图像处理的基类。我学图像处理时一直在用,基本上不用调用API很爽的-a rare study of the Digital Image Processing vc categories, including palette, pixel size, etc., by calling this category can be more image information. Digit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4595
    • 提供者:徐超
  1. 全局函数的另一种实现

    0下载:
  2. 全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -It is very convenient by using global function because it needn t include many head files and can be used in almost every class.But when you use it you
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71811
    • 提供者:yao
  1. C讲义

    0下载:
  2. c讲义难度适中是我上课时搜集的希望能给刚开始学习的朋友有所帮助-moderate difficulty c lectures in class I wanted to give the collection the beginning of the study help friends
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1827154
    • 提供者:湖了啊
  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:15229396
    • 提供者:star
  1. CSerialPort.zip

    0下载:
  2. 我写的一个串口通信类,还是很好用的哦,大家可以参考一下,A serial port class i wrote.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:7896
    • 提供者:pengxiaohu
  1. CxImageR_lib

    0下载:
  2. Cximage强大的图片处理C++类,本人编译好的发布版的lib文件,解压使用即可-Cximage powerful image processing C++ class, I compiled release version of the lib file, you can extract using
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:1159364
    • 提供者:梁添添
  1. INI_Class

    0下载:
  2. VC++INI文件读写类,将对一般INI文件的各项操作,包括打开,读,写,修改等功能简化为几个方法,综合为一个类。-VC++ INI file reading and writing class, will the general operation of the INI files, including open, read, write, modify functions simplify several ways, integrated into a category.
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:1827
    • 提供者:narnia
  1. Smarty.class

    0下载:
  2. 一个解释的相当清楚的模版文件,建议你有空看一下吧-A very clear explanation of the template file, I suggest you look at it free
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:12604
    • 提供者:zhangyancai
  1. rtsp

    0下载:
  2. simple rtsp h264 decoding class i-p-b frames are enable etc.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:3031
    • 提供者:mehmet ali
  1. db_mysql.class

    0下载:
  2. 很好用的DB类,结构清晰简洁。自己编写的,希望再进行改进改进。只做参考,没有性能上的优化。-DB use a very good category, the structure of clear and concise. I have written, I hope to improve further improvement. Reference only, not to optimize performance.
  3. 所属分类:MySQL

    • 发布日期:2017-03-30
    • 文件大小:1473
    • 提供者:zhaohongfeng
  1. cSharp2010Database-connection-class

    0下载:
  2. 我测试过一些还行,其它的正在研究,推荐给初学者相互学习-c#2010 Database connection class.I also tested some of the lines, the other is studying.Recommended for beginners to learn from each other。
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4294
    • 提供者:guozhu
  1. Simple-Class

    0下载:
  2. This file contains some javascr ipt to make a simple about class. I ve learned it when i was new student in university
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:10764
    • 提供者:wahyu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com