c 小專案學習

2021-09-17 02:41:26 字數 1150 閱讀 2333

***牛客網-網際網路求職神器和備考學習平台

***菜鳥教程,軟體相關的都能從這裡學習,很全

**知乎,裡邊有很多的大神,各種問題都能在這裡找到專業的回答

**github,來這裡找開軟專案,可以學習原始碼

*慕課網

【相關的小專案-找乙個適合自己的】

****使用c和c++連線mysql資料庫並進行常用的資料庫操作。實現了簡單的學生(或職工)資訊管理系統

先拿這個試試手,裝一下mysql,學習資料庫的基本操作,熟悉管理系統的資料結構設計

webary/mysql_tools

***專案實戰:c/s 和b/s雙架構開發"學生-教師管理系統"

**c++學生資訊管理系統+專案報告

你讀過的最好的 c++ 開源**是什麼?

question/21376384

實驗室管理系統

hhyvs111/filemanagement

使用qt開發的乙個簡單的酒店管理系統

kevinlq/hotelmanage

程式設計實踐作業——圖書管理系統模型

abbshr/mfc-school-project

#coding:utf-8

import os

import re

import collections

from docx import document

# f = open('demo.docx', 'rb')

# document = document(f)

# f.close()

return false

print("checkcontinuousrepetition----end-----")      

#-*—coding:utf8-*-

***x="我愛北京天安門,天安門前前太陽太陽公升"

#***x='abab'

def repeatedsubstringpattern(s):

""":type s: str

:rtype: bool

"""n=len(s)

print "n=%d"%n

for i in range(1,n//2+1):

if n%i==0:

a=s[:i];j=i

while j

c語言小專案 日曆

include include includeint leapdays 12 閏年月份 int commonday 12 非閏年月份 int createmonthdata int monthday 6 7 int year,int month 規定格式賦值 void printmoth int m...

C 小專案學習 通訊錄的實現

include iostream include string using namespace std 1.顯示起始選單 void showmenu 2.建立聯絡人結構體 和聯絡人目錄 struct person define max 1000 struct addressbooks 3.新增聯絡人...

爬蟲小專案

將爬取到的資料儲存在csv檔案中 由於習慣 作者會將獲取到的資料儲存 然後在儲存的檔案中進行匹配 這樣會降低程式執行時間 import requests from lxml import html from bs4 import beautifulsoup url headers res reque...