-
wince 平台下的 的一个 OpenGL es 应用的原代码,活动的骷颅, 用EVC4.0下编译...
wince 平台下的 的一个 OpenGL es 应用的原代码,活动的骷颅, 用EVC4.0下编译-wince platform under the application of an OpenGL es original code, the activities of skeleton skull, with EVC4.0 compiled
- 2023-02-22 13:35:03下载
- 积分:1
-
vb编写的简单计算器程序,适合vb入门者看看,
vb编写的简单计算器程序,适合vb入门者看看,-vb write a simple calculator program, suitable for beginners vb look
- 2022-03-20 17:06:11下载
- 积分:1
-
这个程序是用java写的一个模拟进程各种状态之间的转换。通过不同的操作,直观的看到进程之间的状态转换是由什么操作引起的。...
这个程序是用java写的一个模拟进程各种状态之间的转换。通过不同的操作,直观的看到进程之间的状态转换是由什么操作引起的。-the procedure is written in java with a variety of modeling process for conversion between the state. Through the operation, intuitive process to see the state of transformation is what caused the operation.
- 2022-01-27 16:12:59下载
- 积分:1
-
// for(i=1 i<=n i++)
// {
// scanf(" d",&w)
// HT[i].wi = w
// }
// for(i=1 i
- 2022-10-10 11:05:03下载
- 积分:1
-
ns7002芯片软件编程接口示意图
software schematic interface for programming NS7002 chip
- 2022-03-10 01:08:30下载
- 积分:1
-
OA无纸化办公系统
员工待办事宜、我的邮件(内部邮件和internet邮件)、内部及时短信、个人办公申请、个人名片夹、个人日程安排、个人理财、通讯簿、个人相册、个人文档柜、常用链接、我要离线、修改口令、收发短信息、设置定时提醒、查看当前在线人员情况。
- 2022-03-26 04:50:59下载
- 积分:1
-
Visual Assist X is a very good Visual Studio. NET 2003,2002 plug
Visual Assist X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。 -Visual Assist X is a very good Visual Studio. NET 2003,2002 plug-in, support C/C++, C#, ASP, Visual Basic, Java and HTML and other languages, also support VC++ 6, VC2B !+ 5, can automatically identify a variety of keywords, the system function, member variables, automatic paper input prompts, automatic error correction case automatically marked wrong and so on, contribute to the development process to enhance the development of automation and efficiency.
- 2022-07-23 18:45:51下载
- 积分:1
-
Determine the background of an image, llowing extract foreground objects
Determine the background of an image, llowing extract foreground objects
- 2022-02-21 09:08:00下载
- 积分:1
-
Instant insanity in C++
问题:
你有四个彩色多维数据集。每个多维数据集的每一侧是单一的颜色,并且有四种颜色: 蓝色 (B)、 红色 (R)、 绿色 (G) 和黄色 (Y)
描述为前面、 背面、 左、 右、 顶部、 底部的六个面,有的多维数据集颜色:
多维数据集前台回左右顶部底部
1 R B G Y 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 03:14:06下载
- 积分:1
-
win8平板调用摄像头工具
win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。
namespace AForge.Controls
{
using AForge.Video;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
public class VideoSourcePlayer : Control
{
private bool autosize;
private Color borderColor = Color.Black;
private IContainer components;
private Bitmap currentFrame;
private bool firstFrameNotProcessed = true;
- 2022-04-23 12:39:10下载
- 积分:1