-
big码转GB码源码,即汉字繁简转换
big码转GB码源码,即汉字繁简转换...
big码转GB码源码,即汉字繁简转换
big码转GB码源码,即汉字繁简转换-big switch codes GB source code, that is big Chinese character conversion code to source code GB, Chinese character conversion
- 2022-03-14 19:55:04下载
- 积分:1
-
分离MIDI音轨各个音轨为单独的MIDI文件。
分离MIDI音轨各个音轨为单独的MIDI文件。-MIDI tracks separating different track as a separate MIDI files.
- 2022-02-03 01:46:07下载
- 积分:1
-
类似于网络蚂蚁的下载软件(VB源码
类似于网络蚂蚁的下载软件(VB源码-network similar to the ants download software (VB source
- 2022-05-25 22:32:09下载
- 积分:1
-
mx27 f14v2 源代码。包括ADS板上诸多驱动的源码。
mx27 f14v2 源代码。包括ADS板上诸多驱动的源码。-mx27 f14v2 source code. ADS board, including many of the source drive.
- 2022-07-18 10:09:00下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
学生用户管理系统入门工程项目
学生用户管理系统入门工程项目用户管理模块实战,从登入模块的密码教研 到用户的数据添加 删除 修改,前端的 HTML css 样式等等的入门级的学习案例,再到后端框架的开发4系统框架结构简介Spring MVC + Hibernate + Shiro + FreeMarker1)Java源代码目录src2)页面代码目录WebContent3)数据库以及重要配置文件位置src/solution.properties
- 2022-03-24 04:39:35下载
- 积分:1
-
OPC test code 1.0
OPC 测试代码1.0-OPC test code 1.0
- 2022-04-18 02:33:53下载
- 积分:1
-
详细解析了C++的原理,并且深入机理结合应用,很值得看一看...
详细解析了C++的原理,并且深入机理结合应用,很值得看一看-good,sorry,my english is poor!
- 2023-02-07 23:25:03下载
- 积分:1
-
编译原理实验一词法分析源程序及简单的测试数据
编译原理实验一词法分析源程序及简单的测试数据-Principles of Experimental Analysis of the term compile source code and test data
- 2022-05-26 18:26:29下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1