-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-10-26 08:15:03下载
- 积分:1
-
用于字幕滚动的源代码,挺好用的
用于字幕滚动的源代码,挺好用的-subtitles rolling for the source code, the very good
- 2023-04-15 12:45:03下载
- 积分:1
-
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助...
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-NURBS 3D graphics algorithm source code to engage in three-dimensional graphics programming to help people
- 2022-07-01 04:55:23下载
- 积分:1
-
个性化的界面,用C#开发,具有系统托盘,图标界面等功能
个性化的界面,用C#开发,具有系统托盘,图标界面等功能-personalized interface with C# development, with the system tray, the icon interface function
- 2022-08-08 00:02:39下载
- 积分:1
-
用vc++开发的信号发生器
里面包含信号发生器的源代码
用vc++开发的信号发生器
里面包含信号发生器的源代码
-With vc++ Developed signal generator signal generator which contains the source code
- 2023-06-12 15:20:03下载
- 积分:1
-
一个关于图形绘制的例子,教你使用Graphics对象绘图
一个关于图形绘制的例子,教你使用Graphics对象绘图-on a graphic example, you use the Graphics object mapping
- 2022-06-27 21:13:55下载
- 积分:1
-
VC interface is really very bad skin problem Walsh said, but added that a lot of...
VC的界面换肤是令人很不好搞定的问题,网上的介绍倒是有不少,但是个个都需要Dll或者Lib,而且效果也不甚理想。某日,突然想到能不能用Delphi里边的成熟界面组件vclskin做成Dll让C++来用呢,于是试了一下,没想到效果还真不错呢!感兴趣的可以体验一下哦!-VC interface is really very bad skin problem Walsh said, but added that a lot of online presentation, but everybody needs Dll or Lib, and the results would be less than expected. One day, a sudden thought can not use Delphi components inside the mature interface vclskin made Dll to C++ to use it, so tried it, did not expect a good result really does! May be of interest to experience the Oh!
- 2022-05-07 19:25:36下载
- 积分:1
-
本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:program filescommon filessy...
本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中
#import "g:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF")
msado15.dll的路径-The program uses ADO to visit ACCESS2000 database. Please modify stdafx.h appropriate in# Import
- 2022-07-01 21:22:59下载
- 积分:1
-
可加入图像的组合框类
可加入图像的组合框类-be added to the portfolio image frame
- 2023-08-13 22:30:03下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1