-
C#程序开发范例宝典 图书光盘附带源码 第17章
C#程序开发范例宝典 图书光盘附带源码 第17章-C# Program development paradigm Baodian Book CD-ROM attached to source Chapter 17
- 2023-07-08 14:55:03下载
- 积分:1
-
custom-sidebars.3.2.3
侧边栏——
自定义边栏 - 动态窗口小部件区域管理器
制作自定义侧边栏配置,并能够选择在网站的每个页面或帖子上显示哪些小部件。(sidebar
Custom Sidebars Dynamic Widget Area Manager
Make custom sidebar configurations and be able to choose what widgets display on each page or post of your site)
- 2019-06-17 16:38:37下载
- 积分:1
-
program
FFT A计权 倍频程分析 三分之一倍频程分析(F F T A w eight o c tave a n al o n e t hird o ctave)
- 2011-12-07 14:02:04下载
- 积分:1
-
task1
binary reading implementation
- 2015-03-07 14:09:56下载
- 积分:1
-
sanbanyuanli
本程序是将普通图片转化为灰度图片,从而提取其灰度矩阵。以及几篇数字散斑相关方法的数学理论,介绍了当前主流的几种搜索方法。(This procedure is the general picture is converted to grayscale image, thereby extracting its grayscale matrix. And several mathematical theory of digital speckle correlation method)
- 2016-11-13 13:05:08下载
- 积分:1
-
基于TCP/IP的连接,包括多个解码部分的插座…
SockeT基于TCP/IP的连接并包含多种解码的共公类部分-SockeT based on TCP/IP connectivity and includes multiple decoded part of the total public category
- 2022-04-22 18:12:16下载
- 积分:1
-
magenta 操作系统,未来谷歌物联网系统
magenta 操作系统,未来谷歌物联网系统,是基于lk开发出的新的嵌入式操作系统很有阅读价值,多线程
- 2022-07-10 01:33:09下载
- 积分:1
-
Hook_technology_HOOK_programming_in_VC_application
说明: 钩子技术、HOOK技术在VC编程中的应用(Hook technology, HOOK programming in VC application)
- 2010-03-27 10:34:27下载
- 积分:1
-
ServUO 0.57最新服务器模拟器(开源)
安装
ServUO入门非常容易。
视窗
只需运行Compile.WIN - Debug.bat并按照提示进行操作即可。该脚本将为您编译服务器二进制文件和Ultima SDK二进制文件,最后为您运行服务器。
运行Compile.WIN - Debug.bat开发,附加调试器和/或扩展输出。
- 2022-07-11 12:28:08下载
- 积分:1
-
回溯法求砝码称重问题
编写c++代码。使用回溯法求解砝码称重问题,代码稍微修改也可用于求解0-1背包问题
问题描述:有n个砝码,现在要称一个质量为m的物体,请问最少需要挑出几个砝码来称?注意一个砝码最多只能挑一次
输入描述 Input Description:第一行两个整数n和m,接下来n行每行一个整数表示每个砝码的重量。
输出描述 Output Description:输出选择的砝码的总数k,你的程序必须使得k尽量的小。
样例输入 Sample Input
3 10
5
9
1
样例输出 Sample Output
2
- 2022-08-05 17:01:05下载
- 积分:1