码迷,mamicode.com
首页 >  
搜索关键字:system center dpm    ( 59043个结果
个人所得税计算系统
Windows系统,C语言个人所得税计算系统。 1 #include <stdio.h> 2 3 #include <windows.h> 4 5 int main() 6 7 { const int ZBB=5000; 8 9 const float Ctaxrate0=0; 10 11 cons ...
分类:其他好文   时间:2021-06-02 19:31:27    阅读次数:0
计应191西 康文龙 3组
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace ConsoleApplication1{class Class1{privat ...
分类:其他好文   时间:2021-06-02 19:27:51    阅读次数:0
计应191西 曲明明 第三组
using system;using system.collections.generic;using system.linq;using system.text;using system.threading.tasks;namespace consoleapplication3{ class pr ...
分类:其他好文   时间:2021-06-02 19:26:59    阅读次数:0
计应191 西 张海鹏 第三组
using system;using system.collections.generic;using system.linq;using system.text;using system.threading.tasks; namespace consoleapplication3{ class p ...
分类:其他好文   时间:2021-06-02 19:26:24    阅读次数:0
计应191西 李映玑
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-06-02 19:20:50    阅读次数:0
计应191一组(西)侯金鹏
一、结果呈现1. 界面设计窗体界面设计:两个label标签(一个显示题目,一个显示正确率),一个文本框textBox(输入答案),一个列表框listBox(保存做过的题目)。 2. 运行结果呈现 复制一下啊 using System; using System.Collections.Generic ...
分类:其他好文   时间:2021-06-02 19:20:03    阅读次数:0
P错误14274:pymssql._pymssql.OperationalError) (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (#SyStem@123.57.144.189)\n')
问题描述: pymssql模块连接sqlserver出现如下错误: pymssql._pymssql.OperationalError) (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Se ...
分类:数据库   时间:2021-06-02 19:05:11    阅读次数:0
list<obj>提取int类型进行计算
1 /** 2 * Statistics测试. 3 * 4 * @param streamBeanList 5 */ 6 public void testStatistics(List<StreamBean> streamBeanList) { 7 8 IntSummaryStatistics in ...
分类:其他好文   时间:2021-06-02 18:57:02    阅读次数:0
小学口算题卡——计应191第一组邱爽
一、用户故事 小学生家长需要一款软件,能够一次出10道100以内的正整数加减运算。 二、需求分析 1、随机出题,不能超纲 2、不能产生结果为负数 3、自动阅卷 4、计时器 三、具体设计 四、核心代码 Great接口 1 package cn.dao; 2 3 import cn.entity.Ti; ...
分类:其他好文   时间:2021-06-02 18:41:42    阅读次数:0
C# 反射调用dll中的方法
反射提供描述程序集、模块和类型的对象(Type 类型)。 可以使用反射动态地创建类型的实例,将类型绑定到现有对象,或从现有对象中获取类型,然后调用其方法或访问器字段和属性。 如果代码中使用了特性,可以利用反射来访问它们 namespace assembly_name { public class a ...
分类:Windows程序   时间:2021-06-02 18:18:16    阅读次数:0
59043条   上一页 1 ... 18 19 20 21 22 ... 5905 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!