-
TheEssenceOfPointer
深入理解指针,很详细
要搞清一个指针需要搞清指针的四方面的内容:指针的类型、指针所指向的 类型、指针的值或者叫指针所指向的内存区、指针本身所占据的内存区(the essence of pointer)
- 2009-03-20 14:58:13下载
- 积分:1
-
sms4国密算法java实现代码及jar包
说明: 国密算法的实现与一些测试类,直接使用jar包就可以,转载自csdn(SM2 SM4 SM3 description)
- 2019-03-25 10:25:22下载
- 积分:1
-
消除闪烁
使图像消除闪烁的方法,先在内存中操作,然后在显示 的方法来消除闪烁(enable images to eliminate flicker method, first in memory operation, and then show the method to eliminate Stars)
- 2005-06-14 20:26:19下载
- 积分:1
-
弹性波模拟-地震映像
说明: 可以实现弹性波的地震映像模拟,加入空洞等模型查看正演结果(The seismic image simulation of elastic wave can be realized)
- 2020-05-03 09:06:53下载
- 积分:1
-
avi
说明: VC写的AVI文件解析及播放程序,使用VC解析avi文件主要是分析avi文件头,提取各种信息,比如采样率等,还可以计算文件播放时长。(The AVI file analysis and playback program written by VC. The analysis of AVI files using VC is mainly to analyze the AVI file header, extract various information, such as the sampling rate, etc., and also calculate the file playback time.)
- 2020-04-01 19:54:35下载
- 积分:1
-
DataLogg
将需要保存的数据,保存在EXCEL文档或者TXT文档中。(save you need data for excel or txt file,in NI labview entironment.)
- 2014-03-11 09:02:23下载
- 积分:1
-
NS
基于元胞自动机的交通流模型 ns模型 C++(ns model, C++)
- 2014-02-07 14:57:32下载
- 积分:1
-
HxD
说明: Hex Editor See hexadecimal files
- 2020-06-25 08:20:01下载
- 积分:1
-
Voronoin 3D m
matlab生成泰森多边形,并到处到txt文件,可用于晶体塑性有限元建模(generate a voronoi model and export to files)
- 2020-06-25 20:00:02下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1