-
计算器程序,可以对表达式进行计算。很有参考价值的
计算器程序,可以对表达式进行计算。很有参考价值的-Calculator procedure, the expression can be calculated. Valuable
- 2022-05-05 18:15:11下载
- 积分:1
-
这是一个实现城市出租车路程查询的小系统,包括管理和查询两个功能,基本实现了查找最近路程和其他相关信息的功能!...
这是一个实现城市出租车路程查询的小系统,包括管理和查询两个功能,基本实现了查找最近路程和其他相关信息的功能!-This is an urban taxi distance query small systems, including management and query the two functions, basically to find a recent trip and the function of other relevant information!
- 2023-07-16 02:35:03下载
- 积分:1
-
Ace
Ace-High mp3转换器3.2-Ace-High MP3 Converter 3.2
- 2022-10-13 16:10:03下载
- 积分:1
-
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点-Bezier curves of the executable program, note: vc languages 3 4 vertex
- 2022-01-31 22:49:13下载
- 积分:1
-
Java 项目
布局系统的重要性日益增加。数千名应聘者取决于单元格的位置。但申请人面临这么多的问题。这个项目是尝试尽量减少申请人可以找到正确的工作的问题。如果我们能做到在线电脑和移动的警报进程会这么快速和方便的申请人。不令人心烦的问题,然而,新技术主要是使生活更好的和要容易得多对于大多数 0 人,所以必须得出结论他们应该受到欢迎。
- 2022-02-01 12:47:36下载
- 积分:1
-
Principles of Computer Organization course design, simulation, implementation ci...
计算机组成原理课程设计,仿真实现cisc指令系统的设计。实现乘法运算。代码。-Principles of Computer Organization course design, simulation, implementation cisc instruction design. To achieve multiplication. Code.
- 2022-07-14 14:27:27下载
- 积分:1
-
动态分割的窗口!树形和列表类型的窗口的初始化!初学者工程开发!...
动态分割的窗口!树形和列表类型的窗口的初始化!初学者工程开发!-Dynamic segmentation of the window! Tree and a list of types of window initialization! Project Development for beginners!
- 2023-02-07 00:15:04下载
- 积分:1
-
windows mobile平台上的一款连连看游戏。
windows mobile平台上的一款连连看游戏。-windows mobile platform Lianliankan a game.
- 2022-03-28 11:35:20下载
- 积分:1
-
VB制作的MP3简单算法 希望对初学者希望有用 交流272172926
VB制作的MP3简单算法 希望对初学者希望有用 交流272172926-VB useful for making MP3 a simple algorithm for hope
- 2022-03-31 20:12:40下载
- 积分: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