Welcome![Sign In][Sign Up]
Location:
Search - visual std

Search list

[Other resourceIEEE_standard_specifications_for_the_implementatio

Description: IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cosine Transform, specifies the numerical characteristics of the 8x8 inverse discrete cosine transform (IDCT) for use in visual telephony and similar applications where the 8x8 IDCT results are used in a reconstruction loop. The specifications ensure the compatibility between different implementations of the IDCT.
Platform: | Size: 630316 | Author: linjianguang | Hits:

[OtherIEEE_standard_specifications_for_the_implementatio

Description: IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cosine Transform, specifies the numerical characteristics of the 8x8 inverse discrete cosine transform (IDCT) for use in visual telephony and similar applications where the 8x8 IDCT results are used in a reconstruction loop. The specifications ensure the compatibility between different implementations of the IDCT.
Platform: | Size: 629760 | Author: linjianguang | Hits:

[Database system111

Description: 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!!
Platform: | Size: 856064 | Author: yang | Hits:

[source in ebookC++_program_tanhaoqiang

Description:   在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),例如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 教材中所有的程序都是符合C++标准规定的,在GCC中能通过,但有的程序在Visual C++ 6.0中通不过。如果在Visual C++ 6.0环境下运行程序,需要对程序作一些修改。例如,如果程序c10-4-1.cpp在Visual C++ 6.0环境下编译,第1行应改为“include <iostream.h>”,并将第2行“using namespace std ”取消即可顺利通过编译,其他类似。我们在教材的例题程序中还提供了能在Visual C++ 6.0环境下运行的程序,在文件名中加了"(VC)"字样,如c10-4-2(VC) 表示它是对程序c10-4-2修改后能用于Visual C++ 6.0环境的程序。-err
Platform: | Size: 173056 | Author: | Hits:

[Speech/Voice recognition/combinecelp48

Description: Visual C++ 6.0环境下的CELP48工程,是美国联邦标准FED-STD 1016的参考代码,可以进行语音信号的编码和解码。另外还可以方便地进行调试和跟踪。-Visual C++ 6.0 environment CELP48 project is the U.S. Federal Standard FED-STD 1016 reference code, voice encoding and decoding signals. It also can easily debug and tracking.
Platform: | Size: 860160 | Author: caruchi | Hits:

[Windows Developpopcapframework_1_3

Description: popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes General * Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update your project files manually. o Note: you can download Visual Studio 2005 Express edition for free from Microsoft (http://msdn.microsoft.com/vstudio/express/) * PAKfile support- See docs/Pak Resource File Support.doc * Added support for wide displays and for windowed emulation of wide displays. * Some wide string/localization related changes to strings/chars: Use the WideString.vcproj projects for widestring support * Added support to draw anti-aliased lines/polygons. * Cached WAV files are "encrypted" (weakly) to prevent the easy copying of sound resources. * All demos were made to be widestring compatible and we added corresponding widestring projects. std::string has been replaced with SexyString, char with SexyChar, and a few std::string to SexyString conversion functions are no
Platform: | Size: 8726528 | Author: blueseaineye | Hits:

[hospital software systemmatlab

Description: my project is "implementation of mini-PACS in health care system". the image is in std DICOM format & is compressed using wavelet based JPEG2000 & transferred using JPIP to the reciever where the reciever will have an editor(that we are going to develop in visual studio C++) to view the medical image & has many options that can be performed i.e. rotation of the image, zooming , region of interest, skewing & saving in desired form.
Platform: | Size: 1817600 | Author: nmp | Hits:

[Education soft systemStd

Description: 在网上找的一个很好的宿舍管理系统,供大学一起学习-Visual Basic+access
Platform: | Size: 303104 | Author: cz | Hits:

[VC/MFCexamples

Description: 在这部分中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 教材中所有的程序都是符合C++标准规定的,在GCC中能通过,但有的程序在Visual C++ 6.0中通不过。如果在Visual C++ 6.0环境下运行程序,需要对程序作一些修改。例如,如果程序c10-4-1.cpp在Visual C++ 6.0环境下编译,第1行应改为“include <iostream.h>”,并将第2行“using namespace std ”取消即可顺利通过编译,其他类似。我们在教材的例题程序中还提供了能在Visual C++ 6.0环境下运行的程序,在文件名中加了"(VC)"字样,如c10-4-2(VC) 表示它是对程序c10-4-2修改后能用于Visual C++ 6.0环境的程序。-Provided by Hemopurification edited "C++ Programming" ( Tsinghua University Press) , a book chapters Example procedures to facilitate the teaching of teachers , but also facilitate the reader machine and run these programs on this basis in this section modify and debug procedures. Program set up folders ( subdirectories ) by chapter , as contained in the folder c12 are all examples of the Chapter 12 process . Program s file name beginning with c , number one correspondence with examples , such as the c5-7.cpp program examples in Chapter 5 is 5.7 . For the same textbook example contains two or more programs , and in the file name plus a sequential number, such as c10-4-1.cpp is a program of section 10.4 , c10-4-2.cpp are cases 10.4 the first two programs. All program materials are in line with the C++ standard in the GCC through , but some programs in Visual C++ 6.0 in the pass .++ If you run the program under Visual C 6.0 environment , you need to make some modifications to the progr
Platform: | Size: 86016 | Author: compiler | Hits:

[SQL ServerDWKPerformance

Description: 一、源码特点 后台登录,权限管理,适合二次开发使用,欢迎下载学习 二、功能介绍 本源码是一个成绩管理系统源码,分为教师登录和学生登录,有不同的权限 三、菜单功能 教师管理 1、学生信息管理:添加学生;删除学生;查看所有学生信息;评价 2、学生成绩管理:录入成绩;修改成绩 3、学生成绩统计:各科平均成绩;成绩排名 4、退出 学生管理 1、查看成绩 2、老师寄语 3、退出 四、注意事项 1、开发环境为Visual Studio 2010,数据库为SQLServer2012,使用.net 4.0开发。 2、教师登录名密码为:admin 学生登录名密码为:std 3、附加数据库连接字符串配置文件在App_Code\DataBase.cs 4、DB文件夹中是数据库文件,附加即可(Student achievement management)
Platform: | Size: 3057664 | Author: 打算发发噶 | Hits:

CodeBus www.codebus.net