登录
首页 » C# » 很好的家庭财务管理系统,用Csharp写的,可以作为毕业设计

很好的家庭财务管理系统,用Csharp写的,可以作为毕业设计

于 2022-04-24 发布 文件大小:3.66 MB
0 88
下载积分: 2 下载次数: 1

代码说明:

很好的家庭财务管理系统,用Csharp写的,可以作为毕业设计-A very good family financial management system, written using Csharp can serve as a graduate design

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LadarScanner
    基于Visual C++的激光雷达数据读取和处理程序。激光雷达型号为LMS511(Based on Visual C++ lidar data reading and processing procedures. Model LMS511 laser radar)
    2013-06-05 20:15:40下载
    积分:1
  • IOTEST
    LPC2103的绝大部分驱动,包括串口,AD转换,RTC,定时器,spi(LPC2103 the vast majority of drivers, including the serial port, AD converter, RTC, timer, spi)
    2021-02-10 22:29:52下载
    积分:1
  • CRC
    LTE物理信道CRC编码C语言代码,包括16,24a,24b三种格式(C language code of CRC coding for LTE physical channel, including three formats 16,24a and 24b )
    2013-08-10 11:39:46下载
    积分:1
  • 测试链接并显示查询数据
    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;//Download by http://down.liehuo.netusing System.Data.SqlClient;namespace Case05_12{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { try { //生成连接数据库字符串 string ConStr = "data source=.;database=ljp;uid=sa;pwd=123"; //定义SqlConnection对象实例 SqlConnection con = new SqlConnection(ConStr); //定义Select查询语句 string Sql = "select*from biaoge"; SqlDataAdapter ada = new SqlDataAdapter(Sql, con); DataSet ds = new DataSet(); //定义DataSet对象实例 ada.Fill(ds); //连接数据表格,显示数据 this.dataGridView1.DataSource = ds.Tables[0].DefaultView; } catch { return; } } private void button2_Click(object sender, EventArgs e) { this.Close(); Application.Exit(); } }}
    2014-10-02下载
    积分:1
  • crc24a查表法
    crc24a查表法 0x000000, 0x864cfb, 0x8ad50d, 0x0c99f6, 0x93e6e1, 0x15aa1a, 0x1933ec, 0x9f7f17,    0xa18139, 0x27cdc2, 0x2b5434, 0xad18cf, 0x3267d8, 0xb42b23, 0xb8b2d5, 0x3efe2e,    0xc54e89, 0x430272, 0x4f9b84, 0xc9d77f, 0x56a868, 0xd0e493, 0xdc7d65, 0x5a319e,    0x64cfb0, 0xe2834b, 0xee1abd, 0x685646, 0xf72951, 0x7165aa, 0x7dfc5c, 0xfbb0a7,    0x0cd1e9, 0x8a9d12, 0x8604e4, 0x00481f, 0x9f3708, 0x197bf3, 0x15e205, 0x93aefe,    0xad50d0, 0x2b1c2b, 0x2785dd, 0xa1c926, 0x3eb631, 0xb8faca, 0xb4633c, 0x322fc7,    0xc99f60, 0x4fd39b, 0x434a6d, 0xc50696, 0x5a7981, 0xdc357a, 0xd0ac8c, 0x56e077,    0x681e59, 0xee52a2, 0xe2cb54, 0x6487af, 0xfbf8b8, 0x7db443, 0x712db5, 0xf7614e,    0x19a3d2, 0x9fef29, 0x9376df, 0x153a24, 0x8a4533, 0x0c09c8, 0x00903e, 0x86dcc5,    0xb822eb, 0x3e6e10, 0x32f7e6, 0xb4bb1d, 0x2bc40a, 0xad88f1, 0xa11107, 0x275dfc,  &n
    2022-01-26 03:55:25下载
    积分:1
  • DS1302实时时钟程序
    51单片机对DS1302进行控制程序,51单片机对DS1302进行控制程序,51单片机对DS1302进行控制程序,51单片机对DS1302进行控制程序,51单片机对DS1302进行控制程序
    2022-07-21 13:24:05下载
    积分:1
  • APF
    Low-pass filter 可自行調整延遲角度(Low-pass filter)
    2014-10-29 19:46:12下载
    积分:1
  • matlab_engine
    说明:  c++ 中使用 matlab 简单画图 开发为环境为vs2010(use matlab in c++)
    2011-04-15 16:26:58下载
    积分:1
  • ARXRLS
    程序采用C语言,实现最小二乘辨识算法和递推最小二乘算法(Program using C language, least squares identification algorithm and recursive least squares algorithm)
    2012-10-26 13:07:45下载
    积分:1
  • IS62WV12816BLL-SRAM-Board
    IS62WV12816BLL SRAM 模組版的電路圖及相關資料,及STM32的Source Code(IS62WV12816BLL SRAM module version of the circuit diagrams and related information, and the STM32 Source Code)
    2014-02-04 17:57:18下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载