-
adaptiveParithmetic
自适应算术编码的例子,使用的是整数算术编码(Examples of adaptive arithmetic coding, the use of integer arithmetic coding)
- 2013-01-23 21:57:33下载
- 积分:1
-
迷宫问题
说明: 此为回溯法求解迷宫问题的源代码,问题描述如下:
迷宫问题的求解是实验心理学的一个经典问题.,心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多壁障,对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了奶酪,吸引老鼠在迷宫中寻找通路以到达出口。设计回溯算法实现迷宫求解。(Retrospective method)
- 2020-06-16 01:40:01下载
- 积分:1
-
linklist
初始化链表、插入、删除、求表长、按值查找、读取元素值、显示线性表(CreatLinkList;InsertLinkList;DeleteLinkList;LenLinkList;SearchLinkList;GetfromLinkList);GetfromLinkList;)
- 2019-06-19 03:26:13下载
- 积分:1
-
TestDemo
说明: 这是Biolock的酒店SDK,它可以帮助您从C#Code制作RFID阅读器(This is an hotel SDK for Biolock, this can help you to make RFID Reader from C# Code)
- 2020-06-16 10:40:01下载
- 积分:1
-
Wolfe-Powell--CPP-
用wolfe-powell准则求解问题。具体实例用c++语言给出。(-use Wolfe-Powell method to solve the problem)
- 2014-12-05 14:02:07下载
- 积分:1
-
cSharp
c#经典范例 很不错 实例 供初学者使用(c# good)
- 2012-10-10 16:19:58下载
- 积分:1
-
vs
说明: 这本电子书主要还是对于已经具有一定编程经验的人准备的,对于细节是没有说明的,主要是介绍理解性的内容(This eBook is mainly those who already have some programming experience in the preparation, the details are not specified for the main content is to introduce the understanding of)
- 2010-05-05 23:41:09下载
- 积分:1
-
statementanalysis
实现编译原理中语法分析,对于输入的语句判断是否是正确的(Realize the principle of grammar compiler analysis, for input to determine whether the statement is correct)
- 2008-06-06 19:16:02下载
- 积分:1
-
8X8X8
光立方,8*8*8的,源代码,原理图和电路板我会陆续上传(
Light cube, 8* 8* 8, the source code, schematics and board I will continue to upload)
- 2014-03-31 22:01:04下载
- 积分:1
-
PassingValueFromToForm 視窗傳值
PassingValueFromToForm 視窗傳值
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace PassingValueFromToForm
{
//Refer: http://www.codeproject.com/Articles/14122/Passing-Data-Between-Forms
public partial class Form1 : Form
{
// For Delegates Use
public delegate void delPassData(TextBox text);
// For Public Value Use
public static string str;
public static string str2;
public Form1()
&
- 2022-06-25 23:34:33下载
- 积分:1